Tüm alıştırma soruları
1598 soru
A smart building automation company processes real-time telemetry from thousands of commercial IoT gateways. The application runs in Google Cloud with primary compute and data resources deployed in region `us-central1`, and a Warm Standby disaster recovery (DR) setup configured in region `us-east4`. The company specifies a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. During an unannounced disaster recovery failover drill of `us-central1`, the operational team promoted the secondary database replica, but the DR secondary Managed Instance Group (MIG) in `us-east4` failed to scale out to accommodate production traffic due to compute capacity errors. Which architectural modification should the Cloud Architect implement to ensure seamless disaster recovery execution?
A global financial intelligence firm is deploying a hybrid cloud architecture to connect its primary data center to Google Cloud. The workload requires a dedicated network link providing 15 Gbps of sustained throughput with predictable low latency to a central network hub. Additionally, multiple project teams require secure, isolated network environments that can directly access on-premises databases without traversing public internet endpoints. Which TWO architectural decisions should the lead cloud architect implement to meet these requirements? (Select TWO)
Geçerli olan tümünü seçin
A fintech enterprise is modernizing a legacy online payment portal to eliminate architectural technical debt during its migration from an on-premises data center to Google Cloud. The application architecture consists of lightweight, stateless HTTP API microservices and a standard single-region 3 TB relational database. The migration strategy mandates minimizing operational management overhead for compute while maintaining backward compatibility for database schema updates to support continuous rollout without downtime.
Which TWO architectural actions should the team take to achieve these requirements? (Select TWO)
Geçerli olan tümünü seçin
A pharmaceutical distribution company manages its Google Cloud infrastructure using Terraform within a centralized Cloud Build CI/CD pipeline. During an emergency operational incident, an engineer manually updated the machine type and auto-scaling limits of an unmanaged instance group directly in the Google Cloud Console. The infrastructure team now needs to resolve this configuration drift and bring the state back into alignment with IaC governance standards without tearing down existing production workloads. Which approach should the cloud architect recommend?
An online multiplayer gaming platform is architecting its global matchmaking and player profile backend on Google Cloud. The architecture must achieve high availability across regional outages with a Recovery Point Objective (RPO) of 0 and a Recovery Time Objective (RTO) of less than 1 minute for transactional player state. Additionally, the compute tier handles persistent WebSocket connections and I/O-intensive queue processing, which does not correlate directly with CPU usage. Which TWO architectural decisions should the Cloud Architect implement to satisfy these technical requirements? (Select 2 answers)
Geçerli olan tümünü seçin
An online learning platform automates its Google Cloud infrastructure deployments using Terraform executed within a continuous integration and continuous delivery (CI/CD) pipeline. The Lead Cloud Architect must establish a secure governance model for deployment pipeline authentication, permission scoping, and Terraform state management following Google Cloud best practices. Which design strategy should the architect implement?
A digital media processing company is migrating its video catalog workflow to Google Cloud. The architecture includes batch-oriented, stateless video rendering tasks that run intermittently when new media arrives, as well as a historical video archive that is retained for compliance and accessed less than once a year. The business objective is to minimize ongoing infrastructure maintenance overhead and optimize total operational expenditure. Which TWO architectural decisions should the cloud architect recommend? (Select TWO)
Geçerli olan tümünü seçin
A software company is building a mobile gaming platform on Google Cloud. The architecture team needs to choose managed storage services for two distinct workloads:
1. User profiles and game session states requiring low-latency NoSQL document storage with high availability and a flexible schema.
2. Binary game asset files (graphics and audio) requiring object storage with automated rules to transition older files to lower-cost archival tiers.
Which TWO Google Cloud storage services should the architect recommend?
Geçerli olan tümünü seçin
A global logistics and freight management company is modernizing its on-premises dispatch tracking system to Google Cloud to resolve significant architectural technical debt. The legacy system relies on microservices accessing a shared 20 TB MySQL database directly, causing tight coupling and schema migration failures. The business demands zero downtime during migration and a decoupled architecture moving forward.
Which of the following architectural actions should the cloud architect recommend to mitigate technical debt and execute the migration successfully? (Select TWO.)
Geçerli olan tümünü seçin
A regional retail enterprise is migrating a stateless REST API backend for its customer loyalty application to Google Cloud. The application experiences variable traffic patterns with heavy request volume during daytime business hours and virtually zero traffic overnight. The company's primary business objective is to minimize baseline infrastructure costs and operational management overhead while maintaining high availability during operational hours. Which deployment architecture best meets these business and cost requirements?
An enterprise e-commerce platform processes asynchronous product image re-indexing and media processing jobs using Compute Engine Managed Instance Groups (MIGs) fed by a Cloud Pub/Sub topic. During high-traffic marketing events, the worker nodes experience network I/O wait state spikes, resulting in processing backlogs even though average CPU utilization remains below 35%. Additionally, rapidly launching new instances during traffic surges occasionally fails due to resource availability boundaries. Which TWO architectural actions should you implement to ensure effective auto-scaling and capacity reliability? (Select TWO)
Geçerli olan tümünü seçin
A healthcare telemetry platform manages its Google Cloud infrastructure using Terraform. The cloud engineering team needs to establish a backend configuration for storing Terraform state files across dev, staging, and production environments. The strategy must prevent concurrent deployment race conditions, protect state files against accidental overwrites or corruption, enforce least-privilege administrative access, and support full operational auditability. Which configuration best meets these requirements?
A global pharmaceutical enterprise is architecting a mission-critical platform to track international clinical trial supply chains across North America and Europe. The solution must support relational schema enforcement and strong ACID transactional consistency for writes across both continents to satisfy strict regulatory compliance. The workload requires horizontal write scaling to handle unpredictable surges in telemetry log entries without manual database sharding, while continuing to support standard ANSI SQL queries for reporting tools. Which Google Cloud storage service should the lead cloud architect select to meet these requirements?
A global financial technology enterprise is architecting its core payment processing engine on Google Cloud. The workload requires strong transactional consistency across multiple geographic regions with a strict Recovery Point Objective (RPO) of zero and a Recovery Time Objective (RTO) under 5 seconds in the event of a regional outage. Additionally, the stateless API microservices tier running on Compute Engine Managed Instance Groups (MIGs) behind an External HTTP(S) Load Balancer must prevent cascading instance recreations and service degradation during temporary database latency spikes. Which deployment architecture fulfills these technical and high availability requirements?
An online gaming platform is designing a hybrid network architecture to connect its on-premises match-making datacenter to two separate Google Cloud VPC networks: `vpc-game-prod` (hosting game servers) and `vpc-analytics` (hosting telemetry pipelines). The architecture must meet the following technical requirements:
- Baseline hybrid bandwidth demand is 6 Gbps continuously with high SLA requirements (99.99% availability).
- Both VPC networks are connected to each other using VPC Network Peering.
- On-premises hosts must reach both `vpc-game-prod` and `vpc-analytics` directly without attempting to route traffic transitively through VPC Peering.
Which TWO architectural decisions must be implemented to fulfill these requirements? (Select TWO)
Geçerli olan tümünü seçin
An enterprise architecture team is implementing an automated Infrastructure as Code (IaC) pipeline using Cloud Build and Terraform to provision Google Cloud environments across multiple projects. The pipeline must securely handle state management, prevent state file corruption during concurrent executions, and enforce the principle of least privilege for automated deployments. Which TWO actions should the team implement to satisfy these requirements?
Geçerli olan tümünü seçin
An enterprise logistics provider is architecting a mission-critical fleet management service on Google Cloud within a single GCP region. The workload consists of a lightweight, stateless HTTP microservice that experiences fluctuating request volumes, and a relational database backend requiring multi-zone high availability with automatic failover to satisfy a strict regional Uptime SLA. The backend database does not require global distribution or horizontal write scaling. Which architectural design meets these technical and high availability requirements while minimizing operational overhead and unnecessary infrastructure costs?
A global healthcare analytics platform is migrating its patient portal to Google Cloud. The architecture consists of a stateless web tier processing patient query requests and a database backend operating within a single Google Cloud region. The design must accommodate 12 Gbps of low-latency, SLA-backed hybrid connectivity between the on-premises electronic health record (EHR) database and the VPC network. Additionally, the web tier must maintain an availability target of 99.99% against zonal outages and prevent health monitoring probes from causing cascading service disruptions if backend database latency spikes. Which deployment architecture meets these technical requirements?
A Software-as-a-Service (SaaS) enterprise is designing the core architecture for its customer analytics portal on Google Cloud. The solution requires multi-regional high availability with a Recovery Time Objective (RTO) near zero and a Recovery Point Objective (RPO) under 5 seconds. The workload consists of a transactional relational database that demands strong global consistency across regions, alongside a stateless HTTP microservices API layer with fluctuating request volumes. Which TWO architectural decisions should you make to satisfy these technical requirements and high availability targets?
Geçerli olan tümünü seçin
A regional e-commerce platform is re-architecting its containerized order reservation backend on Google Cloud. The application consists of stateless HTTP services handling unpredictable traffic spikes during promotional events. The solution must run within a single GCP region while ensuring high availability across multiple zones, automatic scaling from zero, and minimal cluster management overhead. The underlying relational database requires ACID transactional integrity within the region and automatic standby failover. Which architecture meets these technical and high availability requirements with the lowest operational complexity?