GCP PROFESSIONAL CLOUD
ARCHITECT: GOOGLE CLOUD
CERTIFICATION - QUIZ 02. EXAM
QUESTIONS AND ANSWERS 2026
VERIFIED.
Your company has decided to make a major revision of their API in order to create better
experiences for their developers. They need to keep the old version of the API available and
deployable, while allowing new customers and testers to try out the new API. They want to keep
the same SSL and DNS records in place to serve both APIs.What should they do?
A. Configure a new load balancer for the new version of the API
B. Reconfigure old clients to use a new endpoint for the new API
C. Have the old API forward traffic to the new API based on the path
D. Use separate backend pools for each API path behind the load balancer - ANS D. Use
separate backend pools for each API path behind the load balancer
Your company plans to migrate a multi-petabyte data set to the cloud. The data set must be
available 24hrs a day. Your business analysts have experience only with using a SQL
interface.How should you store the data to optimize it for ease of analysis?
A. Load data into Google BigQuery
B. Insert data into Google Cloud SQL
C. Put flat files into Google Cloud Storage
D. Stream data into Google Cloud Datastore - ANS A. Load data into Google BigQuery
@COPYRIGHT ALL RIGHTS RESERVED PAGE 1 OF 22
,BigQuery is Google's serverless, highly scalable, low cost enterprise data warehouse designed to
make all your data analysts productive. Because there is no infrastructure to manage, you can
focus on analyzing data to find meaningful insights using familiar SQL and you don't need a
database administrator.BigQuery enables you to analyze all your data by creating a logical data
warehouse over managed, columnar storage as well as data from object storage, and
spreadsheets.Reference:https://cloud.google.com/bigquery/
The operations manager asks you for a list of recommended practices that she should consider
when migrating a J2EE application to the cloud.Which three practices should you recommend?
(Choose three.)
A. Port the application code to run on Google App Engine
B. Integrate Cloud Dataflow into the application to capture real-time metrics
C. Instrument the application with a monitoring tool like Stackdriver Debugger
D. Select an automation framework to reliably provision the cloud infrastructure
E. Deploy a continuous integration tool with automated testing in a staging environment
F. Migrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable -
ANS A. Port the application code to run on Google App Engine
D. Select an automation framework to reliably provision the cloud infrastructure
E. Deploy a continuous integration tool with automated testing in a staging environment
References:https://cloud.google.com/appengine/docs/standard/java/tools/uploadinganapp
https://cloud.google.com/appengine/docs/standard/java/building-app/cloud-sql
A news feed web service has the following code running on Google App Engine. During peak
load, users report that they can see news articles they already viewed.What is the most likely
cause of this problem?
A. The session variable is local to just a single instance
B. The session variable is being overwritten in Cloud Datastore
C. The URL of the API needs to be modified to prevent caching
D. The HTTP Expires header needs to be set to -1 stop caching - ANS A. The session variable is
local to just a single instance
@COPYRIGHT ALL RIGHTS RESERVED PAGE 2 OF 22
, An application development team believes their current logging tool will not meet their needs
for their new cloud-based product. They want a better tool to capture errors and help them
analyze their historical log data. You want to help them find a solution that meets their
needs.What should you do?
A. Direct them to download and install the Google StackDriver logging agent
B. Send them a list of online resources about logging best practices
C. Help them define their requirements and assess viable logging tools
D. Help them upgrade their current tool to take advantage of any new features - ANS C. Help
them define their requirements and assess viable logging tools
You need to reduce the number of unplanned rollbacks of erroneous production deployments in
your company's web hosting platform. Improvement to the QA/Test processes accomplished an
80% reduction.Which additional two approaches can you take to further reduce the rollbacks?
(Choose two.)
A. Introduce a green-blue deployment model
B. Replace the QA environment with canary releases
C. Fragment the monolithic platform into microservices
D. Reduce the platformג€™s dependency on relational database systems
E. Replace the platformג€™s relational database systems with a NoSQL database - ANS A.
Introduce a green-blue deployment model
C. Fragment the monolithic platform into microservices
To reduce costs, the Director of Engineering has required all developers to move their
development infrastructure resources from on-premises virtual machines(VMs) to Google Cloud
Platform. These resources go through multiple start/stop events during the day and require
state to persist. You have been asked to design the process of running a development
environment in Google Cloud while providing cost visibility to the finance department.Which
two steps should you take? (Choose two.)
A. Use the - -no-auto-delete flag on all persistent disks and stop the VM
B. Use the - -auto-delete flag on all persistent disks and terminate the VM
C. Apply VM CPU utilization label and include it in the BigQuery billing export
D. Use Google BigQuery billing export and labels to associate cost to groups
@COPYRIGHT ALL RIGHTS RESERVED PAGE 3 OF 22
ARCHITECT: GOOGLE CLOUD
CERTIFICATION - QUIZ 02. EXAM
QUESTIONS AND ANSWERS 2026
VERIFIED.
Your company has decided to make a major revision of their API in order to create better
experiences for their developers. They need to keep the old version of the API available and
deployable, while allowing new customers and testers to try out the new API. They want to keep
the same SSL and DNS records in place to serve both APIs.What should they do?
A. Configure a new load balancer for the new version of the API
B. Reconfigure old clients to use a new endpoint for the new API
C. Have the old API forward traffic to the new API based on the path
D. Use separate backend pools for each API path behind the load balancer - ANS D. Use
separate backend pools for each API path behind the load balancer
Your company plans to migrate a multi-petabyte data set to the cloud. The data set must be
available 24hrs a day. Your business analysts have experience only with using a SQL
interface.How should you store the data to optimize it for ease of analysis?
A. Load data into Google BigQuery
B. Insert data into Google Cloud SQL
C. Put flat files into Google Cloud Storage
D. Stream data into Google Cloud Datastore - ANS A. Load data into Google BigQuery
@COPYRIGHT ALL RIGHTS RESERVED PAGE 1 OF 22
,BigQuery is Google's serverless, highly scalable, low cost enterprise data warehouse designed to
make all your data analysts productive. Because there is no infrastructure to manage, you can
focus on analyzing data to find meaningful insights using familiar SQL and you don't need a
database administrator.BigQuery enables you to analyze all your data by creating a logical data
warehouse over managed, columnar storage as well as data from object storage, and
spreadsheets.Reference:https://cloud.google.com/bigquery/
The operations manager asks you for a list of recommended practices that she should consider
when migrating a J2EE application to the cloud.Which three practices should you recommend?
(Choose three.)
A. Port the application code to run on Google App Engine
B. Integrate Cloud Dataflow into the application to capture real-time metrics
C. Instrument the application with a monitoring tool like Stackdriver Debugger
D. Select an automation framework to reliably provision the cloud infrastructure
E. Deploy a continuous integration tool with automated testing in a staging environment
F. Migrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable -
ANS A. Port the application code to run on Google App Engine
D. Select an automation framework to reliably provision the cloud infrastructure
E. Deploy a continuous integration tool with automated testing in a staging environment
References:https://cloud.google.com/appengine/docs/standard/java/tools/uploadinganapp
https://cloud.google.com/appengine/docs/standard/java/building-app/cloud-sql
A news feed web service has the following code running on Google App Engine. During peak
load, users report that they can see news articles they already viewed.What is the most likely
cause of this problem?
A. The session variable is local to just a single instance
B. The session variable is being overwritten in Cloud Datastore
C. The URL of the API needs to be modified to prevent caching
D. The HTTP Expires header needs to be set to -1 stop caching - ANS A. The session variable is
local to just a single instance
@COPYRIGHT ALL RIGHTS RESERVED PAGE 2 OF 22
, An application development team believes their current logging tool will not meet their needs
for their new cloud-based product. They want a better tool to capture errors and help them
analyze their historical log data. You want to help them find a solution that meets their
needs.What should you do?
A. Direct them to download and install the Google StackDriver logging agent
B. Send them a list of online resources about logging best practices
C. Help them define their requirements and assess viable logging tools
D. Help them upgrade their current tool to take advantage of any new features - ANS C. Help
them define their requirements and assess viable logging tools
You need to reduce the number of unplanned rollbacks of erroneous production deployments in
your company's web hosting platform. Improvement to the QA/Test processes accomplished an
80% reduction.Which additional two approaches can you take to further reduce the rollbacks?
(Choose two.)
A. Introduce a green-blue deployment model
B. Replace the QA environment with canary releases
C. Fragment the monolithic platform into microservices
D. Reduce the platformג€™s dependency on relational database systems
E. Replace the platformג€™s relational database systems with a NoSQL database - ANS A.
Introduce a green-blue deployment model
C. Fragment the monolithic platform into microservices
To reduce costs, the Director of Engineering has required all developers to move their
development infrastructure resources from on-premises virtual machines(VMs) to Google Cloud
Platform. These resources go through multiple start/stop events during the day and require
state to persist. You have been asked to design the process of running a development
environment in Google Cloud while providing cost visibility to the finance department.Which
two steps should you take? (Choose two.)
A. Use the - -no-auto-delete flag on all persistent disks and stop the VM
B. Use the - -auto-delete flag on all persistent disks and terminate the VM
C. Apply VM CPU utilization label and include it in the BigQuery billing export
D. Use Google BigQuery billing export and labels to associate cost to groups
@COPYRIGHT ALL RIGHTS RESERVED PAGE 3 OF 22