All practice questions
1598 questions
A video streaming platform is preparing to launch a new automated encoding pipeline on Google Cloud. The infrastructure consists of private Google Kubernetes Engine (GKE) clusters and compute node pools managed using Terraform. To validate the technical solution prior to full production deployment, the cloud architecture team must establish a pre-deployment testing procedure that validates infrastructure automated provisioning, security boundaries, and capacity limits. Which testing and validation procedure should the Lead Cloud Architect recommend?
A global healthcare platform processes diagnostic imaging metadata using Compute Engine Managed Instance Groups (MIGs) in primary region us-central1 and maintains a cross-region read replica of its Cloud SQL PostgreSQL database in us-east4 for disaster recovery. The organization mandates a Recovery Time Objective (RTO) of under 15 minutes and a Recovery Point Objective (RPO) of under 1 minute. During a scheduled disaster recovery drill in us-east4, promoting the database replica succeeds, but application compute instances fail to launch at scale, causing a prolonged outage. Which architectural adjustment should the Cloud Architect implement to ensure reliable execution during a regional failover?
An enterprise payment processing service hosted on Google Cloud Run processes asynchronous webhook notifications. The Site Reliability Engineering (SRE) team is defining service level indicators (SLIs), service level objectives (SLOs), and alerting strategies to balance release velocity with availability. Which TWO strategies should the team implement to ensure effective SLO management and alerting?
Select all that apply
An enterprise retail organization is updating its deployment automation for containerized web services running on Google Cloud Run backed by a Cloud SQL for PostgreSQL database. The release pipeline is managed via Cloud Build and uses Terraform for infrastructure provisioning. The principal architect must ensure zero-downtime releases, prevent service degradation during rollbacks, enforce secure infrastructure state persistence, and adhere to least-privilege security controls. Which TWO architectural practices should the engineering team implement? (Select TWO.)
Select all that apply
An enterprise security team is hardening service account lifecycle management across a multi-project Google Cloud organization. Automated deployment pipelines hosted on an external CI/CD platform currently authenticate using exported long-lived JSON service account keys. The security policy mandates eliminating all long-lived service account keys and preventing project developers from generating new service account keys, while maintaining least-privilege deployment access. Which architectural solution fulfills these security requirements?
A financial enterprise hosts sensitive customer data within a Google Cloud project containing BigQuery datasets and Cloud Storage buckets. The enterprise policy mandates that authorized internal service accounts must access Google APIs, but data must strictly be prevented from being exfiltrated to external Google Cloud projects or unauthorized public Internet destinations. Which architectural solution should you implement to satisfy these security constraints?
An enterprise SaaS provider hosts an event-driven data ingestion service on a Compute Engine Managed Instance Group (MIG). The service pulls messages from a Cloud Pub/Sub topic and writes structured output to a database. During peak periods, the queue length in Pub/Sub increases significantly, causing data processing latencies that breach Service Level Objectives (SLOs), even though average VM CPU utilization stays below 35% because the workload is heavily I/O-bound. Furthermore, a scheduled global marketing campaign next month is projected to increase incoming message volume by 400%. Which strategy should a Cloud Architect implement to ensure operational reliability and adequate capacity during peak workloads and the upcoming event?
An enterprise financial platform runs its core transaction processing application on Compute Engine Managed Instance Groups (MIGs) with a Cloud SQL for PostgreSQL database in `us-east1`. The organization implements a Warm Standby disaster recovery strategy in `us-west1` to achieve a Recovery Point Objective (RPO) of under 1 minute and a Recovery Time Objective (RTO) of under 15 minutes. During a regional outage drill, the DR execution failover fails because the standby compute tier cannot scale up to match production traffic, and the secondary database tier cannot process incoming write transactions. Which TWO operational steps must be incorporated into the disaster recovery execution runbook to resolve these failures? (Select TWO.)
Select all that apply
An engineering team runs a batch data processing service on Google Compute Engine that programmatically uploads thousands of generated reports to Google Cloud Storage using the official Google Cloud Client Library for Python. During high-concurrency batch operations, the application frequently fails due to rate limiting errors (HTTP status code 429 Too Many Requests). Which approach should the developers take to handle these API rate limit errors reliably while following Google Cloud best practices?
An enterprise ride-hailing platform ingests real-time driver location updates via an HTTP API hosted on a Google Cloud Compute Engine Managed Instance Group (MIG). During daily rush hours, incoming traffic rapidly increases tenfold, causing severe request latency and dropped connections. Monitoring reveals that VM instance CPU utilization remains around 25%, well below the 70% CPU autoscaling target, because worker threads are blocked waiting for database connection pools. Furthermore, the platform team anticipates an additional fivefold growth in peak load for an upcoming national event. Which workload optimization and capacity planning strategy should you implement to resolve the latency issues and guarantee infrastructure availability?
An enterprise architecture team is integrating an on-premises application with Google Cloud services. The application requires access to database credentials stored in Secret Manager. To comply with corporate security governance, the solution must strictly eliminate the risk of long-lived service account key leaks, avoid primitive roles, and follow Google Cloud recommended least privilege standards. Which architecture meets these security requirements?
A smart grid utility company is deploying a new real-time meter analytics platform on Google Cloud using Cloud Pub/Sub, Dataflow, and BigQuery. You need to establish a structured testing and validation procedure to verify system throughput, data accuracy, and resilience prior to releasing the architecture into full production. In what chronological order should you execute the following testing and validation steps?
Drag items to arrange them in the correct order
A Principal Cloud Architect is designing an automated, zero-downtime progressive deployment process for a critical order-processing microservice hosted on Google Kubernetes Engine (GKE) backed by Cloud Spanner. The release involves a breaking application change that relies on an updated database schema. To prevent service disruption and data loss, the rollout must follow the expand-contract pattern combined with a progressive canary traffic migration managed via Cloud Deploy and Anthos Service Mesh. In which sequential order should the DevOps team execute these release steps?
Drag items to arrange them in the correct order
An enterprise healthcare provider operates an electronic health records (EHR) API Gateway on Google Cloud with a defined Service Level Objective (SLO) of availability over a rolling -day window ( minutes). Over the current -day window, the service experienced two incidents while maintaining constant request volume: a database outage resulted in a complete service failure ( error rate) lasting minutes, and a downstream service throttling issue resulted in a partial degradation ( error rate) lasting minutes. What is the remaining allowable error budget in minutes for this -day window?
An enterprise retail organization is establishing an automated validation procedure on Google Cloud to ensure their microservices architecture can handle anticipated traffic spikes during an upcoming flash sale event. The lead cloud architect must design a pre-flight validation process within the deployment pipeline to verify resource readiness before expanding infrastructure across multiple target regions. Which approach best satisfies both technical solution testing and business continuity requirements?
A global logistics company runs its real-time package routing platform in Google Cloud. The core backend relies on a Compute Engine Managed Instance Group (MIG) and a Cloud SQL for PostgreSQL database located in primary region `us-central1`. To achieve a Recovery Point Objective (RPO) under 1 minute and a Recovery Time Objective (RTO) under 15 minutes, the team designed a Warm Standby disaster recovery (DR) pattern in secondary region `us-east4` using cross-region Cloud SQL read replicas. During an unannounced DR failover simulation, database promotion succeeded within 2 minutes, but spinning up additional backend instances in `us-east4` failed due to regional Compute Engine resource quota limits, causing an RTO breach. Which architectural adjustment should the Cloud Architect implement to ensure reliable DR execution while maintaining the Warm Standby strategy?
An enterprise fleet management company processes batch vehicle telemetry and sensor logs uploaded by 50,000 connected delivery vans at the end of each shift. The processing architecture uses Compute Engine Managed Instance Groups (MIGs) consuming messages from a Cloud Pub/Sub topic. During peak shift handovers, message processing backlogs increase rapidly, but worker VMs fail to scale out quickly enough because autoscaling is triggered only by CPU load. Furthermore, sudden cluster scaling periodically fails due to reaching regional vCPU quota limits in us-central1. Which TWO actions should the Cloud Architect take to resolve the processing backlog and ensure reliable infrastructure scaling capacity? (Select TWO.)
Select all that apply
A logistics enterprise operates a real-time shipment tracking service running on Compute Engine Regional Managed Instance Groups (MIGs) fronted by an External HTTP(S) Load Balancer. The application persists state in a Cloud SQL for PostgreSQL database. The development team is preparing to deploy a major release that contains breaking database schema alterations. The deployment policy requires zero downtime and a rapid, zero-downtime rollback capability if errors occur after traffic migration. Which deployment and database migration strategy should the cloud architect recommend?
An organization requires developers to run local test scripts against Google Cloud APIs using short-lived credentials instead of static JSON key files. A security policy dictates that developers must authenticate as a target service account via service account impersonation using Application Default Credentials (ADC). In what sequence should a platform engineer configure the local environment and code execution pipeline to achieve this?
Drag items to arrange them in the correct order
A biomedical research institute manages sensitive genomic datasets stored across Google Cloud Storage buckets and BigQuery datasets. Although strict Identity and Access Management (IAM) controls are enforced, security audits reveal a risk that authorized internal researchers could accidentally or maliciously copy sensitive data into external Cloud Storage buckets residing outside the organization's control. Which architectural control should the cloud architect implement to prevent data exfiltration to external resources?