QuiztudyPREMIUM
Google Cloud Architect PC • STUDY MODE
Practice Quiz
QUESTION 1 OF 13
You’ve been asked to write a program that uses Vision API to check for inappropriate content in photos that are uploaded to a Cloud Storage bucket. Any photos that are inappropriate should be deleted. What might be the simplest, cheapest way to deploy in this program?
A
GKEB
App EngineC
Compute EngineD
Cloud FunctionsCorrect AnswerQUESTION 2 OF 13
You have containerized multiple applications using Docker and have deployed them using Compute Engine VMs. You want to save on costs and simplify container management. What might you do?
A
Write Terraform scripts for all deployment.B
Rewrite the applications to run in App Engine.C
Rewrite the applications to run in Cloud Functions.D
Migrate the containers to GKE.Correct AnswerQUESTION 3 OF 13
You need to deploy an existing application that was written in .NET version 4. The application requires Windows servers, and you don’t want to change it. Which should you use?
A
GKEB
Cloud FunctionsC
App EngineD
Compute EngineCorrect AnswerQUESTION 4 OF 13
You’re creating a service and you want to protect it from being overloaded by too many client retries in the event of a partial outage. Which design pattern would you implement?
A
Circuit breakerCorrect AnswerB
Lazy cachingC
Overload feedback repudiationD
Truncated exponential backoffQUESTION 5 OF 13
You need a relational database for a system that requires extremely high availability (99.999%). The system must run uninterrupted even in the event of a regional outage. Which database would you choose?
A
BigQueryB
SpannerCorrect AnswerC
FirestoreD
Cloud SQLQUESTION 6 OF 13
What do you have to do to enable encryption when using Cloud Storage?
A
Enable encryption and upload a key.B
Create an encryption key using Cloud Key Management Service, and select it when creating a Cloud Storage bucket.C
Nothing as encryption is enabled by default.Correct AnswerD
Simply enable encryption when configuring a bucket.QUESTION 7 OF 13
Which Google Cloud features could help reduce the risk of DDoS attacks?
A
HTTP global load balancerB
CloudCDNC
Google Cloud ArmorD
All of theseCorrect AnswerQUESTION 8 OF 13
You don’t want programmers to have access to production resources. What’s the easiest way to do this in Google Cloud?
A
Use different service accounts for production and development resources with your project.B
Create development and production projects, and don’t give developers access to production.Correct AnswerC
Set up private access and Identity-Aware Proxy.D
Create a firewall rule that blocks developer access to production servers and databases.QUESTION 9 OF 13
What Google Cloud service can you use to enforce the principle of least privilege when using Google Cloud?
A
IAM members and rolesCorrect AnswerB
Firewall rulesC
Encryption keysD
SSL certificatesQUESTION 10 OF 13
Your service has an availability SLO of 99%. What could you use to monitor whether you are meeting it?
A
Uptime checkCorrect AnswerB
Readiness probeC
Health checkD
Liveness probeQUESTION 11 OF 13
You’re deploying test environments using Compute Engine VMs. Some downtime is acceptable, and it is very important to deploy them as inexpensively as possible. What single thing below could save you the most money?
A
Preemptible machinesCorrect AnswerB
Committed use discountC
Sustained use discountD
Sole tenant nodesQUESTION 12 OF 13
You made a minor update to a service and would like to test it in production by sending a small portion of requests to the new version. Which would you choose?
A
A/B testingB
Canary deploymentCorrect AnswerC
Blue/green deploymentD
Rolling updateQUESTION 13 OF 13
You’ve made a minor fix to one of your services. You want to deploy the new version with no downtime. Which would you choose?
A
A/B testB
Rolling updateCorrect AnswerC
Canary deploymentD
Blue/green deploymentReady to test your recall?
You’ve been asked to write a program that uses Vision API to check for inappropriate content in photos that are uploaded to a Cloud Storage bucket. Any photos that are inappropriate should be deleted. What might be the simplest, cheapest way to deploy in this program?
A
GKE
B
App Engine
C
Compute Engine
D
Cloud Functions
How confident are you in this answer?