DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Premium Professional Cloud Architect Practice Tests & Real Exam Simulations, Google Professional Cloud Architect | SPOTO

Elevate your Professional Cloud Architect exam preparation with our premium practice tests and real exam simulations. Our resources are meticulously crafted to provide you with the most effective study materials for success. Access a comprehensive array of sample questions and mock exams to refine your skills and knowledge. Dive deep into exam materials for detailed explanations and answers, ensuring a thorough understanding of cloud architecture and Google Cloud technologies. Our exam simulator offers realistic simulations to help you familiarize yourself with the exam format and build confidence. Trust SPOTO for premium-quality practice tests and expert guidance to excel in your Professional Cloud Architect certification journey.
Take other online exams

Question #1
Mountkirk Games’ gaming servers are not automatically scaling properly. Last month, they rolled out a new feature, which suddenly became very popular. A record number of users are trying to use the service, but many of them are getting 503 errors and very slow response times. What should they investigate first?
A. Verify that the database is online
B. Verify that the project quota hasn’t been exceeded
C. Verify that the new feature code did not introduce any performance bugs
D. Verify that the load-testing team is not running their tool against production
View answer
Correct Answer: B
Question #2
You have an App Engine application that needs to be updated. You want to test the update with production traffic before replacing the current application version. What should you do?
A. Deploy the update using the Instance Group Updater to create a partial rollout, which allows for canary testing
B. Deploy the update as a new version in the App Engine application, and split traffic between the new and current versions
C. Deploy the update in a new VPC, and use Google’s global HTTP load balancing to split traffic between the update and current applications
D. Deploy the update as a new App Engine application, and use Google’s global HTTP load balancing to split traffic between the new and current applications
View answer
Correct Answer: C
Question #3
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
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
C. Add the ability to introduce a random amount of delay before beginning to process analytics files uploaded from mobile devices
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
View answer
Correct Answer: C
Question #4
You need to upload files from your on-premises environment to Cloud Storage. You want the files to be encrypted on Cloud Storage using customer-supplied encryption keys. What should you do?
A. Supply the encryption key in a
B. Supply the encryption key using gcloud config
C. Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key
D. Use gsutil to create a bucket, and use the flag --encryption-key to supply the encryption key
View answer
Correct Answer: A
Question #5
You want your Google Kubernetes Engine cluster to automatically add or remove nodes based on CPUload. What should you do?
A. Configure a HorizontalPodAutoscaler with a target CPU usage
B. Configure a HorizontalPodAutoscaler with a target CPU usage
C. Create a deployment and set the maxUnavailable and maxSurge properties
D. Create a deployment and set the maxUnavailable and maxSurge properties
View answer
Correct Answer: A
Question #6
You have developed an application using Cloud ML Engine that recognizes famous paintings from uploaded images. You want to test the application and allow specific people to upload images for the next 24 hours. Not all users have a Google Account. How should you have users upload images?
A. Have users upload the images to Cloud Storage
B. Have users upload the images to Cloud Storage using a signed URL that expires after 24 hours
C. Create an App Engine web application where users can upload images
D. Create an App Engine web application where users can upload images for the next 24 hours
View answer
Correct Answer: D
Question #7
You need to evaluate your team readiness for a new GCP project. You must perform the evaluation and create a skills gap plan incorporates the business goal of cost optimization. Your team has deployed two GCP projects successfully to date. What should you do?
A. Allocate budget for team training
B. Allocate budget for team training
C. Allocate budget to hire skilled external consultants
D. Allocate budget to hire skilled external consultants
View answer
Correct Answer: B
Question #8
JencoMart has built a version of their application on Google Cloud Platform that serves traffic to Asia. You want to measure success against their business and technical goals. Which metrics should you track?
A. Error rates for requests from Asia
B. Latency difference between US and Asia
C. Total visits, error rates, and latency from Asia
D. Total visits and average latency for users from Asia
E. The number of character sets present in the database
View answer
Correct Answer: D
Question #9
You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also to reliably deploy new versions of the application. Which set of steps should you take?
A. Perform the following: 1
B. Perform the following: 1
C. Perform the following: 1
D. Perform the following: 1
View answer
Correct Answer: D
Question #10
Your company wants to start using Google Cloud resources but wants to retain their on-premises Active Directory domain controller for identity management. What should you do?
A. Use the Admin Directory API to authenticate against the Active Directory domain controller
B. Use Google Cloud Directory Sync to synchronize Active Directory usernames with cloud identities and configure SAML SSO
C. Use Cloud Identity-Aware Proxy configured to use the on-premises Active Directory domain controller as an identity provider
D. Use Compute Engine to create an Active Directory (AD) domain controller that is a replica of the on-premises AD domain controller using Google Cloud Directory Sync
View answer
Correct Answer: C
Question #11
You are using Cloud CDN to deliver static HTTP(S) website content hosted on a Compute Engine instance group. You want to improve the cache hit ratio. What should you do?
A. Customize the cache keys to omit the protocol from the key
B. Shorten the expiration time of the cached objects
C. Make sure the HTTP(S) header “Cache-Region” points to the closest region of your users
D. Replicate the static content in a Cloud Storage bucket
View answer
Correct Answer: B
Question #12
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
B. Cloud Spanner
C. BigQuery
D. Cloud Datastore
View answer
Correct Answer: A
Question #13
You need to develop procedures to verify resilience of disaster recovery for remote recovery using GCP. Your production environment is hosted on-premises. You need to establish a secure, redundant connection between your on premises network and the GCP network. What should you do?
A. Verify that Dedicated Interconnect can replicate files to GCP
B. Verify that Dedicated Interconnect can replicate files to GCP
C. Verify that the Transfer Appliance can replicate files to GCP
D. Verify that the Transfer Appliance can replicate files to GCP
View answer
Correct Answer: A
Question #14
TerramEarth plans to connect all 20 million vehicles in the field to the cloud. This increases the volume to 20 million 600 byte records a second for 40 TB an hour. How should you design the data ingestion?
A. Vehicles write data directly to GCS
B. Vehicles write data directly to Google Cloud Pub/Sub
C. Vehicles stream data directly to Google BigQuery
D. Vehicles continue to write data using the existing system (FTP)
View answer
Correct Answer: C
Question #15
The development team has provided you with a Kubernetes Deployment file. You have no infrastructure yet and need to deploy the application. What should you do?
A. Use gcloud to create a Kubernetes cluster
B. Use gcloud to create a Kubernetes cluster
C. Use kubectl to create a Kubernetes cluster
D. Use kubectl to create a Kubernetes cluster
View answer
Correct Answer: B
Question #16
Your company is using BigQuery as its enterprise data warehouse. Data is distributed over several Google Cloud projects. All queries on BigQuery need to be billed on a single project. You want to make sure that no query costs are incurred on the projects that contain the data. Users should be able to query the datasets, but not edit them. How should you configure users’ access roles?
A. Add all users to a group
B. Add all users to a group
C. Add all users to a group
D. Add all users to a group
View answer
Correct Answer: B
Question #17
Mountkirk Games needs to create a repeatable and configurable mechanism for deploying isolated application environments. Developers and testers can access each other’s environments and resources, but they cannot access staging or production resources. The staging environment needs access to some services from production. What should you do to isolate development environments from staging and production?
A. Create a project for development and test and another for staging and production
B. Create a network for development and test and another for staging and production
C. Create one subnetwork for development and another for staging and production
D. Create one project for development, a second for staging and a third for production
View answer
Correct Answer: A

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: