All practice questions
1598 questions
A global retail company is establishing hybrid connectivity between its primary on-premises data center and Google Cloud. The workload requires a continuous 20 Gbps low-latency connection backed by an enterprise SLA. Within Google Cloud, the architecture requires central governance for core services while allowing two isolated workload VPCs (Logistics and Inventory) to communicate with on-premises resources, while strictly preventing inter-VPC traffic between the two workload VPCs. Which network architecture should the cloud architect recommend?
A video broadcasting enterprise is migrating its core processing infrastructure to Google Cloud. The architecture requires a sustained hybrid connection throughput of between their primary on-premises render farm and a primary Google Cloud Virtual Private Cloud (“vpc-render”). The hybrid connection must meet Google Cloud's availability SLA guidelines. Additionally, on-premises systems must be able to reach an administrative database hosted in a separate VPC (“vpc-admin”). The team initially planned to use VPC Network Peering between “vpc-render” and “vpc-admin” so that on-premises traffic arriving at “vpc-render” could flow through to “vpc-admin”. Which architectural design should a Cloud Architect recommend to satisfy the SLA, throughput, and connectivity requirements?
A global smart logistics enterprise tracks 500,000 delivery vehicles worldwide. Telemetry data is ingested via an HTTP endpoint that experiences severe traffic bursts during peak morning fleet dispatches but remains virtually idle overnight. The company needs to optimize its Google Cloud architecture to minimize Total Cost of Ownership (TCO) by eliminating idle compute infrastructure costs. Additionally, they must retain raw telemetry logs (over 1 TB per day) for 5 years to meet regulatory compliance requirements at the lowest possible storage cost. Which TWO architectural recommendations should you make to satisfy both business and cost optimization objectives?
Select all that apply
A global logistics provider needs to migrate 800 TB of historical telemetry archive files from an on-premises data center to Cloud Storage to support a new machine learning analytics initiative. The migration must complete within a strict 14-day business window. The facility's internet uplink is capped at 100 Mbps, and provisioning additional network bandwidth is cost-prohibitive. Which architectural strategy meets the business timeline while minimizing total migration cost?
A cloud administrator is preparing to provision compute resources for a stateless web application using Compute Engine Managed Instance Groups (MIGs) via an automated deployment pipeline. Which TWO steps should the administrator take to ensure correct IAM privilege bounds and avoid provisioning failure during initial deployment? (Select TWO)
Select all that apply
An enterprise lead architect is evaluating GCP hybrid networking topologies for four distinct enterprise business units. Match each architectural scenario on the left with the single most appropriate GCP network connectivity solution on the right that meets all throughput, security, SLA, and connectivity requirements.
Click a left item, then click its matching right item
Items
Matches
An autonomous vehicle simulation enterprise is designing its cloud architecture on Google Cloud for two distinct workload components:
1. Workload A: A stateless HTTP REST API endpoint that receives vehicle telemetry webhooks with highly unpredictable, bursty traffic patterns. The requirement specifies automatic scaling down to zero instances during idle periods and zero operational overhead for cluster plane or OS management.
2. Workload B: A specialized simulation engine that requires custom kernel parameter tuning (`sysctl`), raw non-HTTP TCP socket listening, and direct access to local NVMe SSD storage.
Which TWO platform architectural decisions should the Cloud Architect recommend? (Select TWO.)
Select all that apply
An enterprise online gaming company is connecting its primary on-premises data center to a Google Cloud Virtual Private Cloud (VPC) to stream real-time multiplayer state telemetry. The solution must guarantee a 99.99% service level agreement (SLA) for physical connectivity, provide dynamic BGP route exchange, and enforce end-to-end IPsec encryption over private IP space for high-throughput traffic exceeding 5 Gbps. Which TWO configurations must you implement to achieve this architecture according to Google Cloud best practices?
Select all that apply
A global online retailer uses Google Cloud with a multi-level resource hierarchy: Organization Root → Production Folder → E-Commerce Folder → Payment-Service Project. An Organization Policy applied at the Production Folder sets the `gcp.resourceLocations` constraint to `allowedValues: ["in:us-locations"]` with `inheritFromParent: false`. The security team now needs to permit a specialized payment module inside the Payment-Service Project to deploy resources in `europe-west3`, while ensuring three strict governance rules:
1. All sibling projects under the E-Commerce Folder must remain restricted to `us-locations`.
2. Any new location constraints added at the Organization Root or Production Folder in the future must automatically merge and apply to the Payment-Service Project.
3. The security team must test a new constraint restricting public IP addresses (`compute.vmExternalIpAccess`) across the Production Folder to measure compliance impact without blocking active developer deployments.
Which combination of Organization Policy configurations correctly fulfills all security and operational requirements?
An engineering team is building a secure CI/CD pipeline on Google Cloud Platform to deploy a microservice to Cloud Run. Arrange the following SDLC pipeline stages in the correct chronological order from developer commit to full production deployment.
Drag items to arrange them in the correct order
An enterprise organization has established a hub-and-spoke network topology in Google Cloud using VPC Network Peering to connect a central Operations VPC (Hub) with two isolated workload environments: Production VPC (Spoke 1) and Staging VPC (Spoke 2). Virtual machines in both workload VPCs can successfully communicate with shared management utilities inside the Operations VPC. However, virtual machines in the Production VPC are unable to reach virtual machines in the Staging VPC. The architecture team mandates establishing direct, private internal IP connectivity between the Production VPC and Staging VPC while preserving sub-millisecond latency and avoiding public exposure or transit costs. Which architectural change should the Cloud Architect implement to satisfy this requirement?
An organization is establishing an automated, secure continuous integration and continuous delivery (CI/CD) pipeline on Google Cloud to deploy containerized applications to Google Kubernetes Engine (GKE). Arrange the following pipeline execution stages in the correct sequence from developer code commit to final production verification.
Drag items to arrange them in the correct order
A healthcare software provider is deploying a multi-tenant clinical application on Google Kubernetes Engine (GKE) across multiple Google Cloud projects. The compliance framework requires a security architecture that detects container-level runtime anomalies (such as unexpected binary executions or reverse shells) without injecting third-party agent containers into application pods, while strictly preventing unsigned or vulnerable container images from deploying to the GKE clusters. How should the cloud security architect design this solution using native Google Cloud services?
A global pharmaceutical enterprise operates a mission-critical clinical trial telemetry ingestion platform on Google Cloud. The primary architecture runs in us-east4 with a secondary disaster recovery (DR) environment in us-west1. The system has a strict Recovery Point Objective (RPO) of 1 minute and a Recovery Time Objective (RTO) of 15 minutes. During a scheduled DR validation exercise, engineers simulated a primary region outage by updating Cloud DNS routing policies to direct incoming traffic to us-west1. Although cross-region data replication was up to date, the failover validation failed because auto-scaling Compute Engine Managed Instance Groups in us-west1 hit regional vCPU quota limits, preventing required instances from launching within the target RTO. Which procedure should the Cloud Architect incorporate into the disaster recovery validation framework to ensure RTO compliance during future failover drills?
An enterprise organization maintains a centralized network architecture in Google Cloud. A primary network project contains a Virtual Private Cloud network named hub-vpc, which connects to an on-premises datacenter via Dedicated Interconnect using Cloud Router dynamic routing. Application workloads are deployed in a separate project within a Virtual Private Cloud network named spoke-vpc. You need to provide private layer-3 reachability so compute instances in spoke-vpc can communicate with on-premises servers over the existing Dedicated Interconnect connection. Which network topology configuration should you implement?
An enterprise cloud security architect is standardizing the data encryption strategy across Google Cloud workloads to satisfy varying regulatory and security control mandates. Match each organizational key control requirement on the left with its corresponding Google Cloud encryption mechanism on the right.
Click a left item, then click its matching right item
Items
Matches
A financial technology company's platform operations and development teams manage infrastructure across Google Cloud projects using an external CI/CD pipeline and Terraform. The teams face two critical operational issues: CI/CD deployments rely on long-lived service account JSON keys stored in third-party runner secrets, creating a security compliance risk; additionally, developers frequently perform manual emergency configuration changes in the Cloud Console, causing severe state drift and deployment pipeline failures. As the Cloud Architect advising these teams on Google Cloud best practices, which TWO actions should you recommend to remediate these security and operational challenges while adhering to the principle of least privilege? (Select TWO.)
Select all that apply
A global fintech enterprise operates two core workloads on Google Cloud: a real-time API for evaluating transaction fraud risk and a background batch service for nightly ledger reconciliation. Business operations dictate that any un-evaluated real-time transaction causes immediate unrecoverable financial theft, whereas background ledger delays of up to four hours carry zero business or financial penalty. Currently, operations alerts on a single composite Service Level Indicator (SLI) measured as aggregated across all API and batch requests. During a planned maintenance window, high-volume batch failures exhausted the quarterly error budget and triggered a critical P1 incident callout, despite the real-time fraud API maintaining 100% availability. How should the Cloud Architect realign the technical SLIs and SLOs with business impact?
An organization is designing a CI/CD pipeline on Google Cloud to build container images securely and manage release artifacts. Which of the following practices should be incorporated into the pipeline design? (Select TWO answers.)
Select all that apply
A renewable energy analytics firm recently completed a rapid lift-and-shift migration of its IoT data processing pipeline to Google Cloud. A post-migration architecture audit identified two critical sources of technical debt: infrastructure engineers store Terraform state files on local developer workstations, resulting in frequent state drift and race conditions during deployments; additionally, compute workloads execute using service accounts assigned the project-level Owner primitive role to simplify access to Cloud Storage and BigQuery. Which combination of architectural refactoring actions should you recommend to effectively mitigate this technical debt while adhering to Google Cloud recommended practices?