Google Cloud Certified - Professional Cloud Architect (PR000213)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
Certification
Google Professional certification
Content
312 Qs
Status
Verified
Updated
1 day ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $44 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 63-Question Preview (PR000213)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Google certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated PR000213 prep kit.
Exam Overview
The Google Cloud Architect Professional certification validates your expertise in designing, developing, and managing robust, secure, scalable, highly available, and dynamic solutions to drive business objectives on Google Cloud. Earning this credential signifies your ability to translate business requirements into technical solutions, considering factors like infrastructure, data management, security, and cost optimization. This certification is a testament to your strategic thinking and hands-on proficiency, positioning you as a trusted leader in cloud transformation. It significantly enhances career prospects, opens doors to advanced roles, and demonstrates a commitment to mastering cutting-edge cloud architecture, making you an invaluable asset in any modern enterprise leveraging Google Cloud.
Questions
50-60
Passing Score
700/1000 (estimated)
Duration
120 Minutes
Difficulty
Expert
Level
Professional
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Google standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the PR000213 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated PR000213 bank (63 Questions).
For this question, refer to the KnightMotives Automotive case study. KnightMotives is managing supplier data and pricing in a central MySQL database at headquarters (HO). Only personnel at HQ are allowed to change the data. Each local plant stores a copy of the data in their own MySQL database, ++ften using a different database schema or version, Every night a batch job
exports any product or price updates in XML format from the central database at HQ and stores the updated data on a central FTP server. Each local plant must download this XML file and update their local system with the new information. The local data kept by some plants has become inconsistent with the source data due to XML parsing issues. HQ wants to easily verify that all changes are applied correctly at each plant.
Correct Option: D
โ Option D (Correct) Reasoning: Migrating HQ's MySQL to Cloud SQL modernizes the central database. Database Migration Service (DMS) with continuous migration directly replaces the unreliable XML/FTP process with robust, managed replication. This solves "XML parsing issues" and allows HQ to monitor replication status for easy verification that changes are applied correctly at each plant.
โ Why the other choices are incorrect:
- Option A is incorrect: Pub/Sub is a messaging service. It shifts the parsing issue from XML to JSON and still requires plants to implement custom logic to consume messages and apply updates to their potentially different schemas, making verification of applied changes difficult.
- Option B is incorrect: Similar to A, Pub/Sub with push subscriptions still requires custom plant logic for updates and verification. Push subscriptions also require reliable inbound connectivity to plants, which is noted as a challenge in the case study.
- Option C is incorrect: Standardizing database schemas across all plants is a significant undertaking that is a prerequisite, not a direct solution for the replication problem. External read replicas also imply read-only access for plants, which might not align with their operational needs.
For this question, refer to the Cymbal Retail case study. Cymbal plans to migrate their existing on-premises systems to Google Cloud and implement AI-powered virtual agents to handle customer interactions. You need to provision the compute resources that can scale for the AI-powered virtual agents. What should you do?
Correct Option: B
โ
Option B (Correct) Reasoning: The question asks for compute resources that can scale for AI-powered virtual agents. Google Kubernetes Engine (GKE) is a managed service for deploying, managing, and scaling containerized applications using Kubernetes. Given that Cymbal already uses Kubernetes clusters and has a technical requirement for scalability and performance to handle anticipated growth, deploying AI-powered virtual agents on a GKE cluster with autoscaling enabled is the ideal solution. Autoscaling ensures that compute resources are dynamically adjusted based on demand, providing elasticity and cost efficiency.
โ Why the other choices are incorrect:
Option A is incorrect: Creating a single, large Compute Engine VM instance, even with high CPU allocation, does not provide the inherent scalability, high availability, or dynamic resource allocation needed for AI-powered virtual agents that must accommodate fluctuating customer demand. It represents a single point of failure and cannot scale out automatically.
Option C is incorrect: Cloud Build is a CI/CD service used for building and deploying software, not for provisioning the runtime compute resources that host applications. Agent Builder (part of Vertex AI Conversation or Dialogflow) is a service for creating conversational AI agents, but it does not provide the underlying compute infrastructure for running these agents at scale.
Option D is incorrect: Cloud SQL is a fully managed relational database service. While it might be used to store data accessed by the virtual agents (like product catalog or customer data), it is a database service and not a compute resource for running the AI-powered virtual agents themselves.
Reference: https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler
For this question, refer to the KnightMotives Automotive case study. KnightMotives has developed and deployed a model on Vertex Al that can provide personalized recommendations in the new car configuration application. Customers will receive optional equipment recommendations that best suit their persona. Previous usage data from the car configuration application has been used for model training features. You know from past experience that customer behaviour can change over time. For example, in times of economic certainty and rising stock markets, customers tend to purchase more expensive options. You
want to detect when customer behaviour gradually changes over time so you can adjust the model.
Correct Option: B
โ Option B (Correct) Reasoning: Prediction drift detection, a core feature of Vertex AI Model Monitoring, is designed to identify changes in the distribution of input features or model predictions over time. This directly addresses the need to detect when customer behavior gradually changes, manifesting as shifts in the data distribution, allowing for timely model adjustments.
โ Why the other choices are incorrect:
- Option A is incorrect: Training-serving skew detection identifies differences between the training dataset's feature distribution and the serving dataset's feature distribution. It does not primarily detect gradual changes in the serving data itself over time.
- Option C is incorrect: Dataplex auto data quality, whether row-level or aggregate, is primarily for data governance and quality assurance in data pipelines and datasets, not specialized for detecting prediction or concept drift in active ML models.
- Option D is incorrect: Similar to Option C, Dataplex data quality is not the purpose-built solution for monitoring gradual shifts in model input/output distributions for an actively served ML model on Vertex AI.
For this question, refer to the Cymbal Retail case study. Cymbal has a centralized project that supports large video files for Gemini Enterprise Agent Platform model training. Standard storage costs have suddenly increased this month, and you need to determine why. What should you do?
Correct Option: D
โ
Option D (Correct) Reasoning: Enabling a soft-delete policy on a Google Cloud Storage bucket means that deleted objects are retained for a configured period instead of being immediately and permanently removed. During this retention period, these soft-deleted objects continue to consume storage space and, consequently, incur storage costs. If such a policy was recently enabled, or its retention period was extended for the bucket holding the large video files used for Gemini Enterprise Agent Platform model training, it would directly result in a sudden increase in standard storage costs as more data (even 'deleted' data) is being stored and billed.
โ Why the other choices are incorrect:
Option A is incorrect: Moving from dual-region storage to region storage would typically reduce storage costs, as dual-region storage offers higher availability and usually comes with a higher price point than single-region storage.
Option B is incorrect: Disabling a soft-delete policy would reduce storage costs because it would prevent deleted objects from being retained and billed, thus decreasing the overall storage usage and associated expenses.
Option C is incorrect: Moving from multi-region storage to region storage would generally reduce storage costs. Multi-region storage provides the highest level of geographic redundancy and availability, and therefore typically has higher costs compared to regional storage.
Reference: https://cloud.google.com/storage/docs/soft-delete
For this question, refer to the KnightMotives Automotive case study. KnightMotives has developed a new car configurator application to enhance both the dealer and customer experience. The new application will be deployed on Google Kubernetes Engine (GKE). KnightMotives wants you to replicate the deployment of the application across multiple locations to ensure this critical application is always available over the internet, even during regional outages. What should you do?
Correct Option: D
โ
Option D (Correct)
To ensure an internet-facing application is always available across regions, even during regional outages, the correct approach involves creating multiple GKE clusters in different regions, organized into a 'fleet'. The entire application should be deployed on every cluster to provide full redundancy. A Multi-cluster Gateway (which leverages Multi-cluster Ingress functionality) is then configured to act as a global external load balancer. This gateway automatically directs internet traffic to the healthiest application instances across all designated clusters, providing seamless failover and high availability during regional disruptions.
โ Why the other choices are incorrect:
- Option A is incorrect: Deploying only 'part of the microservices' in different clusters would not ensure the entire application is functional and available in each region. Cloud Service Mesh (Anthos Service Mesh) is primarily for internal traffic management and observability within a service mesh, not for global external load balancing to the internet.
- Option B is incorrect: While deploying the app on every cluster is correct for redundancy, Cloud Service Mesh is not the appropriate component for external global load balancing of an internet-facing application for regional high availability.
- Option C is incorrect: Similar to Option A, deploying only 'part of the microservices' does not provide full application redundancy across regions. Although a Multi-cluster Gateway is the correct component for external load balancing, the incomplete deployment strategy makes this option suboptimal.
Reference: https://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-gateways
For this question, refer to the Cymbal Retail case study. Cymbal's generative AI models require high-performance storage for temporary files generated during model training and inference. These files are ephemeral and frequently accessed and modified. You need to select a storage solution that minimizes latency and cost and maximizes performance for generative AI workloads. What should you do?
Correct Option: D
โ Option D (Correct) Reasoning: Local SSDs are physically attached to the host server running the virtual machine, providing extremely high IOPS and very low latency. This makes them the ideal choice for temporary, ephemeral files that are frequently accessed and modified during high-performance computing tasks such as generative AI model training and inference. They offer the best performance-to-cost ratio for such ephemeral, scratch data, maximizing performance and minimizing latency as required.โ Why the other choices are incorrect:
Option A is incorrect: Cloud Storage is object storage. While it can be configured for regional access and lifecycle management, it does not offer the same low latency and high throughput for frequently accessed and modified temporary files as block storage or local SSDs, making it less suitable for performance-critical AI workloads.
Option B is incorrect: Performance persistent disks offer good performance and low latency block storage. However, they are network-attached. For the absolute highest performance and lowest latency for ephemeral scratch space, Local SSDs, being directly attached to the host, typically outperform network-attached persistent disks, especially for data that doesn't need to persist beyond the VM's lifecycle.
Option C is incorrect: Filestore is a managed NFS service providing shared file storage. While useful for scenarios requiring shared access, it introduces network overhead and typically has higher latency compared to Local SSDs for single-VM, high-IOPS temporary file operations. It is also generally a more expensive solution for ephemeral scratch space.
Reference: https://cloud.google.com/compute/docs/disks/local-ssds
For this question, refer to the KnightMotives Automotive case study. KnightMotives management wants to upskill their engineering teams. They want each team to experiment with one specific technology at a time in a sandbox environment in Google Cloud. KnightMotives management also wants to prevent any experimental projects from going into production and creating shadow IT. They want you to design a solution that supports these training objectives and follows Google-recommended practices. What should you do?
Correct Option: D
โ
Option D (Correct)A core Google Cloud recommended practice for isolating environments (like R&D, development, staging, and production) is to use separate Google Cloud Organizations. Creating a secondary Google Cloud Organization specifically for R&D provides a hard boundary, preventing experimental projects from inadvertently or easily migrating to the production organization. Within this R&D organization, creating folders for teams and dedicated projects for each team member allows for individual experimentation in a controlled, isolated sandbox. Granting team members full access within their dedicated project in the R&D organization is acceptable for experimentation, as the organizational separation itself provides the critical control against shadow IT and production impact. Team managers, with Security Admin permissions on their respective folders, can ensure that only relevant APIs are enabled, fulfilling the requirement for experimenting with specific technologies.
โ Why the other choices are incorrect:
* Option A is incorrect: While this option implements good practices like automation, limiting APIs, reducing quotas, and auto-deletion, it operates within the same Google Cloud Organization. This approach, though well-controlled, does not provide the same strong, architectural separation as a separate organization, making it less robust in preventing experimental projects from becoming shadow IT or moving into production compared to a dedicated R&D organization. It relies heavily on ongoing automation and policy enforcement rather than inherent structural isolation.
* Option B is incorrect: Granting engineers 'full permissions' (typically Project Owner) in a sandbox, even with an expectation of cost control, is not a Google-recommended practice for broad sandbox usage. It creates security risks and makes cost and resource management difficult. Relying solely on 'expectations' instead of technical controls is weak.
* Option C is incorrect: Granting all engineers the 'Project Creator' role on a shared 'Sandboxes' folder is problematic. It can lead to uncontrolled project sprawl and does not directly support the objective of experimenting with 'one specific technology at a time' with explicit API enablement. While a separate billing account helps with cost isolation, broad 'Project Creator' permissions undermine the control needed.
Reference: https://cloud.google.com/docs/enterprise/best-practices-for-organization-structure#separate_organizations_for_specific_purposes
For this question, refer to the Cymbal Retail case study. Cymbal wants you to design a cloud-first data storage infrastructure for the product catalog modernization project. You want to ensure efficient data access and high availability for Cymbal's web application and virtual agents while minimizing operational costs. What should you do?
Correct Option: D
โ Option D (Correct) Reasoning: Cymbal's product catalog contains both structured data (attributes, descriptions) and unstructured data (images). AlloyDB for PostgreSQL is an excellent choice for structured product data because it is a fully managed, PostgreSQL-compatible relational database service designed for demanding transactional workloads, offering high performance, availability, and scalability. This aligns with the requirement for efficient data access and high availability for the web application and virtual agents. Cloud Storage is the ideal service for storing product images. It is a highly scalable, durable, and cost-effective object storage solution, perfect for serving static content like images, and supports the AI-powered image generation and enhancement requirements. This combination effectively modernizes the data infrastructure while minimizing operational costs through managed services.โ Why the other choices are incorrect:
Option A is incorrect: Filestore is a managed network-attached file storage service (NFS) and is not suitable for directly storing and querying transactional structured product catalog data like a database. Cloud Storage is appropriate for images.
Option B is incorrect: Cloud Storage is object storage, not a transactional database, and is unsuitable for storing and querying structured product data. BigQuery is a data warehouse for analytics and is not designed for storing or efficiently serving individual product images for a web application.
Option C is incorrect: Spanner is a globally distributed, strongly consistent, relational database that could handle structured data, but it can be more complex and costly if global distribution is not an immediate requirement. Bigtable is a NoSQL wide-column database optimized for large analytical and operational workloads (e.g., time-series data, IoT), not typically for storing product images directly for web serving, for which Cloud Storage is better suited and more cost-effective.
For this question, refer to the Altostrat Media case study. Altostrat stores a large library of media content, including sensitive interviews and documentaries, in Cloud Storage. They are concerned about the confidentiality of this content and want to protect it from unauthorized access. You need to implement a Google-recommended solution that is easy to integrate and provides Altostrat with control and auditability of the encryption keys. What should you do?
Correct Option: A
โ Option A (Correct) Reasoning: Customer-managed encryption keys (CMEK) stored in Cloud KMS provide Altostrat with direct control and auditability over their encryption keys, a key requirement. CMEK is a Google-recommended solution for sensitive data, easy to integrate with Cloud Storage, and fine-grained IAM ensures restricted access.
โ Why the other choices are incorrect:
- Option B is incorrect: Client-side encryption with HashiCorp Vault on GKE is significantly more complex and not "easy to integrate" compared to using native Google Cloud services like KMS. It also adds substantial operational overhead.
- Option C is incorrect: Server-side encryption with Google-managed encryption keys (GMEK) does not provide Altostrat with control or auditability over the encryption keys themselves, failing a core requirement.
- Option D is incorrect: Cloud Storage default encryption uses Google-managed encryption keys (GMEK). Altostrat would not have control or auditability over these keys, which contradicts the explicit requirement.
You are developing a retail application on Gemini Enterprise Agent Platform that uses a large language model to give customers real-time product recommendations. The app uses text, code, images, audio, and video prompts to communicate with customers. You need to minimize the application's latency to ensure a responsive and delightful user experience. What should you do?
Correct Option: C
โ Option C (Correct) Reasoning: Enabling streaming responses from the large language model allows the application to receive and process parts of the model's output as they are generated, rather than waiting for the entire response to be completed. This significantly reduces perceived latency and improves the real-time user experience for the retail application, making product recommendations feel more responsive.โ Why the other choices are incorrect:
Option A is incorrect: Avoiding system instructions prevents guiding the model's behavior or response length, which could lead to less relevant or potentially longer responses, thus not directly minimizing latency.
Option B is incorrect: Avoiding the use of the max_output_tokens parameter removes the upper limit on the response length. This can lead to excessively long responses, which would increase the overall latency, contradicting the goal of minimizing it.
Option D is incorrect: Increasing the temperature parameter makes the model's output more random and creative. While this affects the quality and diversity of the recommendations, it does not directly impact the speed at which the model generates or streams its response, and therefore does not minimize latency.
Reference: https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/send-multimodal-prompts-gemini#stream_responses
For this question, refer to the Altostrat Media case study. You are part of Altostrat's security team. You want to analyze the security posture in Altostrat Google Cloud environment by using Gemini in Security Command Center.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect migrating a multiservice, containerized application from an on-premises Kubernetes cluster to Google Cloud. One of the core services communicates using a proprietary TCP protocol. You need to choose a compute platform that preserves the existing Kubernetes-native workflows and meets the technical requirements while significantly reducing the burden of managing the underlying cluster infrastructure. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
For this question, refer to the Altostrat Media case study. Altostrat is experiencing fluctuating computational demands for its batch processing jobs. These jobs are not time-critical and can tolerate occasional interruptions. You want to optimize cloud costs and address batch processing needs.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect for a financial services company that is building a new application on Google Kubernetes Engine (GKE). Currently, developers build container images on their workstations and manually push them to Artifact Registry. You need to design a secure CI/CD pipeline that automates the build and deployment process from your company's GitHub repository. The pipeline must ensure that only trusted, verified container images are deployed to the production GKE cluster and that every deployment can be traced back to its source code. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
For this question, refer to the Altostrat Media case study. Altostrat is concerned about sophisticated, multi-vector Distributed Denial of Service (DDoS) attacks targeting various layers of their infrastructure. DDoS attacks could potentially disrupt video streaming and cause financial losses. You need to mitigate this risk.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are designing the observability strategy for a new microservices application running on Google Kubernetes Engine (GKE). The application consists of multiple services (e.g., frontend, orders, payments). During load testing, you observe an error in the frontend service's logs, but you cannot find the corresponding logs in the downstream services to investigate the root cause because the logs are not correlated. You need to implement a solution that allows you to follow a single user request across all microservices involved in the transaction. The solution must not require developers to manually add correlation logic to their application code. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
For this question, refer to the Altostrat Media case study. Altostrat needs to analyze the performance of its media processing pipeline running on Java-based Cloud Run function. You need to select the most effective tool for the task, What should you?
Premium Solution Locked
Unlock all 312 answers & explanations
Your product team is building a critical, customer-facing application on Google Cloud. The development team wants to use Spanner for their database to take advantage of its horizontal scalability and low operational overhead. However, the FinOps team is concerned about the direct monthly cost of Spanner and proposed using a self-managed PostgreSQL database on Compute Engine VMs instead. You need to resolve this conflict and ensure the project moves forward with an architecturally sound database choice that balances technical requirements with financial constraints. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
For this question, refer to the Altostrat Media case study. Altostrat is using Apigee for API management and wants to ensure their APIs are protected from overuse and abuse. You need to implement an Apigee feature to control the total number of API calls for cost management. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect for a global financial services company. Your primary production environment is in a VPC network in Google Cloud. Your company also operates a secondary VPC network in Google Cloud and a separate, smaller analytics workload in another major cloud provider. You need to design a network architecture that provides reliable, high-bandwidth connectivity between all three environments. Your goal is to use Googleโs private backbone as much as possible for all intercloud and inter-VPC traffic to ensure low latency and simplify network management. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
For this question, refer to the Altostrat Media case study. Altostrat's development team is using a microservices architecture for their application. You need to select the most suitable testing approach to ensure that individual microservices function correctly in isolation.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect for a company that has migrated its on-premises VMware workloads to a Google Cloud VMware Engine. The VMware workloads running in the VMware Engine need to communicate with a set of microservices running in a dedicated Virtual Private Cloud (VPC) network following Google Cloud best practices. You have already established a private services access connection. You need to enable the VMware VMs to access the microservices in the VPC. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your team plans to use Vertex Al to develop and deploy machine learning models for various use cases for fraud detection, product recommendations, and customer churn prediction. You want to enhance the security posture of the Vertex Al and Workbench environment by restricting data exfiltration.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your team runs a complex risk modeling application on Google Cloud for a financial services company. The application consists of a large, in-memory database that must be available 24/7 and a fleet of VMs that run thousands of independent, fault-tolerant simulation jobs. These simulation jobs are designed to be preemptible and can be restarted without losing significant progress. You need to optimize the cost of the compute resources for this app, maintain the required availability for the database, and ensure the simulation jobs are processed cost-effectively. You want to follow Google-recommended practices. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You have an application that uses Vertex Al Feature Store to manage and serve product features for real-time recommendations. You want to monitor the performance and health of the application. You need to understand the overall duration of a request.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect for a company where multiple autonomous development teams manage their own Google Cloud projects. The finance department has raised concerns about escalating and unpredictable cloud costs. An initial review shows widespread overprovisioning of Compute Engine instances and idle development resources running overnight and on weekends. The teams currently lack visibility into their specific spending and its business impact. You need to implement a strategy to control costs and foster a culture of financial responsibility across the engineering organization. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
A large healthcare provider's primary electronic health record (EHR) application runs on Compute Engine instances with a Cloud SOL for PostgreSQL database, all located in the us-west1 region. A new regulatory mandate requires you to implement and document a business continuity plan (BCP). This plan must ensure that the EHR application can be fully recovered and operational in a different geographical region with a recovery time objective (RTO) of two hours and a recovery point objective (RPO) of 15 minutes. You need to design a disaster recovery strategy that meets these strict BCP requirements.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect at a financial institution, and you are automating the migration of various on-premises data to Google Cloud. You need to upload legacy integration files to a Cloud Storage bucket and then load customer record data from those files into a BigQuery table named customer_records. You also need to automate the creation of a new GKE cluster for a containerized application. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
A financial services company is decommissioning one of its on-premises data centers. As part of this initiative, the company needs to perform a one-time migration of 500 TB of historical transaction archives to a Cloud Storage bucket for long-term retention. The data centers internet egress is 1 Gbps, which is shared with critical business operations. You must complete the secure data transfer within a 60-day window to meet the decommissioning deadline.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are a cloud architect for a genomics research company. Your team needs to run a critical, time-sensitive data processing job that requires a large cluster of 75 accelerator-optimized VMs. The job must run continuously for a fixed seven-day period, starting in exactly four weeks. Due to the critical and time-sensitive nature of this processing job, you need to ensure the required compute resources are available for the specified period. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
A retail company's most critical application is its online payment processing system. The business has a requirement that the system must be able to survive a complete zonal outage while minimizing cost. You need a design solution that can handle a zonal failure.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are deploying a new containerized, internal-facing, three-tier web application on a regional Google Kubernetes Engine (GKE) cluster. The application has predictable traffic, with high usage during business hours and low usage at night. You need to design a network solution that is highly available and automatically scales with demand. You must also ensure the solution is as cost-effective as possible by minimizing resource expenses. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
A global media company is launching a new web application. The application backend is hosted on Compute Engine in us-centrall and serves both static assets (images, CSS, and JavaScript) and dynamic, user-specific content from a Cloud SQL database in the same region. Early user feedback from Europe and Asia indicates significant page load delays due to slow loading static content. You need to design a solution that minimizes latency for all global users accessing the static content.
What should you do?
Choose 2 answers
Premium Solution Locked
Unlock all 312 answers & explanations
You are developing a deep learning model that requires high-performance access to large volumes of media data currently stored in Cloud Storage. Model training will be executed on multiple VM instances with GPUs attached, but your application must interact with the data as if it were on the local file system. You need to minimize complexity and cost.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your company is expanding its Al-powered operations nationwide and has chosen accelerator-based compute for the Al workloads. The batch image processing workloads are not time-sensitive and can tolerate interruptions. You need to rapidly deploy cost-effective accelerator nodes for these batch tasks, ensuring rapid deployment and data persistence when necessary.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
A large, multinational corporation is migrating to Google Cloud. The company has several distinct business units: Finance, Marketing, and Research and Development (R&
Premium Solution Locked
Unlock all 312 answers & explanations
Your organization is going to migrate applications to Kubernetes and use managed cloud services to deploy applications. Your team is new to Kubernetes and wants to quickly onboard engineers. You want to reduce operational overhead, so the engineering team can focus on developing consumer requirements instead of maintaining the infrastructure. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your company runs a critical, revenue-generating ecommerce application that is served by a regional managed instance group (MIG) behind an external HTTP(S) Load Balancer. The operations team is currently overwhelmed with low-priority notifications and is starting to ignore alerts. Your team's service level objective (SLO) is to maintain 99.9% availability, which is measured by the ratio of successful requests (2xx status codes) to total requests. You want to minimize noise from non-critical events and ensure that the team is only notified of issues that are actionable and threaten the SLO.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are creating a migration plan to move your organizationโs infrastructure from on-premises to Google Cloud. You want to understand and manage costs effectively after the migration is complete. Which strategies should you include in the migration plan? (Choose two.)
Premium Solution Locked
Unlock all 312 answers & explanations
You manage a highly distributed, hybrid- and multi-cloud IT environment, and your developers rely heavily on Prometheus for their workflows. You need a cloud- based, highly scalable, low-maintenance enterprise solution that supports Prometheus Query Language (PromQL) queries, quick metric viewing, and efficient issue diagnosis. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your organization has a significant amount of log data stored in Cloud Logging. The data engineering team is accustomed to using SQL for analysis and wants the ability to create insightful dashboards for visualizing log trends and patterns. You want to follow the recommendations of the Google Cloud Well-Architected Framework to provide a solution for the data engineering team. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your organization uses Google Kubernetes Engine (GKE) and Amazon Elastic Kubernetes Service (EKS) to manage a complex Kubernetes environment across multiple cloud providers. You need to deploy a solution that streamlines configuration management, enforces security policies, and ensures consistent application deployment across all of the environments. You want to follow Google-recommended practices. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your company is building containerized applications as part of their CI/CD pipeline. To improve the security and maintainability of the build process, you need to:
โข Identify potential vulnerabilities within your container images.
โข Generate verifiable metadata about the builds for auditing and compliance.
โข Create a comprehensive inventory of your applicationโs dependencies
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your company is rapidly deploying containerized microservices on Google Kubernetes Engine (GKE) using a robust CI/CD pipeline. Security is a top priority, and you need to implement a comprehensive and efficient strategy to prevent container image vulnerabilities from reaching your GKE production environment. What should you do?
Choose 2 answers
Premium Solution Locked
Unlock all 312 answers & explanations
You are deploying a critical application with a stateless, containerized frontend on Cloud Run and a Cloud SQL for PostgreSQL backend. The application experiences unpredictable traffic spikes, and the business requires the ability to immediately roll back a failed deployment to the last known good state. You need to apply a deployment strategy that aligns with Site Reliability Engineering (SRE) principles for both the application code and the database schema updates, while meeting the business's requirements. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your organization is implementing a new cloud-native application on Google Cloud and needs to ensure compliance with the ISO/IEC 27001 framework. You want to leverage Google Cloud's security reports and documentation to support your ISO/IEC 27001 audit process. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are designing the storage architecture for a financial analytics platform. The platform ingests and stores terabytes of transactional data daily, which is used for both real-time fraud detection and long-term historical analysis. Transaction data from the last 30 days must be accessible with very low latency for the fraud detection engine. Data older than 30 days is accessed infrequently for quarterly reports, where retrieval times of a few seconds are acceptable. All data must be retained for five years to meet compliance regulations. You need to design a solution as cost-effective as possible. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your company is a global financial services provider that processes and analyzes a high volume of credit card transactions in real time for fraud detection. Your analytics team must run complex batch queries on the same transaction data for daily reporting. You need to design a data processing solution that can handle both real-time and batch processing of the transaction data while minimizing operational overhead and infrastructure management.
What should you do?
Choose 2 answers
Premium Solution Locked
Unlock all 312 answers & explanations
Your organization uses separate Google Cloud projects for shared services, development, testing, and production.
โข The shared services project hosts your private CI/CD runners and a central Artifact Registry
โข The development, testing, and production projects host the GKE clusters where applications are deployed.
You need to design an architecture that allows the CI/CD runners to connect to the GKE clusters and the clusters to pull images from Artifact Registry, all using private IP addresses. However, direct network traffic between the development, testing, and production environments must be strictly prohibited. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your company uses a custom-built application running on a Compute Engine virtual machine (VM). This application processes real-time sales data and writes it to a zonal Persistent Disk. A recent internal audit requires that you implement a backup and recovery plan to protect against zonal failures. Your company has a strict policy that all backup data must be retained for at least 90 days and stored in a separate project with limited access. You need to implement a fully automated backup solution that meets these requirements with minimal operational overhead.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are designing the network architecture for a public-facing, containerized web application deployed on Cloud Run. All incoming traffic must be inspected by a Cloud Armor web application firewall (WAF) before reaching the application You plan to use an Application Load Balancer, which will have the Cloud Armor policy attached. You must ensure that all public requests pass through the load balancer and any attempt to access the Cloud Run service directly through its default *.run.app URL is blocked. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are architecting a new application feature for a healthcare provider based in The feature needs to summarize sensitive patient notes that are submitted by clinicians. A critical requirement is that the content of these patient notes must never be processed outside of Qataris borders. You want to use a powerful, pre-trained generative model for the summarization task while strictly adhering to the data residency constraint.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are designing the architecture for a global social media site on Google Cloud. The site serves dynamic API content, static assets such as CSS. JS. images, and user-uploaded videos for streaming. You need to minimize latency for all content types for users worldwide. What should you do? (Choose two.)
Premium Solution Locked
Unlock all 312 answers & explanations
Your ecommerce web application includes many products with pictures and videos. You need to improve the application's page load speed and reduce the latency for customer requests. What should you do?
Choose 2 answers
Premium Solution Locked
Unlock all 312 answers & explanations
You are architecting a new application feature for a healthcare provider based in Qatar. The feature needs to summarize sensitive patient notes that are submitted by clinicians. A critical requirement is that the content of these patient notes must never be processed outside of Qatar's borders. You want to use a powerful, pre-trained generative model for the summarization task while strictly adhering to the data residency constraint. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You need to build and deploy a containerized web application to Google Cloud. The application is very write-heavy and requires a relational database as its data store. The application needs to be highly available in multiple cloud regions. You want to minimize operational overhead while following Google-recommended practices. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
A Cloud Run service running your serverless application is unable to connect to an AlloyDB database created with default configurations. You need to troubleshoot and resolve the issue as quickly as possible. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Your team is running applications on a Google Kubernetes Engine (GKE) cluster with a private endpoint. You've set up a Cloud Deploy pipeline, but deployments to the GKE cluster are failing. You need to resolve the issue. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are managing a few hundred Ubuntu and Red Hat Enterprise Linux virtual machines running on Google Compute Engine (GCE). You need to patch the operating systems for those VMs periodically in a secure and scalable way. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You need to build a continuous delivery pipeline for a containerized application in Google Cloud. You want to run all your tests in the pipeline to improve your application's quality. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are migrating a critical on-premises inventory management application to Google Cloud. The application is a monolith with a traditional relational database, and the immediate business goal is a rapid data center exit. The monolith is exposing an API to other business critical applications.
The long-term vision is to modernize the application into globally distributed, cloud-native services to support the companyโs expansion. You need to design the initial cloud architecture to ensure that future modernization causes the least possible disruption to other applications that depend on inventory data. The future modernization might require the API to change structure. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
You are deploying a critical application with a stateliest containerized frontend on Cloud Run and a Cloud SQL for PostgreSQL backend. The application experiences unpredictable traffic spikes, and the business requires the ability to immediately roll back a failed deployment to the last known good state. You need to apply a deployment strategy that aligns with Site Reliability Engineering (SRE) principles for both the application code and the database schema updates, while meeting the business's requirements.
What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
For this question, refer to the KnightMotives Automotive case study. KnightMotives wants to personalize the dealer experience for its customers and has decided to train its own AI models for personalized recommendations. The company will start collecting personally identifiable information (PII) from its customers to use as part of the modelsโ training data. KnightMotives wants to ensure maximum security and compliance worldwide. You need to ensure the data is encrypted both at rest and during AI model training without impacting the modelsโ accuracy. What should you do?
Premium Solution Locked
Unlock all 312 answers & explanations
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 312 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"