All practice questions
1598 questions
An international airline runs two major microservices on Google Cloud: a passenger Flight Seat Reservation API and a post-flight Partner Loyalty Points Reconciliation worker. Interruption of seat reservations directly causes severe financial loss and customer churn, whereas delays in processing loyalty points reconciliation by several hours have minimal business impact. The organization aims to align technical metrics and operational procedures with business risk. Which TWO Site Reliability Engineering (SRE) decisions correctly align technical service level objectives (SLOs/SLIs/SLAs) with business impact? (Select TWO.)
Select all that apply
An enterprise financial organization manages its Google Cloud infrastructure using Terraform within an automated CI/CD pipeline. Multiple autonomous feature teams frequently provision and update resources across shared VPC networks. Recently, a CI/CD deployment failed during a Terraform apply phase because an operational team manually modified firewall rules and updated subnets directly via the Cloud Console to mitigate an active security incident. Furthermore, state locks were intermittently failing during concurrent CI/CD pipeline executions due to misconfigured remote state storage. What architecture and operational strategy should the Lead Cloud Architect implement to secure state management and prevent uncoordinated configuration drift in accordance with Google Cloud best practices?
An enterprise organization is establishing an automated Continuous Integration and Continuous Delivery (CI/CD) pipeline using Cloud Build to provision and update infrastructure across multiple Google Cloud projects using Terraform. The architecture team requires that concurrent execution of pipeline builds does not result in state file corruption or race conditions. Additionally, access to infrastructure state must adhere to least privilege security practices. Which architecture design meets these requirements?
A digital media company is planning the live streaming infrastructure for a high-profile global event on Google Cloud. Baseline estimates show that Compute Engine VM instance requirements during peak stream demand will exceed the project's current regional resource limits. What action must the Lead Cloud Architect take during capacity planning to ensure compute resources scale without interruption?
A global energy enterprise is modernizing its grid telemetry analytics platform from an on-premises data center to Google Cloud. The executive steering committee demands a rapid 3-month rollout to satisfy regulatory sustainability reporting mandates. However, the operations team expresses significant change resistance due to unfamiliarity with cloud governance, and the technical architecture requires compute resources exceeding default quota allocations. Which TWO actions should the Lead Cloud Architect recommend to address both stakeholder alignment and technical readiness? (Select TWO.)
Select all that apply
A software enterprise is refining its perimeter defense architecture across multiple Google Cloud projects to satisfy stringent compliance mandates. Match each specific security requirement on the left with the corresponding Google Cloud perimeter control mechanism on the right that best satisfies the architectural goal.
Click a left item, then click its matching right item
Items
Matches
An enterprise e-commerce company is preparing for an upcoming promotional event that will require temporarily provisioning 400 Compute Engine N2 Virtual Machines in the `us-central1` region within a newly created Google Cloud project. The current regional quota for N2 CPUs in this project is set to default limits, which is far below the capacity required for the event. Which proactive measure should the Cloud Architect recommend to ensure the deployment succeeds without operational disruption?
A global logistics firm is storing confidential shipment documentation in Google Cloud Storage. The firm's compliance team mandates that encryption keys must be managed in Cloud KMS by an isolated security team, support automated key rotation every 90 days, and enforce separation of duties so developers cannot directly access raw key material or administrative key controls. Which architectural configuration should you recommend to fulfill these requirements?
A pharmaceutical enterprise hosts two core workloads on Google Cloud: a synchronous Clinical Trial Adverse Event Notification Service that directly impacts regulatory compliance and patient safety, and an asynchronous Batch Genomic Sequence Alignment Pipeline used for long-term discovery research. Executive leadership demands a reliability engineering framework that aligns Service Level Objectives (SLOs) and error budgets with real business impact. How should a Cloud Architect structure the Service Level Indicators (SLIs) and SLOs for these distinct workloads?
A software engineering company structures its Google Cloud resource hierarchy using environment-specific folders. The security team needs to grant a group of data engineers the ability to manage BigQuery datasets and view Cloud Storage object contents across all current and future projects located under the 'Analytics-Staging' folder. The solution must adhere to the principle of least privilege, avoid primitive roles, and minimize administrative overhead. Which TWO actions should the security team perform to meet these requirements?
Select all that apply
A cloud architect is establishing a standard operating procedure for validating disaster recovery (DR) failover from a primary GCP region (us-central1) to a secondary region (us-east4) for an enterprise application. In what sequence should the architect execute the following steps to perform a safe and successful DR failover test?
Drag items to arrange them in the correct order
A multinational enterprise is designing a hub-and-spoke VPC architecture in Google Cloud. The central hub VPC is connected to an on-premises data center via a 10 Gbps Cloud Interconnect. Two spoke VPCs (Analytics VPC and Production VPC) are connected to the central hub VPC using VPC Network Peering. On-premises workloads require direct connectivity to resources inside the spoke VPCs, and workloads in the spoke VPCs must privately reach Google Cloud APIs (such as Cloud Storage and BigQuery) without routing traffic through the public internet. Which TWO network topology configurations must be implemented to fulfill these requirements?
Select all that apply
Your team is releasing an updated revision of a microservice hosted on Cloud Run. To minimize the impact of potential software bugs, you want to route only 5% of production traffic to the new revision while keeping 95% of traffic on the existing stable revision. After verifying metrics such as latency and error rates, you plan to shift the remaining traffic. Which release management strategy is being implemented in this scenario?
A global automotive manufacturer is modernizing its connected vehicle telemetry and dealership diagnostic platform by migrating infrastructure to Google Cloud. The executive steering committee requires zero operational disruption during regional rollouts, strict adherence to enterprise security governance, and structured enablement for engineering teams transitioning from legacy on-premises workflows. During stakeholder requirement analysis, the Cloud Architect identifies two critical risks: regional testing teams plan to initiate high-concurrency load tests without reviewing regional default limits, and development leads intend to grant primitive Editor roles across all projects to bypass permission configuration delays. Which two architectural and organizational change management strategies should the Cloud Architect implement to address these risks? (Select TWO.)
Select all that apply
An organization maintains a central shared services VPC network (shared-svc-vpc) connected to their on-premises environment using an HA VPN gateway with Cloud Router dynamic routing. To host a new line-of-business workload, the infrastructure team provisions a dedicated application VPC (app-vpc) and establishes a VPC Network Peering connection between app-vpc and shared-svc-vpc. Workloads in app-vpc successfully communicate with internal services residing directly in shared-svc-vpc, but they are unable to reach any on-premises servers over the HA VPN link. What is the root cause of this connectivity behavior, and how should the network topology be configured to allow app-vpc to reach on-premises?
A global pharmaceutical firm is designing a clinical trial telemetry platform on Google Cloud. The conceptual architecture defines three functional tiers: a message buffer for regional event ingestion from medical devices, a managed compute layer for stateless transformation that scales to zero during off-peak hours, and a network security boundary preventing data exfiltration to unauthorized external cloud locations. Which combination of Google Cloud physical services correctly maps to these conceptual architectural layers while satisfying all operational and security constraints?
An energy utility enterprise based in Australia is deploying its smart meter telemetry processing platform to Google Cloud. National regulatory mandates require that all customer consumption records remain strictly within Australia. Additionally, the security policy dictates that all data at rest must be encrypted using keys controlled by the enterprise within the designated Australian region, exfiltration to unauthorized external cloud environments must be prevented, and Google support personnel access to underlying infrastructure must require explicit customer authorization. Which architectural strategy meets all regulatory compliance, data sovereignty, and security requirements?
A cloud engineering team is designing a secure, automated Continuous Integration and Continuous Delivery (CI/CD) pipeline on Google Cloud to deploy containerized microservices to Google Kubernetes Engine (GKE) using Cloud Build, Artifact Registry, Binary Authorization, and Cloud Deploy. Arrange the operational pipeline stages in the correct chronological execution order from initial code commit to production rollout.
Drag items to arrange them in the correct order
An enterprise operations team is scaling its Google Cloud footprint and managing infrastructure deployments across multiple Google Kubernetes Engine (GKE) private clusters. Currently, operators execute Terraform from local workstations without remote state locking, utilize primitive Editor permissions, and access GKE control planes over public endpoints without restriction. As a Cloud Architect advising the operations team, which TWO architectural actions should you recommend to establish least privilege, secure cluster access, and prevent state corruption?
Select all that apply
An energy utility company operates two primary workloads on Google Cloud: a real-time Smart Grid Telemetry Ingestion microservice and an asynchronous Monthly Customer Billing Report Generator. Failure of real-time telemetry ingestion immediately threatens power grid stability, whereas delayed billing reports can be re-processed asynchronously within a 24-hour window without business loss. Which strategy correctly aligns technical operational metrics with business impact for these workloads?