All practice questions
1598 questions
A financial analytics startup is building an internal back-office reporting application. The application requires a fully managed relational database supporting standard SQL and ACID transactions within a single Google Cloud region, with no requirement for global multi-region consistency or multi-region horizontal scaling. Which database service should the architect select?
A financial analytics company runs an I/O-intensive reporting application on a Compute Engine Regional Managed Instance Group (MIG) behind an External HTTP(S) Load Balancer. During sudden high-volume processing events, backend instances experience severe memory saturation and active connection pool exhaustion, leading to dropped client requests while CPU utilization stays consistently below 25%. Furthermore, during a recent brief upstream database latency spike, the load balancer marked all backend instances as unhealthy simultaneously because the health check probes an endpoint that performs a live query on the database. Which architectural modification best resolves both the autoscaling failure and the cascading health check failure?
A global digital publishing enterprise is designing a hybrid network architecture to connect its on-premises content repository to a Google Cloud Virtual Private Cloud (VPC). The architecture requires dedicated bandwidth of 20 Gbps, dynamic BGP routing, and a 99.99% availability SLA. Additionally, on-premises hosts must securely reach Google APIs without traversing the public internet. Which TWO architectural recommendations should the cloud architect make to meet these requirements?
Select all that apply
An e-commerce company hosts its backend ordering service on App Engine flexible environment connected to a Cloud SQL for PostgreSQL database. The development team needs to deploy an application update that introduces a database schema change adding a mandatory new column to the orders table. The release must maintain zero downtime, and rolling back to the previous application version if errors occur post-deployment must not cause runtime exceptions or data corruption. Which release management approach should the engineering team implement?
A media streaming platform hosts a video segment processing service on Compute Engine Managed Instance Groups (MIGs). The application is memory-intensive and network I/O-bound as it fetches uncompressed video segments from Cloud Storage, causing average CPU utilization to stay under 35% even when processing latency increases significantly during live events. Additionally, during sudden traffic spikes, MIG autoscaling attempts fail because requested instance counts exceed the project's regional compute resource limits. Which architectural strategy should a Cloud Architect implement to ensure reliable scaling and adequate capacity during high-demand live events?
A global supply chain enterprise is migrating its core order-processing platform to Google Cloud. The system must support strong transactional consistency with a Recovery Point Objective (RPO) of 0 and a Recovery Time Objective (RTO) of under 5 seconds in the event of a total regional outage. Furthermore, the architecture requires a dedicated, private hybrid network connection between the corporate data center and Google Cloud that supports 15 Gbps of sustained bandwidth while meeting a 99.99% availability SLA. Which TWO architectural components should you include in your design to satisfy these requirements?
Select all that apply
An enterprise platform engineering team is preparing to update a stateless microservice deployed on Google Cloud Run that communicates with a Cloud Spanner database. To maintain high availability during releases, the pipeline must implement a progressive canary release strategy with continuous health validation and seamless rollback capabilities. Which TWO architectural practices should the team implement to satisfy these requirements? (Select TWO.)
Select all that apply
A pharmaceutical enterprise is establishing hybrid connectivity between its primary on-premises facility and Google Cloud to support an analytics pipeline. The connectivity model must support a sustained transfer rate of 8 Gbps with a guaranteed 99.99% availability SLA. Furthermore, on-premises systems must be able to reach workloads located in a specialized application VPC through a central transit VPC where the hybrid link terminates. Which network architecture should the cloud architect implement to meet these requirements?
An enterprise organization is planning a major version release for a mission-critical financial reporting service deployed on Compute Engine Managed Instance Groups (MIGs) behind an External HTTP(S) Load Balancer. The update involves modifying the underlying database structure. The technical team requires zero application downtime during deployment and the ability to instantly roll back if errors are detected in production without causing data corruption or application failures in the live environment. Which deployment approach should the Cloud Architect recommend to achieve these reliability requirements?
A global retail distribution company is establishing hybrid connectivity between its primary on-premises fulfillment hubs and Google Cloud to process real-time inventory transactions. The connection requires a guaranteed sustained throughput of 12 Gbps and must adhere to a strict 99.99% availability SLA. Architecturally, the security team mandates centralized administration of firewall rules and network subnets, while allowing application workloads running in isolated project environments to communicate directly with on-premises databases. Which network architecture and hybrid connectivity design should the cloud architect recommend?
A global healthcare diagnostic platform is designing its telemetry processing backend on Google Cloud to handle unpredictable spikes in stateless containerized workloads across two geographic regions. The platform must maintain a strict Service Level Agreement (SLA) of 99.999% availability with a Recovery Point Objective (RPO) of 0 and a Recovery Time Objective (RTO) of near-zero seconds for transactional data operations. The architecture must minimize operational management overhead while supporting multi-region synchronous replication. Which architecture meets these technical requirements?
A global logistics enterprise is designing a hybrid network architecture to connect its on-premises inventory database with workloads in Google Cloud. The architecture requires a dedicated private connection supporting 10 Gbps of bandwidth for continuous synchronization with a central management VPC (`vpc-core`). Additionally, an isolated analytics VPC (`vpc-analytics`) requires connectivity to the on-premises database through `vpc-core`. Which TWO architectural design choices should the cloud architect recommend?
Select all that apply
An online gaming company is designing a new solution architecture on Google Cloud to handle a new game title launch. The architecture has two primary requirements:
1. A stateless HTTP microservice for player telemetry and session validation that experiences unpredictable traffic spikes and long idle periods during off-peak hours. The company requires zero baseline infrastructure cost when there is no incoming traffic and wants to minimize management overhead.
2. A one-time migration of an historical telemetry dataset from their on-premises data center to Cloud Storage within a strict 2-week deadline. Their current on-premises uplink is and is heavily saturated by current business operations.
Which TWO architectural solutions should the cloud architect recommend to satisfy these business goals while optimizing total cost and operational overhead? (Select TWO.)
Select all that apply
A financial technology organization hosts a mission-critical payment processing backend on Compute Engine Regional Managed Instance Groups (MIGs) behind an Internal Application Load Balancer. The operations team needs to automate application deployment releases to achieve zero downtime, support progressive instance replacement, and preserve infrastructure state consistency across continuous delivery runs without introducing security vulnerabilities. Which deployment and release management strategy should the Cloud Architect recommend?
A pharmaceutical research institute is migrating a legacy monolithic clinical trial application from an on-premises data center to Google Cloud. The legacy system relies on an on-premises PostgreSQL database that suffers from technical debt, specifically unnormalized tables accessed directly by multiple legacy modules. The institute must refactor the database into domain-driven data structures and migrate to Cloud SQL for PostgreSQL without introducing downtime or breaking existing regulatory reporting dependencies during the transition period. Which strategy best addresses the technical debt while satisfying the migration constraints?
An automotive manufacturing enterprise is designing a hybrid network architecture to connect its central assembly plant data center to Google Cloud. The connection must reliably support a continuous throughput of 15 Gbps for real-time telemetry data. Additionally, on-premises systems must be able to communicate with workloads residing in a secondary workload VPC (VPC B) that is connected to the primary landing zone VPC (VPC A). Which hybrid network architecture meets these bandwidth and routing requirements?
A global fleet management company is designing a Google Cloud architecture to handle two core workloads for its telematics platform:
1. Real-time ingestion and low-latency point-in-time querying of high-throughput time-series telemetry data originating from millions of vehicle GPS sensors.
2. Archival of unstructured driver inspection PDF logs and vehicle camera images that are accessed frequently for the first 30 days and must automatically transition to low-cost archival storage for long-term compliance retention.
Which TWO storage services and features should the lead cloud architect select to satisfy these requirements while minimizing operational overhead?
Select all that apply
A fintech startup has manually provisioned a production environment in Google Cloud consisting of Cloud Pub/Sub topics and BigQuery datasets via the GCP Console. To bring these resources under Infrastructure as Code (IaC) governance, the cloud architecture team needs to safely import the resources into Terraform state while setting up a centralized Cloud Storage (GCS) backend for state storage. In what sequence should the engineering team execute the following operational steps to import the existing infrastructure without accidental resource destruction?
Drag items to arrange them in the correct order
A digital media enterprise is architecting an event ingestion microservice on Google Cloud to handle HTTP webhooks triggered by external partners. The workload is stateless, highly bursty, and experiences prolonged idle periods. The architecture must automatically scale to zero during periods of inactivity to eliminate baseline compute costs, sustain high availability across zonal failures, and enforce strict security boundaries that prevent compromised internal service accounts from copying sensitive data to external Cloud Storage buckets outside the enterprise environment. Which architectural strategy best satisfies these technical, availability, and security requirements?
A global maritime fleet management enterprise is building an infrastructure on Google Cloud to collect position updates and engine metrics from thousands of cargo vessels worldwide. The position ingestion service is a lightweight stateless HTTP microservice experiencing erratic traffic spikes followed by periods of complete inactivity. Additionally, historical vessel route records must be preserved for 7 years to comply with maritime regulations, but these records are rarely queried after the first 30 days. The primary business requirement is to minimize operational management overhead and infrastructure cost while ensuring high availability. Which TWO architectural decisions should the enterprise implement? (Select TWO.)
Select all that apply