ExamGecko
Home Home / Google / Professional Cloud Architect

Google Professional Cloud Architect Practice Test - Questions Answers, Page 26

Question list
Search
Search

List of questions

Search

Related questions











For this question, refer to the Mountkirk Games case study. Mountkirk Games wants you to design a way to test the analytics platform's resilience to changes in mobile network latency. What should you do?

A.
Deploy failure injection software to the game analytics platform that can inject additional latency to mobile client analytics traffic.
A.
Deploy failure injection software to the game analytics platform that can inject additional latency to mobile client analytics traffic.
Answers
B.
Build a test client that can be run from a mobile phone emulator on a Compute Engine virtual machine, and run multiple copies in Google Cloud Platform regions all over the world to generate realistic traffic.
B.
Build a test client that can be run from a mobile phone emulator on a Compute Engine virtual machine, and run multiple copies in Google Cloud Platform regions all over the world to generate realistic traffic.
Answers
C.
Add the ability to introduce a random amount of delay before beginning to process analytics files uploaded from mobile devices.
C.
Add the ability to introduce a random amount of delay before beginning to process analytics files uploaded from mobile devices.
Answers
D.
Create an opt-in beta of the game that runs on players' mobile devices and collects response times from analytics endpoints running in Google Cloud Platform regions all over the world.
D.
Create an opt-in beta of the game that runs on players' mobile devices and collects response times from analytics endpoints running in Google Cloud Platform regions all over the world.
Answers
Suggested answer: C

For this question, refer to the Mountkirk Games case study. You need to analyze and define the technical architecture for the database workloads for your company, Mountkirk Games. Considering the business and technical requirements, what should you do?

A.
Use Cloud SQL for time series data, and use Cloud Bigtable for historical data queries.
A.
Use Cloud SQL for time series data, and use Cloud Bigtable for historical data queries.
Answers
B.
Use Cloud SQL to replace MySQL, and use Cloud Spanner for historical data queries.
B.
Use Cloud SQL to replace MySQL, and use Cloud Spanner for historical data queries.
Answers
C.
Use Cloud Bigtable to replace MySQL, and use BigQuery for historical data queries.
C.
Use Cloud Bigtable to replace MySQL, and use BigQuery for historical data queries.
Answers
D.
Use Cloud Bigtable for time series data, use Cloud Spanner for transactional data, and use BigQuery for historical data queries.
D.
Use Cloud Bigtable for time series data, use Cloud Spanner for transactional data, and use BigQuery for historical data queries.
Answers
Suggested answer: C

For this question, refer to the Mountkirk Games case study. Which managed storage option meets Mountkirk's technical requirement for storing game activity in a time series database service?

A.
Cloud Bigtable
A.
Cloud Bigtable
Answers
B.
Cloud Spanner
B.
Cloud Spanner
Answers
C.
BigQuery
C.
BigQuery
Answers
D.
Cloud Datastore
D.
Cloud Datastore
Answers
Suggested answer: A

For this question, refer to the Mountkirk Games case study. You are in charge of the new Game Backend Platform architecture. The game communicates with the backend over a REST API.

You want to follow Google-recommended practices. How should you design the backend?

A.
Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L4 load balancer.
A.
Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L4 load balancer.
Answers
B.
Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L4 load balancer.
B.
Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L4 load balancer.
Answers
C.
Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L7 load balancer.
C.
Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L7 load balancer.
Answers
D.
Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L7 load balancer.
D.
Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L7 load balancer.
Answers
Suggested answer: A

Explanation:

You need to optimize batch file transfers into Cloud Storage for Mountkirk Games' new Google Cloud solution. The batch files contain game statistics that need to be staged in Cloud Storage and be processed by an extract transform load (ETL) tool. What should you do?

A.
Use gsutil to batch move files in sequence.
A.
Use gsutil to batch move files in sequence.
Answers
B.
Use gsutil to batch copy the files in parallel.
B.
Use gsutil to batch copy the files in parallel.
Answers
C.
Use gsutil to extract the files as the first part of ETL.
C.
Use gsutil to extract the files as the first part of ETL.
Answers
D.
Use gsutil to load the files as the last part of ETL.
D.
Use gsutil to load the files as the last part of ETL.
Answers
Suggested answer: B

Explanation:

Reference: https://cloud.google.com/storage/docs/gsutil/commands/cp

You are implementing Firestore for Mountkirk Games. Mountkirk Games wants to give a new game programmatic access to a legacy game's Firestore database. Access should be as restricted as possible. What should you do?

