Google Professional Architect 2 - 21 to 40

Google Professional Architect 2 - 21 to 40

Professional Development

20 Qs

quiz-placeholder

Similar activities

Google Educator Level 1- Drive Quiz

Google Educator Level 1- Drive Quiz

Professional Development

25 Qs

Google Workspace Skills

Google Workspace Skills

3rd Grade - Professional Development

18 Qs

Google Professional Architect 5 - 81 to 100

Google Professional Architect 5 - 81 to 100

Professional Development

20 Qs

Google Professional Architect 9 - 161 to 180

Google Professional Architect 9 - 161 to 180

Professional Development

20 Qs

Google Professional Architect 3 - 41 to 60

Google Professional Architect 3 - 41 to 60

Professional Development

20 Qs

Google Professional Architect 10 - 181 to 197

Google Professional Architect 10 - 181 to 197

Professional Development

17 Qs

Konde technology quiz - Do you know your educational Apps?

Konde technology quiz - Do you know your educational Apps?

Professional Development

21 Qs

Google Drive Quiz

Google Drive Quiz

Professional Development

15 Qs

Google Professional Architect 2 - 21 to 40

Google Professional Architect 2 - 21 to 40

Assessment

Quiz

Instructional Technology

Professional Development

Easy

Created by

George Wurthmann

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company's user-feedback portal comprises a standard LAMP stack replicated across two zones. It is deployed in the us-central1 region and uses autoscaled managed instance groups on all layers, except the database. Currently, only a small group of select customers have access to the portal. The portal meets a 99,99% availability SLA under these conditions. However next quarter, your company will be making the portal available to all users, including unauthenticated users. You need to develop a resiliency testing strategy to ensure the system maintains the SLA once they introduce additional user load. What should you do?
Capture existing users input, and replay captured user load until autoscale is triggered on all layers. At the same time, terminate all resources in one of the zones
Create synthetic random user input, replay synthetic load until autoscale logic is triggered on at least one layer, and introduce "chaos" to the system by terminating random resources on both zones
Expose the new system to a larger group of users, and increase group size each day until autoscale logic is triggered on all layers. At the same time, terminate random resources on both zones
Capture existing users input, and replay captured user load until resource utilization crosses 80%. Also, derive estimated number of users based on existing user's usage of the app, and deploy enough resources to handle 200% of expected load

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your solution is producing performance bugs in production that you did not see in staging and test environments. You want to adjust your test and deployment procedures to avoid this problem in the future. What should you do?
Deploy fewer changes to production
Deploy smaller changes to production
Increase the load on your test and staging environments
Deploy changes to a small subset of users before rolling out to production

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A small number of API requests to your microservices-based application take a very long time. You know that each request to the API can traverse many services. You want to know which service takes the longest in those cases. What should you do?
Set timeouts on your application so that you can fail requests faster
Send custom metrics for each of your requests to Stackdriver Monitoring
Use Stackdriver Monitoring to look for insights that show when your API latencies are high
Instrument your application with Stackdriver Trace in order to break down the request latencies at each microservice

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

During a high traffic portion of the day, one of your relational databases crashes, but the replica is never promoted to a master. You want to avoid this in the future. What should you do?
Use a different database
Choose larger instances for your database
Create snapshots of your database more regularly
Implement routinely scheduled failovers of your databases

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image
One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They report that their application deployments are taking too long. You want to optimize this Dockerfile for faster deployment times without adversely affecting the app's functionality. Which two actions should you take? (Choose two.)
Remove Python after running pip
Remove dependencies from requirements.txt
Use a slimmed-down base image like Alpine Linux
Use larger machine types for your Google Container Engine node pools
Copy the source after he package dependencies (Python and pip) are installed

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your organization requires that metrics from all applications be retained for 5 years for future analysis in possible legal proceedings. Which approach should you use?
Grant the security team access to the logs in each Project
Configure Stackdriver Monitoring for all Projects, and export to BigQuery
Configure Stackdriver Monitoring for all Projects with the default retention policies
Configure Stackdriver Monitoring for all Projects, and export to Google Cloud Storage

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has decided to build a backup replica of their on-premises user authentication PostgreSQL database on Google Cloud Platform. The database is 4 TB, and large updates are frequent. Replication requires private address space communication. Which networking approach should you use?
Google Cloud Dedicated Interconnect
Google Cloud VPN connected to the data center network
A NAT and TLS translation gateway installed on-premises
A Google Compute Engine instance with a VPN server installed connected to the data center network

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?