Tüm alıştırma soruları
1598 soru
A media streaming organization provisions its Google Cloud infrastructure using Terraform. During an operational review, the DevOps team discovers that engineers manually modified VPC firewall rules and Cloud Storage bucket access controls directly via the Google Cloud Console to address emergency hotfixes. Consequently, subsequent automated Terraform deployment pipelines are failing due to configuration drift. Which strategy should a cloud architect implement to safely resolve the configuration drift and prevent future unauthorized manual modifications?
An enterprise financial reporting service running on Compute Engine Managed Instance Groups (MIGs) processes incoming asynchronous HTTP webhooks. During market open, the service experiences severe latency and request timeouts due to queue backlogs, despite average CPU utilization staying below 25% because the workload is heavily I/O and memory bound. Furthermore, during scheduled quarterly filing events, rapid auto-scaling attempts fail because the target region runs out of available instance quotas. Which combination of actions should the Cloud Architect recommend to resolve both the auto-scaling and capacity issues?
A global logistics and telematics enterprise is architecting a fleet management platform on Google Cloud to ingest and process real-time telemetry from over 500,000 active vehicles. The system requires continuous high availability across regional outages with a recovery point objective (RPO) of zero and a recovery time objective (RTO) of near-zero for transactional write operations. Furthermore, the hybrid networking architecture must connect on-premises data centers to Google Cloud with dedicated physical connections capable of sustaining sustained throughput exceeding 10 Gbps while guaranteeing a 99.99% availability Service Level Agreement (SLA). Which two architectural strategies should the Cloud Architect implement to satisfy these technical requirements? (Select TWO)
Geçerli olan tümünü seçin
An operations team is establishing an automated canary deployment process for a critical stateless application running on Google Kubernetes Engine (GKE) behind an External HTTP(S) Load Balancer. The deployment pipeline must minimize user risk by using progressive traffic routing and metrics validation. Arrange the steps in the correct chronological order to complete a safe canary release.
Öğeleri doğru sıraya koymak için sürükleyin
A financial analytics firm is architecting a hybrid network topology to connect its on-premises infrastructure with Google Cloud. Match each hybrid connectivity requirement on the left with the most appropriate Google Cloud networking solution on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A financial analytics company is migrating an event processing platform and a historical audit reporting engine to Google Cloud. The infrastructure architecture must satisfy two core business requirements:
1. Store historical audit records cost-effectively while automatically moving older objects to archival storage after 30 days of non-access.
2. Execute a lightweight, stateless webhook microservice that processes infrequent incoming event payloads while eliminating idle compute expenses.
Which TWO architectural choices should you recommend to minimize cost while fulfilling these business requirements?
Geçerli olan tümünü seçin
A regional bank is migrating a legacy batch transaction processing monolith to Google Cloud. Over years of operation, the application has accumulated significant technical debt: deployments frequently fail due to breaking database schema modifications, infrastructure is modified manually in production causing configuration drift, and application services rely heavily on local disk state.
As the Cloud Architect leading this modernization initiative, which TWO architectural strategies should you implement to eliminate this technical debt and establish a reliable cloud deployment pipeline? (Select TWO.)
Geçerli olan tümünü seçin
A platform engineering team is establishing an automated deployment pipeline for an enterprise application running on Google Kubernetes Engine (GKE). The application communicates with a relational database, and all cloud infrastructure is managed using Terraform within a CI/CD pipeline. Which TWO deployment and operational practices should the team implement to ensure release reliability and prevent application outages during rollouts?
Geçerli olan tümünü seçin
A healthcare organization is extending its on-premises data center to Google Cloud to host a real-time medical imaging analysis system. The workload requires a dedicated private connection with 4 Gbps bandwidth, strict SLA guarantees, and no traversal of the public internet. Furthermore, on-premises systems must securely communicate with application workloads distributed across multiple distinct GCP project environments. Which hybrid network architecture should you recommend?
An IoT enterprise telemetry platform processes streaming sensor data using Compute Engine Managed Instance Groups (MIGs). The application is network I/O-bound, keeping thousands of concurrent TCP sockets open per instance. During peak ingestion periods, telemetry drops occur due to socket exhaustion while average CPU utilization remains at approximately 30%. Furthermore, during a recent sudden traffic surge, manual scale-out attempts failed because the project exceeded its regional vCPU quota limit. Which combination of actions should a cloud architect implement to ensure automatic, reliable scaling and capacity availability during peak loads?
A logistics organization is updating its regional fleet tracking API service, which runs on Compute Engine Managed Instance Groups (MIGs) managed by an automated Infrastructure as Code (IaC) continuous delivery pipeline. The team needs to ensure zero-downtime rolling updates while maintaining release reliability, state consistency, and security. Which deployment and pipeline configuration should the team implement?
An enterprise supply chain platform uses worker virtual machines deployed in a Compute Engine Managed Instance Group (MIG) to process tracking updates from Cloud Pub/Sub. During peak shipment hours, message backlog accumulates significantly in Pub/Sub, but the MIG autoscaler fails to add instances because CPU utilization on existing workers remains around 25% due to external I/O wait times. Additionally, during major sales events, scaling operations occasionally halt because the project reaches regional compute limits. Which TWO actions should the Cloud Architect implement to ensure reliable auto-scaling and capacity availability? (Select TWO.)
Geçerli olan tümünü seçin
A national healthcare scheduling network is migrating its mission-critical appointments backend to Google Cloud. The application requires global ACID transactions, a recovery point objective (RPO) of 0, a recovery time objective (RTO) under 1 minute, and guaranteed availability. Additionally, the architecture requires dedicated, SLA-backed hybrid connectivity to on-premises data centers capable of sustaining 20 Gbps of bandwidth without relying on public internet routing. Which TWO architectural decisions should you make to satisfy these technical and high availability requirements?
Geçerli olan tümünü seçin
A global biotechnology enterprise is architecting a hybrid cloud solution on Google Cloud to ingest continuous high-throughput genomic sequencing datasets from its on-premises laboratories into Cloud Storage and BigQuery. The technical requirements demand a dedicated network throughput of at least with a high availability SLA across physical connection failures, along with protection against data exfiltration by authorized internal identities to external cloud storage locations. Which architectural solution satisfies these technical availability and security requirements?
A pharmaceutical research enterprise needs to establish hybrid network connectivity between its primary on-premises data center and a Google Cloud Virtual Private Cloud (VPC). The application architecture requires continuous, low-latency data transfers for heavy genomic datasets with a baseline bandwidth requirement of 15 Gbps. The enterprise mandates minimizing recurring networking costs while satisfying bandwidth and SLA requirements. Which hybrid connectivity solution should the cloud architect recommend?
A media rendering company requires hybrid connectivity between its on-premises data center and a Google Cloud Virtual Private Cloud (VPC) network to stream large raw video files. The connection must support a sustained bandwidth requirement of 15 Gbps, deliver high availability with a 99.99% SLA, and prevent traffic from traversing the public internet. Which hybrid connectivity strategy should the Cloud Architect recommend?
An online gaming enterprise is architecting its real-time session state and player inventory backend on Google Cloud. The workload requires zero data loss () during regional outages along with continuous multi-region availability and transactional consistency. Furthermore, the cloud backend must connect to legacy game server hosts in an on-premises data center using private connectivity capable of sustaining throughput exceeding 15 Gbps. Which TWO architectural components should be selected to meet these high availability and technical requirements?
Geçerli olan tümünü seçin
An autonomous fleet management company provisions its Google Cloud infrastructure using Terraform within a automated CI/CD deployment pipeline. The engineering team needs to enforce secure, environment-isolated state management across development, staging, and production while preventing concurrent state execution conflicts and state corruption. Which architecture best adheres to Google Cloud recommendations for Terraform remote backend state governance?
A financial technology company is modernizing a regional banking compliance and audit application currently running on an on-premises PostgreSQL database. The workload operates entirely within a single Google Cloud region (us-central1) and requires strict ACID compliance, relational joins, automated cross-zone high availability (HA) with zero data loss failover, and point-in-time recovery. Total database storage is projected to reach 4 TB over the next three years, with moderate transaction throughput. The chief architecture office requires a solution that minimizes operational management overhead and unnecessary infrastructure costs while meeting all technical availability requirements. Which storage architecture should the lead Cloud Architect recommend?
An enterprise telemetry ingestion system deployed on Google Cloud processes real-time vehicle fleet data. The solution requires hosting simple stateless HTTP ingestion microservices with minimal operational overhead, establishing a resilient hybrid connection to an on-premises data center with a sustained bandwidth requirement of 12 Gbps, and maintaining high availability without triggering cascading load balancer failures when backend databases experience transient latency spikes.
Which TWO architectural choices should you include in the design to satisfy these technical requirements? (Select TWO.)
Geçerli olan tümünü seçin