GCP-ARCH-Design-Process-1-2

GCP-ARCH-Design-Process-1-2

1st - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Self Check!

Self Check!

7th Grade

8 Qs

Computer Viruses

Computer Viruses

6th - 10th Grade

10 Qs

IGCSE ICT - Safety and Security

IGCSE ICT - Safety and Security

10th - 12th Grade

7 Qs

Different Types of Business

Different Types of Business

1st - 5th Grade

10 Qs

AE- QUIZ # 3

AE- QUIZ # 3

11th - 12th Grade

10 Qs

HOME ECONOMICS

HOME ECONOMICS

9th Grade

10 Qs

Augmented Reality & Virtual Reality

Augmented Reality & Virtual Reality

3rd - 7th Grade

10 Qs

Cpanel & Share Hosting

Cpanel & Share Hosting

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.