🌍 All Study Guides📊 Dashboard📰 Blog💡 About
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
GKE
B
App Engine
C
Compute Engine
D
Cloud FunctionsCorrect Answer
QUESTION 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 Answer
QUESTION 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
GKE
B
Cloud Functions
C
App Engine
D
Compute EngineCorrect Answer
QUESTION 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 Answer
B
Lazy caching
C
Overload feedback repudiation
D
Truncated exponential backoff
QUESTION 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
BigQuery
B
SpannerCorrect Answer
C
Firestore
D
Cloud SQL
QUESTION 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 Answer
D
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 balancer
B
CloudCDN
C
Google Cloud Armor
D
All of theseCorrect Answer
QUESTION 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 Answer
C
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 Answer
B
Firewall rules
C
Encryption keys
D
SSL certificates
QUESTION 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 Answer
B
Readiness probe
C
Health check
D
Liveness probe
QUESTION 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 Answer
B
Committed use discount
C
Sustained use discount
D
Sole tenant nodes
QUESTION 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 testing
B
Canary deploymentCorrect Answer
C
Blue/green deployment
D
Rolling update
QUESTION 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 test
B
Rolling updateCorrect Answer
C
Canary deployment
D
Blue/green deployment

Ready 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?