All practice questions
1598 questions
A healthcare technology company uses Cloud Build to automate infrastructure deployments for Cloud Run services. During an SDLC assessment, the architecture team discovers that the deployment pipeline relies on default service account privileges, state files are stored in ephemeral build environments without locking, and developers frequently execute manual CLI commands on production resources during operational incidents. Which strategy best resolves these SDLC and CI/CD security and operational process risks?
A financial technology enterprise uses a Google Cloud resource hierarchy containing a top-level folder named Payments-Service. The security team needs to grant an automated CI/CD deployment service account permission to manage Compute Engine resources across all present and future projects under the Payments-Service folder. Additionally, DevOps engineers must be able to deploy virtual machines running as this service account in specific projects without gaining permission to modify the service account itself. Which two actions should you take to implement this access model following Google-recommended best practices? (Select TWO.)
Select all that apply
A retail banking institution based in Canada is migrating its core ledger and customer analytics platform to Google Cloud. To satisfy strict Canadian data sovereignty mandates and regulatory directives, the architecture must fulfill three core security requirements:
1. All persistent data at rest must be restricted exclusively to Google Cloud regions located within Canada.
2. Exfiltration of sensitive financial records to external Google Cloud resources by compromised credentials must be prevented.
3. Any access to customer data by Google support or engineering personnel must require explicit, just-in-time approval from the bank's security operations team with cryptographic verification.
Which combination of Google Cloud security controls should the Cloud Architect implement to satisfy these requirements?
An application running on a Google Compute Engine virtual machine requires read access to an Google Cloud Storage bucket. To adhere to security best practices for service account lifecycle management, the security team prohibits downloading long-lived service account key files. Which approach should you use to securely authenticate the application to Cloud Storage?
A healthcare software provider is designing a cloud-native SaaS platform on Google Cloud to host two distinct application components:
1. A stateless REST API backend that receives sporadic HTTP telemetry data from connected medical devices, experiences long idle periods, and must scale to zero instances to eliminate idle infrastructure costs.
2. An on-demand background data cleaning workflow that runs non-HTTP containerized scripts for up to 4 hours per execution cycle when triggered by batch ingestion events.
The enterprise architecture team mandates a solution that minimizes operational management overhead by avoiding virtual machine management, cluster provisioning, or control plane administration.
Which TWO Google Cloud compute platform configurations should the team select to fulfill these requirements? (Select TWO.)
Select all that apply
A enterprise healthcare provider is deploying an application on Google Cloud that processes confidential patient health information stored on Compute Engine persistent disks. Corporate governance requires that the enterprise retain central governance over key lifecycle management—including automated key rotation—while strictly isolating key administrative duties from workload management. Furthermore, application compute infrastructure must be restricted to performing encryption and decryption operations using the principle of least privilege. How should the cloud architect design the key management and IAM architecture to meet these requirements?
A healthcare provider hosts a critical telemedicine application on Google Cloud using a multi-region deployment across us-central1 (primary) and us-east4 (secondary). The backend relies on Cloud Spanner for transactional patient records and Compute Engine Managed Instance Groups (MIGs) for application servers behind a Global External Application Load Balancer. The business continuity requirement specifies a Recovery Point Objective (RPO) of zero and a Recovery Time Objective (RTO) under 15 minutes. Which validation procedure should the cloud architect implement to periodically verify DR readiness in us-east4 without interrupting live production traffic in us-central1?
An e-commerce company wants to monitor its online checkout pipeline to align technical metrics with customer satisfaction goals. The product team establishes a target that 99% of valid checkout requests must complete within 200 milliseconds. The operations team configures Google Cloud Monitoring to record the actual, real-time ratio of successful fast requests divided by total requests. Which component of the Site Reliability Engineering (SRE) framework does this real-time measurement metric represent?
A media streaming company is deploying a regional user profile microservice on Google Cloud that requires a relational database with high availability across zones. Company policy mandates that all database data at rest must be encrypted using key management controls in Cloud KMS to meet compliance audit requirements without managing raw encryption keys manually. The operations team uses Terraform to manage cloud resources and must maintain state file integrity during automated deployments. Which provisioning strategy meets these architectural, compliance, and infrastructure management requirements?
A digital healthcare company processes real-time patient telemetry using an enterprise application hosted in Google Cloud's `us-central1` region. The application relies on Cloud Bigtable for high-throughput sensor ingested data and Compute Engine Managed Instance Groups (MIGs) for stateless processing. The organization's business continuity policy mandates a Disaster Recovery (DR) RPO of 0 and an RTO of under 15 minutes in `us-east4`. The lead cloud architect is establishing automated DR validation procedures to execute non-disruptive quarterly failover drills. Which procedural step must be incorporated into the pre-drill validation protocol to ensure the failover procedure satisfies the RTO requirement without runtime failures?
An organization is designing a credential management policy for microservices running on Google Cloud Compute Engine instances. Which of the following security practices should be implemented to enforce Google Cloud least privilege and service account lifecycle security recommendations? (Select TWO.)
Select all that apply
An enterprise Cloud Architect is designing perimeter security controls for a multi-tenant Google Cloud architecture. Match each enterprise security requirement on the left with the most appropriate Google Cloud perimeter control mechanism on the right.
Click a left item, then click its matching right item
Items
Matches
An enterprise architecture team is conducting an operational and security audit of their automated deployment pipeline. The current system utilizes Cloud Build to execute Terraform scripts for infrastructure provisioning and deploy microservices to Google Kubernetes Engine (GKE) clusters. The audit revealed that build executions currently rely on broad primitive roles, pipeline state is maintained locally on temporary build agent disks leading to state corruption, and team members use exported long-lived service account JSON keys to authenticate pipeline triggers from external developer environments. Which TWO architectural modifications should be implemented to align the software delivery lifecycle with Google Cloud security and operational best practices?
Select all that apply
A digital publishing firm needs to host a newly containerized, stateless HTTP microservice that renders vector graphics on demand. The workload experiences unpredictable traffic spikes throughout the day and stays completely idle overnight. The architectural goal is to minimize operational management overhead and infrastructure cost by automatically scaling down to zero when no traffic is present. Which Google Cloud compute platform should you recommend?
An organization plans to validate its disaster recovery (DR) failover procedure by spinning up application workloads in a secondary Google Cloud region. What essential step must the cloud architecture team complete prior to executing the failover drill to prevent deployment failures caused by resource limits?
An organization hosts a public web application behind an External HTTP(S) Load Balancer on Google Cloud and needs to enhance its security posture. The architecture requirements mandate defending the application against Layer 7 web attacks (such as SQL injection) and ensuring that sensitive backend data cannot be exfiltrated to external Google Cloud projects, even by authenticated users. Which TWO Google Cloud security controls should you implement? (Select TWO)
Select all that apply
An enterprise operations team is establishing a disaster recovery (DR) validation procedure for a mission-critical service on Google Cloud. Which TWO procedures should be included in the validation plan to ensure successful DR testing without causing production downtime or data corruption?
Select all that apply
An enterprise organization is designing a hub-and-spoke VPC network architecture in Google Cloud. The central Hub VPC must communicate independently with two separate workload VPCs (Spoke-A and Spoke-B). The topology must satisfy two key requirements: first, Spoke-A and Spoke-B must remain network-isolated from each other such that traffic cannot transit through the Hub VPC between the two spokes; second, the organization requires a dedicated 10 Gbps private connection to an on-premises data center without traversing the public internet. Which TWO architectural decisions should the network team implement? (Select TWO)
Select all that apply
An enterprise architecture team is designing an automated, secure CI/CD pipeline for a microservices application targeted for Cloud Run. To satisfy security and operational requirements, the pipeline must incorporate automated unit testing, container registry storage, security vulnerability scanning, policy validation, and progressive deployment. What is the correct chronological sequence of pipeline steps from initial source code commit to final production release?
Drag items to arrange them in the correct order
A multinational enterprise is provisioning a high-security environment on Google Cloud for financial transactions stored in Cloud SQL. Corporate policy mandates strict separation of duties: security teams must manage key lifecycles using Cloud KMS, while database administrators must manage database resources without having access to view key material or grant key permissions. You need to configure Customer-Managed Encryption Keys (CMEK) for the Cloud SQL instances while maintaining minimal required permissions for automated encryption operations. Which TWO configuration steps must the architecture team perform to satisfy these security and operational requirements?
Select all that apply