ExamGecko
Home Home / Google / Professional Cloud Architect

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

Question list
Search
Search

List of questions

Search

Related questions











Your customer runs a web service used by e-commerce sites to offer product recommendations to users. the company has begun experimenting with a machine learning model on Google Cloud Platform to improve the quality of results.

What should the customer do to improve their model's results over time?

A.
Export Cloud Machine Learning Engine performance metrics from Stackdriver to BigQuery, to be used to analyze the efficiency of the model.
A.
Export Cloud Machine Learning Engine performance metrics from Stackdriver to BigQuery, to be used to analyze the efficiency of the model.
Answers
B.
Build a roadmap to move the machine learning model training from Cloud GPUs to Cloud TPUs, which offer better results.
B.
Build a roadmap to move the machine learning model training from Cloud GPUs to Cloud TPUs, which offer better results.
Answers
C.
Monitor Compute Engine announcements for availability of newer CPU architectures, and deploy the model to them as soon as they are available for additional performance.
C.
Monitor Compute Engine announcements for availability of newer CPU architectures, and deploy the model to them as soon as they are available for additional performance.
Answers
D.
Save a history of recommendations and results of the recommendations in BigQuery, to be used as training data.
D.
Save a history of recommendations and results of the recommendations in BigQuery, to be used as training data.
Answers
Suggested answer: D

A development team at your company has created a dockerized HTTPS web application. You need to deploy the application on Google Kubernetes Engine (GKE) and make sure that the application scales automatically.

How should you deploy to GKE?

A.
Use the Horizontal Pod Autoscaler and enable cluster autoscaling. Use an Ingress resource to load-balance the HTTPS traffic.
A.
Use the Horizontal Pod Autoscaler and enable cluster autoscaling. Use an Ingress resource to load-balance the HTTPS traffic.
Answers
B.
Use the Horizontal Pod Autoscaler and enable cluster autoscaling on the Kubernetes cluster. Use a Service resource of type LoadBalancer to load-balance the HTTPS traffic.
B.
Use the Horizontal Pod Autoscaler and enable cluster autoscaling on the Kubernetes cluster. Use a Service resource of type LoadBalancer to load-balance the HTTPS traffic.
Answers
C.
Enable autoscaling on the Compute Engine instance group. Use an Ingress resource to load balance the HTTPS traffic.
C.
Enable autoscaling on the Compute Engine instance group. Use an Ingress resource to load balance the HTTPS traffic.
Answers
D.
Enable autoscaling on the Compute Engine instance group. Use a Service resource of type LoadBalancer to load-balance the HTTPS traffic.
D.
Enable autoscaling on the Compute Engine instance group. Use a Service resource of type LoadBalancer to load-balance the HTTPS traffic.
Answers
Suggested answer: A

You need to design a solution for global load balancing based on the URL path being requested. You need to ensure operations reliability and end-to-end in-transit encryption based on Google best practices.

What should you do?

A.
Create a cross-region load balancer with URL Maps.
A.
Create a cross-region load balancer with URL Maps.
Answers
B.
Create an HTTPS load balancer with URL maps.
B.
Create an HTTPS load balancer with URL maps.
Answers
C.
Create appropriate instance groups and instances. Configure SSL proxy load balancing.
C.
Create appropriate instance groups and instances. Configure SSL proxy load balancing.
Answers
D.
Create a global forwarding rule. Configure SSL proxy load balancing.
D.
Create a global forwarding rule. Configure SSL proxy load balancing.
Answers
Suggested answer: B

Explanation:

Reference https://cloud.google.com/load-balancing/docs/https/url-map

You have an application that makes HTTP requests to Cloud Storage. Occasionally the requests fail with HTTP status codes of 5xx and 429.

How should you handle these types of errors?

A.
Use gRPC instead of HTTP for better performance.
A.
Use gRPC instead of HTTP for better performance.
Answers
B.
Implement retry logic using a truncated exponential backoff strategy.
B.
Implement retry logic using a truncated exponential backoff strategy.
Answers
C.
Make sure the Cloud Storage bucket is multi-regional for geo-redundancy.
C.
Make sure the Cloud Storage bucket is multi-regional for geo-redundancy.
Answers
D.
Monitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting an incident.
D.
Monitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting an incident.
Answers
Suggested answer: B

Explanation:

Reference https://cloud.google.com/storage/docs/json_api/v1/status-codes

You need to develop procedures to test a disaster plan for a mission-critical application. You want to use Google-recommended practices and native capabilities within GCP.

What should you do?

A.
Use Deployment Manager to automate service provisioning. Use Activity Logs to monitor and debug your tests.
A.
Use Deployment Manager to automate service provisioning. Use Activity Logs to monitor and debug your tests.
Answers
B.
Use Deployment Manager to automate provisioning. Use Stackdriver to monitor and debug your tests.
B.
Use Deployment Manager to automate provisioning. Use Stackdriver to monitor and debug your tests.
Answers
C.
Use gcloud scripts to automate service provisioning. Use Activity Logs to monitor and debug your tests.
C.
Use gcloud scripts to automate service provisioning. Use Activity Logs to monitor and debug your tests.
Answers
D.
Use gcloud scripts to automate service provisioning. Use Stackdriver to monitor and debug your tests.
D.
Use gcloud scripts to automate service provisioning. Use Stackdriver to monitor and debug your tests.
Answers
Suggested answer: B

Your company creates rendering software which users can download from the company website. Your company has customers all over the world. You want to minimize latency for all your customers. You want to follow

Googlerecommended practices.

