Tüm alıştırma soruları
1598 soru
A mobile gaming platform team is advising feature development teams on standardizing automated CI/CD deployment pipelines and Infrastructure as Code (IaC) practices on Google Cloud. The feature teams run workflows via GitHub Actions and manage GCP resources using Terraform. The architect must recommend a configuration that strictly adheres to Google Cloud security best practices by eliminating long-lived credentials and preventing state file corruption. Which TWO architectural recommendations should the platform team provide? (Select TWO.)
Geçerli olan tümünü seçin
A regional renewable energy grid management enterprise is modernizing its central smart-meter telemetry and billing engine by migrating to Google Cloud. Executive leadership demands strict adherence to regulatory compliance, zero operational downtime during cutover, and high security. However, internal engineering and operations teams have raised concerns regarding their lack of familiarity with Google Cloud Identity and Access Management (IAM) and potential delays caused by cloud provisioning workflows. As the lead Professional Cloud Architect, which TWO technical and change management strategies should you implement to align stakeholder requirements and ensure operational readiness? (Select TWO.)
Geçerli olan tümünü seçin
A financial SaaS company hosts a transactional service on Google Cloud using a warm standby disaster recovery topology. The compute layer uses Compute Engine Managed Instance Groups (MIGs) deployed in primary region `us-central1` and secondary region `us-east4`. The database layer relies on Cloud SQL for PostgreSQL in `us-central1` with a cross-region read replica in `us-east4`. During an unexpected total outage of `us-central1`, the disaster recovery plan mandates achieving a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 1 minute. When executing the emergency failover, the operations team observes that attempting to scale out the secondary MIG in `us-east4` fails due to regional CPU quota exhaustion, while application traffic is still attempting to connect to `us-central1`. Which sequence of execution steps should the cloud architect mandate to successfully complete the disaster recovery failover within the target metrics?
An organization deploys a stateless microservice on Cloud Run in Project A. The application requires access to a database credential stored securely in Secret Manager within Project B. Corporate compliance policies mandate the strict elimination of long-lived service account key files and enforcement of least privilege access across project boundaries. Which architecture should you implement to satisfy these requirements?
A telecommunications enterprise is onboarding manually provisioned core network billing resources—including custom VPC subnetworks, firewall rules, and Cloud SQL database instances—into a managed Infrastructure as Code (IaC) workflow using Terraform. The cloud architecture team must safely import these brownfield Google Cloud resources into a remote Cloud Storage (GCS) backend while ensuring zero downtime and preventing state corruption. What is the correct chronological sequence of operational steps to safely import and govern these existing resources using Terraform?
Öğeleri doğru sıraya koymak için sürükleyin
A logistics enterprise hosts its core shipment-tracking application on Compute Engine Managed Instance Groups (MIGs) behind a Regional External Application Load Balancer. The application connects to a Cloud SQL for PostgreSQL database. The engineering team is planning a major application update that includes breaking changes to the database schema. The updates must be deployed with zero downtime, and the team must maintain the ability to immediately roll back traffic to the existing environment if errors occur. Which deployment and database strategy should the architect recommend?
An enterprise enterprise architecture team needs to establish a centralized log aggregation strategy across all Google Cloud projects under their organization node. The security and operational teams require high-priority audit logs and application error events to be ingested into a central BigQuery dataset for long-term compliance analysis, while minimizing log ingestion costs by dropping low-priority telemetry. Which logging configuration should the Cloud Architect implement to satisfy these requirements with minimal management effort?
An enterprise e-commerce platform processes asynchronous order validation events using Cloud Pub/Sub and a Managed Instance Group (MIG) of Compute Engine worker instances. During major promotional events, message ingestion rates spike abruptly, resulting in severe processing backlogs. The worker workload is primarily I/O-bound due to database validation calls, causing default CPU-based autoscaling to react too slowly. Additionally, during a recent peak event, scale-out attempts failed because the project hit the regional compute engine vCPU quota. Which TWO architectural and operational strategy changes should the Cloud Architect implement to ensure autoscaling reliability and sufficient operational capacity during peak traffic? (Select TWO.)
Geçerli olan tümünü seçin
An SRE team plans to execute a canary release for a critical service deployed on Google Kubernetes Engine (GKE) to safely introduce a new application revision. Order the following operational steps in the correct sequence from start to finish.
Öğeleri doğru sıraya koymak için sürükleyin
Your Site Reliability Engineering (SRE) team is designing an end-to-end automated incident response and escalation workflow on Google Cloud to handle severe latency spikes in an enterprise web application. Place the operational steps in the correct chronological sequence from initial fault detection to incident resolution.
Öğeleri doğru sıraya koymak için sürükleyin
A global logistics provider operates its tracking and route-optimization infrastructure on Google Cloud. The workload environment includes a 24/7 steady-state compute footprint for order tracking services, highly unpredictable batch processing for peak route calculations that runs intermittently for 2–3 hours, and an enterprise BigQuery data warehouse where ad-hoc analytical queries by business analysts frequently cause budget overruns. The FinOps team must establish cost optimization governance that reduces compute spend and caps analytical query costs without degrading operational performance. Which TWO architectural and governance strategies should the team implement? (Select TWO)
Geçerli olan tümünü seçin
A enterprise healthcare provider is migrating a legacy patient management platform from an on-premises data center to Google Cloud. The system consists of a monolithic application server tier coupled to an on-premises 15 TB MySQL database. The business requirement dictates a strict maximum downtime window of 2 hours during final cutover. Additionally, the application suffers from significant technical debt, specifically direct IP-based service addressing and hardcoded database endpoints.
To successfully mitigate the technical debt while meeting the strict downtime constraint, which TWO migration and operational strategies should the Cloud Architect recommend? (Select TWO.)
Geçerli olan tümünü seçin
A satellite earth observation enterprise processes high-resolution imagery stored in Google Cloud Storage buckets and BigQuery datasets located within a dedicated project named proj-geo-data. Internal analytics applications run on Compute Engine instances within a private Virtual Private Cloud (VPC). The security architecture team requires that even if a valid user identity or service account credential is compromised, data cannot be copied or exfiltrated to external Cloud Storage buckets outside the organizational boundary. Additionally, authorized on-premises analysts must access these storage and database services through private network paths without traversing the public internet. Which solution architecture satisfies these security and access requirements?
A Cloud Operations Engineer manages administrative operations across development, staging, and production Google Cloud projects from a centralized management instance. The engineer runs bash scripts that utilize the gcloud CLI to query and manage cloud resources. Currently, switching between environments relies on globally updating the default project using 'gcloud config set project <PROJECT_ID>', which recently resulted in a staging configuration script executing against the production environment. Which approach should the engineer adopt to prevent cross-environment misconfigurations during programmatic gcloud CLI executions?
An enterprise financial technology platform processes high-throughput asynchronous ledger events via a pipeline powered by Google Cloud Pub/Sub, Cloud Run microservices, and Cloud Spanner. The Site Reliability Engineering (SRE) team defines a Service Level Objective (SLO) requiring of event processing requests to succeed over a 30-day rolling window. The team needs to implement an alerting strategy that reliably detects severe outages exhausting the monthly error budget rapidly while suppressing false-positive alerts caused by brief, self-correcting transient spikes. Which alerting policy should the Cloud Architect recommend?
An enterprise team is preparing to launch a high-throughput data processing application on Google Compute Engine that requires hundreds of new VM instances in a specific region. To ensure the automated scaling policies will execute reliably without running into infrastructure restriction failures during peak demand, which capacity planning action should the Cloud Architect perform prior to deployment?
An enterprise SaaS platform deployed across Google Kubernetes Engine (GKE) clusters uses an Application Load Balancer to route user traffic. During a scheduled database maintenance window, the database experienced transient latency spikes, causing the Application Load Balancer to mark all backend pods as unhealthy and leading to a complete service outage. Subsequent analysis showed that the load balancer health checks were executing deep SQL queries against the database, and static CPU utilization alerts failed to warn the Site Reliability Engineering (SRE) team before the error budget was completely consumed. Which TWO architectural and alerting strategies should the SRE team implement to prevent cascading service failures and establish effective automated incident management?
Geçerli olan tümünü seçin
A security architect needs to configure secure, keyless developer access to GCP Secret Manager across Google Cloud projects. The compliance policy strictly prohibits generating or downloading external JSON service account keys. Place the steps required to establish secure service account impersonation for short-lived credential generation in the correct logical sequence.
Öğeleri doğru sıraya koymak için sürükleyin
A logistics company utilizes an external GitHub Actions CI/CD runner to deploy microservices to Google Cloud. The deployment pipeline requires access to sensitive environment parameters stored in Secret Manager. Company security policy strictly forbids generating, downloading, or storing long-lived service account JSON keys. Which TWO architectural recommendations should you implement to satisfy these requirements securely while adhering to least privilege? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise online reservation platform hosts its core booking microservice on Google Kubernetes Engine (GKE) backed by a Cloud SQL for PostgreSQL database. The platform team needs to execute a zero-downtime release featuring a major application update and a breaking database schema migration. What is the correct sequence of steps to safely execute this blue-green deployment without service disruption or data corruption?
Öğeleri doğru sıraya koymak için sürükleyin