A.
Create a service account (SA) in the legacy game's Google Cloud project, add a second SA in the new game's IAM page, and then give the Organization Admin role to both SAs.
A.
Create a service account (SA) in the legacy game's Google Cloud project, add a second SA in the new game's IAM page, and then give the Organization Admin role to both SAs.
Answers
B.
Create a service account (SA) in the legacy game's Google Cloud project, give the SA the Organization Admin role, and then give it the Firebase Admin role in both projects.
B.
Create a service account (SA) in the legacy game's Google Cloud project, give the SA the Organization Admin role, and then give it the Firebase Admin role in both projects.
Answers
C.
Create a service account (SA) in the legacy game's Google Cloud project, add this SA in the new game's IAM page, and then give it the Firebase Admin role in both projects.
C.
Create a service account (SA) in the legacy game's Google Cloud project, add this SA in the new game's IAM page, and then give it the Firebase Admin role in both projects.
Answers
D.
Create a service account (SA) in the legacy game's Google Cloud project, give it the Firebase Admin role, and then migrate the new game to the legacy game's project.
D.
Create a service account (SA) in the legacy game's Google Cloud project, give it the Firebase Admin role, and then migrate the new game to the legacy game's project.
Answers
Suggested answer: C

Mountkirk Games wants to limit the physical location of resources to their operating Google Cloud regions. What should you do?

A.
Configure an organizational policy which constrains where resources can be deployed.
A.
Configure an organizational policy which constrains where resources can be deployed.
Answers
B.
Configure IAM conditions to limit what resources can be configured.
B.
Configure IAM conditions to limit what resources can be configured.
Answers
C.
Configure the quotas for resources in the regions not being used to 0.
C.
Configure the quotas for resources in the regions not being used to 0.
Answers
D.
Configure a custom alert in Cloud Monitoring so you can disable resources as they are created in other regions.
D.
Configure a custom alert in Cloud Monitoring so you can disable resources as they are created in other regions.
Answers
Suggested answer: C

You need to implement a network ingress for a new game that meets the defined business and technical requirements. Mountkirk Games wants each regional game instance to be located in multiple Google Cloud regions. What should you do?

A.
Configure a global load balancer connected to a managed instance group running Compute Engine instances.
A.
Configure a global load balancer connected to a managed instance group running Compute Engine instances.
Answers
B.
Configure kubemci with a global load balancer and Google Kubernetes Engine.
B.
Configure kubemci with a global load balancer and Google Kubernetes Engine.
Answers
C.
Configure a global load balancer with Google Kubernetes Engine.
C.
Configure a global load balancer with Google Kubernetes Engine.
Answers
D.
Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine.
D.
Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine.
Answers
Suggested answer: A

Your development teams release new versions of games running on Google Kubernetes Engine (GKE) daily. You want to create service level indicators (SLIs) to evaluate the quality of the new versions from the user's perspective. What should you do?

A.
Create CPU Utilization and Request Latency as service level indicators.
A.
Create CPU Utilization and Request Latency as service level indicators.
Answers
B.
Create GKE CPU Utilization and Memory Utilization as service level indicators.
B.
Create GKE CPU Utilization and Memory Utilization as service level indicators.
Answers
C.
Create Request Latency and Error Rate as service level indicators.
C.
Create Request Latency and Error Rate as service level indicators.
Answers
D.
Create Server Uptime and Error Rate as service level indicators.
D.
Create Server Uptime and Error Rate as service level indicators.
Answers
Suggested answer: A

Mountkirk Games wants you to secure the connectivity from the new gaming application platform to Google Cloud. You want to streamline the process and follow Google-recommended practices. What should you do?

A.
Configure Workload Identity and service accounts to be used by the application platform.
A.
Configure Workload Identity and service accounts to be used by the application platform.
Answers
B.
Use Kubernetes Secrets, which are obfuscated by default. Configure these Secrets to be used by the application platform.
B.
Use Kubernetes Secrets, which are obfuscated by default. Configure these Secrets to be used by the application platform.
Answers
C.
Configure Kubernetes Secrets to store the secret, enable Application-Layer Secrets Encryption, and use Cloud Key Management Service (Cloud KMS) to manage the encryption keys. Configure these Secrets to be used by the application platform.
C.
Configure Kubernetes Secrets to store the secret, enable Application-Layer Secrets Encryption, and use Cloud Key Management Service (Cloud KMS) to manage the encryption keys. Configure these Secrets to be used by the application platform.
Answers
D.
Configure HashiCorp Vault on Compute Engine, and use customer managed encryption keys and Cloud Key Management Service (Cloud KMS) to manage the encryption keys. Configure these Secrets to be used by the application platform.
D.
Configure HashiCorp Vault on Compute Engine, and use customer managed encryption keys and Cloud Key Management Service (Cloud KMS) to manage the encryption keys. Configure these Secrets to be used by the application platform.
Answers
Suggested answer: A
Total 285 questions
Go to page: of 29