How should you store the files?

A.
Save the files in a Multi-Regional Cloud Storage bucket.
A.
Save the files in a Multi-Regional Cloud Storage bucket.
Answers
B.
Save the files in a Regional Cloud Storage bucket, one bucket per zone of the region.
B.
Save the files in a Regional Cloud Storage bucket, one bucket per zone of the region.
Answers
C.
Save the files in multiple Regional Cloud Storage buckets, one bucket per zone per region.
C.
Save the files in multiple Regional Cloud Storage buckets, one bucket per zone per region.
Answers
D.
Save the files in multiple Multi-Regional Cloud Storage buckets, one bucket per multi-region.
D.
Save the files in multiple Multi-Regional Cloud Storage buckets, one bucket per multi-region.
Answers
Suggested answer: A

Your company acquired a healthcare startup and must retain its customers' medical information for up to 4 more years, depending on when it was created. Your corporate policy is to securely retain this data, and then delete it as soon as regulations allow.

Which approach should you take?

A.
Store the data in Google Drive and manually delete records as they expire.
A.
Store the data in Google Drive and manually delete records as they expire.
Answers
B.
Anonymize the data using the Cloud Data Loss Prevention API and store it indefinitely.
B.
Anonymize the data using the Cloud Data Loss Prevention API and store it indefinitely.
Answers
C.
Store the data in Cloud Storage and use lifecycle management to delete files when they expire.
C.
Store the data in Cloud Storage and use lifecycle management to delete files when they expire.
Answers
D.
Store the data in Cloud Storage and run a nightly batch script that deletes all expired data.
D.
Store the data in Cloud Storage and run a nightly batch script that deletes all expired data.
Answers
Suggested answer: C

You are deploying a PHP App Engine Standard service with Cloud SQL as the backend. You want to minimize the number of queries to the database.

What should you do?

A.
Set the memcache service level to dedicated. Create a key from the hash of the query, and return database values from memcache before issuing a query to Cloud SQL.
A.
Set the memcache service level to dedicated. Create a key from the hash of the query, and return database values from memcache before issuing a query to Cloud SQL.
Answers
B.
Set the memcache service level to dedicated. Create a cron task that runs every minute to populate the cache with keys containing query results.
B.
Set the memcache service level to dedicated. Create a cron task that runs every minute to populate the cache with keys containing query results.
Answers
C.
Set the memcache service level to shared. Create a cron task that runs every minute to save all expected queries to a key called "cached-queries".
C.
Set the memcache service level to shared. Create a cron task that runs every minute to save all expected queries to a key called "cached-queries".
Answers
D.
Set the memcache service level to shared. Create a key called "cached-queries", and return database values from the key before using a query to Cloud SQL.
D.
Set the memcache service level to shared. Create a key called "cached-queries", and return database values from the key before using a query to Cloud SQL.
Answers
Suggested answer: A

You need to ensure reliability for your application and operations by supporting reliable task scheduling for compute on GCP. Leveraging Google best practices, what should you do?

A.
Using the Cron service provided by App Engine, publish messages directly to a message-processing utility service running on Compute Engine instances.
A.
Using the Cron service provided by App Engine, publish messages directly to a message-processing utility service running on Compute Engine instances.
Answers
B.
Using the Cron service provided by App Engine, publish messages to a Cloud Pub/Sub topic. Subscribe to that topic using a message-processing utility service running on Compute Engine instances.
B.
Using the Cron service provided by App Engine, publish messages to a Cloud Pub/Sub topic. Subscribe to that topic using a message-processing utility service running on Compute Engine instances.
Answers
C.
Using the Cron service provided by Google Kubernetes Engine (GKE), publish messages directly to a message-processing utility service running on Compute Engine instances.
C.
Using the Cron service provided by Google Kubernetes Engine (GKE), publish messages directly to a message-processing utility service running on Compute Engine instances.
Answers
D.
Using the Cron service provided by GKE, publish messages to a Cloud Pub/Sub topic. Subscribe to that topic using a message-processing utility service running on Compute Engine instances.
D.
Using the Cron service provided by GKE, publish messages to a Cloud Pub/Sub topic. Subscribe to that topic using a message-processing utility service running on Compute Engine instances.
Answers
Suggested answer: B

Your company is building a new architecture to support its data-centric business focus. You are responsible for setting up the network. Your company's mobile and web-facing applications will be deployed on-premises, and all data analysis will be conducted in GCP. The plan is to process and load 7 years of archived .csv files totaling 900 TB of data and then continue loading 10 TB of data daily. You currently have an existing 100-MB internet connection.

What actions will meet your company's needs?

A.
Compress and upload both archieved files and files uploaded daily using the gsutil -m option.
A.
Compress and upload both archieved files and files uploaded daily using the gsutil -m option.
Answers
B.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish a connection with Google using a Dedicated Interconnect or Direct Peering connection and use it to upload files daily.
B.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish a connection with Google using a Dedicated Interconnect or Direct Peering connection and use it to upload files daily.
Answers
C.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish one Cloud VPN Tunnel to VPC networks over the public internet, and compress and upload files daily using the gsutil –m option.
C.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish one Cloud VPN Tunnel to VPC networks over the public internet, and compress and upload files daily using the gsutil –m option.
Answers
D.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish a Cloud VPN Tunnel to VPC networks over the public internet, and compress and upload files daily.
D.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish a Cloud VPN Tunnel to VPC networks over the public internet, and compress and upload files daily.
Answers
Suggested answer: B
Total 285 questions
Go to page: of 29