All practice questions
1598 questions
A fintech enterprise based in the United Kingdom is migrating its payment settlement and audit engine to Google Cloud to meet stringent UK Financial Conduct Authority (FCA) regulations and national data sovereignty requirements. The solution architecture must enforce four strict compliance mandates:
1. All storage and compute infrastructure must be physically restricted to the europe-west2 (London) region.
2. Exfiltration of sensitive customer transaction data to external, uncontrolled cloud environments by compromised authenticated identities must be prevented.
3. Google support personnel and system administrators must be explicitly prevented from accessing underlying customer data without real-time, explicit customer authorization.
4. All customer data at rest must be encrypted using keys managed within the customer's controlled key ring located in europe-west2.
Which architectural design fully satisfies all four compliance and sovereignty requirements?
An enterprise architecture team needs to provision a mission-critical Cloud Bigtable instance to store real-time IoT telemetry data. The regulatory compliance framework requires that persistent data be encrypted using Customer-Managed Encryption Keys (CMEK) and that all database traffic remain isolated within the private network via Private Services Access (PSA). What is the correct sequence of steps to provision this storage infrastructure securely?
Drag items to arrange them in the correct order
A financial clearing platform on Google Cloud has accumulated significant technical debt following consecutive rapid feature releases. An architectural audit identifies two primary vulnerabilities: operational risk from manual Cloud Console modifications that cause severe configuration drift against infrastructure code, and security risk from application service accounts assigned primitive roles/editor permissions. You are tasked with establishing a technical debt remediation framework that enforces strict infrastructure governance and least-privilege security without disrupting service uptime. Which combination of architectural actions should you recommend?
A biotechnology company manages its Google Cloud workloads within a resource hierarchy containing a dedicated folder named Genomics-Research. An automated CI/CD deployment pipeline running in a separate management project needs to attach and execute jobs as a specific worker service account inside a project under Genomics-Research. The security team mandates adhering strictly to the principle of least privilege while maintaining operational isolation. Which configuration recommended by Google Cloud best practices meets these requirements?
An enterprise is designing a real-time telemetry processing pipeline on Google Cloud using Cloud Pub/Sub. Internal compliance standards require that message data stored at rest within Cloud Pub/Sub topics must be encrypted using Customer-Managed Encryption Keys (CMEK) managed via Cloud KMS. The security team strictly mandates separation of duties and least privilege access. Which TWO configuration steps must you perform to encrypt the Cloud Pub/Sub topic with CMEK? (Select TWO.)
Select all that apply
A global logistics provider operates a real-time event-driven platform on Google Cloud that processes both high-priority shipment rerouting events and low-priority operational telemetry. The business contract specifies a steep financial penalty if shipment rerouting requests take longer than seconds to complete, whereas operational telemetry can tolerate processing delays of up to minutes without incurring any business or financial impact. The engineering leadership team wants to establish a service level monitoring strategy that tightly couples operational alerting with actual business financial risk while avoiding unnecessary infrastructure over-provisioning and alert fatigue. Which strategy correctly aligns technical SLI measurement and SLO alerting with these business goals?
Match each enterprise security and governance requirement to its corresponding Google Cloud data encryption and key management model.
Click a left item, then click its matching right item
Items
Matches
A financial technology company operates a real-time payment authorization API. The business team identifies that authorization latencies exceeding lead to increased checkout abandonment and direct revenue loss. The company has a contractual SLA with merchants guaranteeing monthly service availability. To align operational engineering metrics with these business goals while enabling safe release velocity, how should the Cloud Architect define the SLI and SLO strategy?
A global smart grid utility provider hosts its real-time telemetry processing platform on Google Cloud. The primary production environment runs in us-central1, with us-east4 designated as the disaster recovery (DR) region. The enterprise requires a non-disruptive, periodic DR validation exercise to verify that Recovery Point Objective (RPO < 15 minutes) and Recovery Time Objective (RTO < 1 hour) are met. In what correct sequential order should the Cloud Architect execute the DR validation procedure?
Drag items to arrange them in the correct order
An enterprise organization tracks the performance of its order fulfillment API hosted on Google Cloud. The engineering team has established a target goal of achieving successful API responses over a rolling 30-day window to align with customer experience goals. Which component specifically represents the quantifiable metric of actual, real-time successful responses divided by total requests?
A university research institute needs to establish hybrid network connectivity between its primary on-premises facility and a Google Cloud Virtual Private Cloud (VPC) network. The institute is not located in a Google Cloud Interconnect colocation facility and requires a private network connection providing 4 Gbps of bandwidth that does not traverse the public internet. Additionally, the hybrid connectivity architecture must strictly satisfy Google Cloud's 99.99% availability SLA. Which network deployment strategy should the Cloud Architect implement to meet these requirements?
An organization is provisioning infrastructure for a standard regional e-commerce application operating in a single Google Cloud region. The solution requires a relational database system optimized for cost and single-region transactional performance without global distribution overhead. Additionally, the DevOps team must provision a shared remote backend for Infrastructure as Code (Terraform) state management that prevents concurrent state modifications, protects against accidental deletion/corruption through state recovery, and adheres to key management governance using Cloud KMS. Which architectural provisioning strategy meets these requirements?
An enterprise analytics team is configuring a BigQuery data warehouse to store sensitive customer interaction logs. Corporate security policy dictates that data at rest must be encrypted using Customer-Managed Encryption Keys (CMEK) managed in Cloud KMS, with automated key rotation configured every 90 days. To ensure BigQuery can encrypt new table writes and perform background re-encryption following key rotations without violating the principle of least privilege, which configuration action must the security architect perform?
An organization is configuring a Virtual Private Cloud (VPC) network topology for internal compute resources. Compute Engine instances reside in a private subnet with no external IP addresses assigned. These instances require outbound access to download software updates from external internet repositories and must also interact with Google Cloud Storage APIs, while preventing any inbound internet traffic. Which configuration properly enables these requirements with minimal operational complexity?
A high-throughput electronic health record (EHR) analytics platform on Google Cloud operates primarily out of us-central1 with an automated failover target in us-east4. The application requires a Recovery Point Objective (RPO) of under 1 minute and a Recovery Time Objective (RTO) of under 15 minutes. During a scheduled disaster recovery (DR) simulation drill, database replication verified clean state synchronization, but application compute instances in us-east4 failed to scale up to accept incoming traffic due to regional vCPU quota exhaustion, leading to an RTO breach. Which procedure should the Cloud Architect mandate to resolve this issue and validate future DR readiness?
An enterprise global supply chain platform hosts its primary database on Cloud SQL for PostgreSQL in `us-east4` with a cross-region read replica in `us-central1` to support disaster recovery (DR). The business mandates a recovery point objective (RPO) of under 5 minutes and a recovery time objective (RTO) of under 1 hour. Your team is designing an annual non-disruptive DR validation procedure to verify failover readiness and application functionality in `us-central1`. Which procedure should you incorporate into the validation plan to meet these requirements without risking production data integrity?
An enterprise organization is running a production database on Compute Engine virtual machines with predictable, 24/7 continuous utilization expected for at least three years. The FinOps team needs to significantly reduce compute expenses without modifying the underlying infrastructure or compromising performance. Which cloud cost management strategy should the cloud architect recommend?
A global telecommunications provider is analyzing its automated SDLC and CI/CD release workflow for provisioning multi-region Google Cloud infrastructure using Terraform and Cloud Build. The current pipeline executes builds using the default Cloud Build service account, which has been assigned the primitive `roles/editor` role at the project level. Additionally, concurrent pipeline runs occasionally overwrite each other's infrastructure state because state files are saved locally within the Cloud Build ephemeral build container. The architecture team needs to refactor the pipeline to enforce least-privilege security access and ensure state file integrity and concurrency control during automated deployments. Which strategy should the team implement?
A global smart agriculture company is designing a telemetry processing platform on Google Cloud. The system consists of two workload components:
1. Component 1: A stateless HTTP REST microservice that processes telemetry reports from field sensors. Traffic is unpredictable, with long idle periods and sharp spikes. The component must scale down to zero when idle to minimize costs and require minimal operational overhead.
2. Component 2: A long-running, stateful backend application requiring custom host OS Linux kernel parameters (sysctl tuning) and direct raw TCP socket configuration for legacy device protocol handling.
Which TWO platform architectural decisions should you recommend to satisfy these requirements while adhering to Google Cloud best practices?
Select all that apply
A global SaaS enterprise processes real-time financial reconciliations on Google Cloud. Business stakeholders have determined that transaction processing latencies exceeding 5 seconds lead to immediate contractual SLA financial penalties and customer churn. Conversely, brief total availability outages under 30 seconds are mitigated by client-side retries and carry minimal business impact. The Site Reliability Engineering (SRE) team must configure observability and reliability metrics that accurately reflect these business priorities.
Which TWO architectural and operational strategy decisions should the SRE team implement to align technical metrics with business impact? (Select 2 answers.)
Select all that apply