GCP-ARCH-Design-Process-1-2

GCP-ARCH-Design-Process-1-2

1st - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Food & Beverage Review

Food & Beverage Review

11th Grade

10 Qs

Students Factory Quizterent 2.0 (Middle School Round 1)

Students Factory Quizterent 2.0 (Middle School Round 1)

6th - 8th Grade

10 Qs

Sistem Keamanan Jaringan

Sistem Keamanan Jaringan

11th Grade

10 Qs

Input devices

Input devices

5th - 10th Grade

10 Qs

CCSA

CCSA

1st - 2nd Grade

11 Qs

Introduction to Information and Communication Technology

Introduction to Information and Communication Technology

11th Grade

10 Qs

Digital Resources

Digital Resources

7th Grade

12 Qs

Promotional Mix 3.03

Promotional Mix 3.03

9th - 12th Grade

10 Qs

GCP-ARCH-Design-Process-1-2

GCP-ARCH-Design-Process-1-2

Assessment

Quiz

Education

1st - 12th Grade

Hard

Created by

Maciej Zachariasz

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

You’ve re-architected a monolithic web application so state is not stored in memory on the web servers, but in a database instead. This has caused slow performance when retrieving user sessions though. What might be the best way to fix this?

Move session state back onto the web servers and use sticky sessions in the load balancer.

Use a caching service like Redis or Memorystore.

Increase the number of CPUs in the database server.

Make sure all web servers are in the same zone as the database.

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which below would violate 12-factor app best practices?

Store configuration information in your source repository for easy versioning

Treat logs as event streams and aggregate logs into a single source

Keep development, testing, and production as similar as possible

Explicitly declare and isolate dependencies

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

You’re writing a service and you need to handle a client sending you invalid data in the request. What should you return from the service?

An XML exception

A 200 error code

A 400 error code

A 500 error code

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

You’re building a RESTful microservice. Which would be a valid data format for returning data to the client?

JSON

XML

HTML

All of the above

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What best describes a user story? Choose the best answer from the following choices.

It is a requirement of the system you are developing.

It is a short description of a feature written from the user’s point of view.

It is a short description of a typical person using the system.

It is a narrative that describes the sequence of steps a typical user would perform to accomplish some task or goal when using the system.

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Using SMART criteria, which below would be the least effective KPI?

Page views per hour

User signups per month

Clicks per session

User experience design

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which best describes an SLO?

It is a contract with end users that guarantees service quality.

It is a target measure you want your service to achieve.

It is a measurable, time-bound key performance indicator for your application.

It is a short, measurable description of an application feature.