All practice questions
1598 questions
A enterprise team needs to host a standard relational database on Google Cloud for an internal application. The workload requires high availability within a single GCP region with automatic zonal failover, but it has modest traffic and does not require global horizontal scaling or multi-region replication. Which infrastructure solution should you choose to meet these high availability requirements with minimal operational overhead?
An enterprise insurance provider is migrating its legacy claims processing platform to Google Cloud to reduce technical debt. The system consists of stateless application services connected to an on-premises relational database. The project team plans to implement a blue-green deployment pattern in Google Cloud to release new cloud-native microservices while updating the underlying database schema. Business continuity policies mandate zero downtime and immediate rollback capabilities if the new release fails. Which architecture strategy should the Cloud Architect recommend to manage database changes during this legacy migration phase?
A regional retail firm is selecting a managed database service to handle operational sales orders within a single Google Cloud region. The application requires full ACID transaction compliance and standard relational SQL capabilities, but does not require cross-region replication or global horizontal scale. Which Google Cloud service should be selected?
A multinational retail banking institution is architecting hybrid connectivity to migrate its core transaction processing platform from an on-premises data center to Google Cloud. The architecture requires a sustained throughput of for real-time database synchronization between on-premises mainframes and compute instances hosted across two GCP regions. The compliance team mandates zero traversal over the public internet, and the business continuity team specifies a strict uptime Service Level Agreement (SLA) of . Which hybrid networking design satisfies these requirements?
A financial services enterprise needs to establish a secure, private connection from workloads running in its Google Cloud VPC to a third-party software provider's managed API hosted in a separate Google Cloud organization. The security team mandates that communication must remain strictly within the Google Cloud backbone without exposing internal IP ranges or requiring VPC Network Peering. Additionally, the project hosting the enterprise workloads must prevent authorized users from exfiltrating data to unauthorized external resources outside the designated security boundary. Which architectural design fulfills all specified security and connectivity requirements?
A pharmaceutical research firm hosts its core analytics pipeline in Google Cloud with a primary deployment in region `us-central1`. The workload consists of a stateless application running on Compute Engine Managed Instance Groups (MIGs) and an operational database on Cloud SQL for PostgreSQL. The firm is configuring a warm standby disaster recovery plan targeting region `us-east4` to achieve an RPO of under 5 minutes and an RTO of under 15 minutes, while keeping idle steady-state costs low. Which of the following execution steps must be included in the emergency failover runbook? (Select TWO answers.)
Select all that apply
An online gaming platform is designing its architecture on Google Cloud for a single-region backend deployment. The system needs to support a relational user profile database that requires regional high availability but does not require multi-region global synchronization. Additionally, the platform runs a short daily batch analytics job that parses 50 GB of match logs stored in Cloud Storage. The architecture team needs to minimize baseline operational costs and avoid paying for idle compute resources during non-peak hours. Which TWO architectural decisions should you recommend to satisfy these requirements?
Select all that apply
A global clinical diagnostics enterprise is designing a hybrid cloud architecture to transfer massive genomic sequencing datasets from its primary on-premises data center to Google Cloud for high-performance processing. The architecture requires a private, non-public network connection capable of supporting sustained transfer bandwidth exceeding 12 Gbps while guaranteeing a 99.99% availability Service Level Agreement (SLA). Which TWO architectural decisions must be implemented to satisfy these requirements?
Select all that apply
A cloud architect is designing a network topology connecting three distinct Google Cloud Virtual Private Cloud (VPC) networks: VPC-A, VPC-B, and VPC-C. Currently, VPC-A is peered directly with VPC-B, and VPC-B is peered directly with VPC-C. Workloads in VPC-A require highly available, low-latency private connectivity to resources in VPC-C without traversing the public internet. Which configuration fulfills this network requirement?
A digital banking platform hosts its primary transactional processing engine in GCP region `us-central1` with a hot standby disaster recovery (DR) site configured in `us-east4`. The application uses Compute Engine Managed Instance Groups (MIGs) that auto-scale based on incoming traffic demands. During an unannounced disaster recovery simulation where `us-central1` traffic was failed over to `us-east4`, the MIG in `us-east4` failed to scale beyond its baseline count to accommodate peak load, causing service disruption. System logs reveal that compute instance creation requests were rejected due to resource limits. Which action should the Lead Cloud Architect take to ensure reliable execution of the disaster recovery failover plan during a regional outage?
A logistics enterprise operates a fleet management webhook microservice that ingests vehicle telemetry updates. The traffic pattern is highly unpredictable, experiencing long periods of zero activity overnight followed by heavy bursts during morning delivery schedules. The business goal is to minimize operational cost by eliminating baseline compute expenses during idle periods while ensuring automatic scale-out during traffic spikes without managing infrastructure cluster nodes. Which cloud architecture should you recommend?
A global video gaming studio needs to connect its on-premises rendering farm to a Google Cloud Virtual Private Cloud (VPC) to handle burst render workloads. The network connection must support a sustained 4 Gbps bandwidth requirement with encrypted traffic in transit. The studio's physical facility is in a regional data center that does not support direct colocation at a Google Cloud Meet-Me-Point (PoP). Which hybrid connectivity architecture should the Cloud Architect recommend to meet these requirements?
An enterprise healthcare technology platform manages multi-tenant infrastructure on Google Cloud using Terraform. During an internal architecture audit, the security operations team discovers that developers execute Terraform configurations directly from local workstations using user accounts with broad Project Editor permissions, while storing state files on local disks. This practice has resulted in concurrent deployment conflicts and compliance violations. You need to establish a centralized, secure Infrastructure as Code governance and deployment framework that enforces least-privilege execution and prevents state file corruption. Which architecture should you implement?
An enterprise logistics provider processes real-time vehicle telemetry ingested by a fleet of Compute Engine instances in a Managed Instance Group (MIG) behind an External HTTP(S) Load Balancer. During peak operating hours, incoming message throughput surges by . Load testing demonstrates that while the application is heavily network I/O-bound, the MIG autoscaler is currently configured to scale based on average CPU utilization, causing severe latency spikes before new instances launch. Additionally, project telemetry forecasts indicate that scaling to meet peak load will exceed the project's allocated Compute Engine regional vCPU quota in . Which pair of actions should the Cloud Architect recommend to optimize workload scaling and ensure adequate infrastructure capacity?
An enterprise organization is designing a security perimeter for its Google Cloud environment. The security architecture must prevent authorized users and service accounts with valid IAM read permissions from exfiltrating sensitive analytics data in Cloud Storage to external locations. Furthermore, the infrastructure team needs to enforce organization-wide firewall guardrails that apply dynamically to instances based on their functional role rather than static IP addresses, across all present and future projects. Which architectural approach fulfills these security requirements?
A cloud solution architect is establishing local development guidelines for microservices that interact with Google Cloud managed services. Match each Google Cloud service local emulator with its corresponding operational capability or limitation during local integration testing.
Click a left item, then click its matching right item
Items
Matches
A financial technology enterprise is designing an automated monthly statement generation service on Google Cloud. The service processes unpredictable, highly bursty containerized batch rendering tasks (each requiring 2 vCPUs and 4 GB RAM) that run for 15 to 20 minutes when triggered by customer request events. The workload stays completely idle between batches for days at a time. The business requirement is to minimize total operational costs by eliminating all baseline idle infrastructure expenses, while avoiding administrative overhead for cluster management. Which architecture should you recommend?
Match each Google Cloud hybrid networking service to its primary defining capability or implementation requirement.
Click a left item, then click its matching right item
Items
Matches
An online retail platform experiences a complete outage in its primary Google Cloud region (us-east1). The platform architecture uses Cloud SQL for PostgreSQL with a cross-region read replica in us-central1, and a Compute Engine Managed Instance Group (MIG) deployed as a warm standby in us-central1 running at 10% capacity. As the Cloud Architect, you must execute the emergency disaster recovery failover runbook to restore operational production capabilities in us-central1. In what sequence should you execute the failover tasks?
Drag items to arrange them in the correct order
A financial software development team is designing an automated local integration testing suite for microservices that interact with Cloud Spanner. The team wants to validate database schema migrations, transactional queries, and security features in local developer environments prior to deployment. Which statement accurately describes a key capability or architectural limitation of the Cloud Spanner emulator when integrated into this local testing workflow?