Tüm alıştırma soruları
1598 soru
A financial enterprise is deploying a mission-critical transactional ledger on Google Cloud. The system requires a relational database capable of providing global synchronous consistency, multi-region high availability, and horizontal write scalability. Regulatory compliance mandates that all data at rest must be encrypted using key management service integration (Cloud KMS) rather than raw keys managed by the application team. Additionally, all infrastructure must be provisioned using automated Terraform pipelines. To support concurrent pipeline runs and prevent configuration corruption, how should the database and infrastructure state management be configured?
An enterprise logistics company is transitioning its Google Cloud infrastructure automation to HashiCorp Terraform. To support collaborative deployment pipelines across multiple engineering teams, the lead architect must establish a centralized state management architecture that prevents concurrent state modification conflicts and enables recovery if state files are corrupted or accidentally deleted. Which strategy satisfies these operational requirements following Google-recommended best practices?
An organization is deploying two separate workload networks: a Staging VPC and a Production VPC. Both VPCs require private communication with a central Shared VPC that hosts shared services and maintains a Cloud VPN connection to an on-premises data center. To maintain compliance, network traffic between the Staging VPC and Production VPC must be strictly blocked, and direct IP routing between them must not exist. Which TWO network topology configurations should you implement to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An organization runs containerized microservices on a Google Kubernetes Engine (GKE) cluster. These microservices need to read data from Google Cloud Storage buckets. Enterprise compliance guidelines strictly prohibit generating, downloading, or storing long-lived service account JSON key files due to the risk of credential leakage. Which architectural solution should you implement to authenticate the GKE workloads against Google Cloud Storage while following Google's recommended security practices?
A telecommunications enterprise is implementing Google Cloud Deploy to automate release management for stateless customer portal services on Cloud Run. The security governance policy dictates that deployment automation must strictly adhere to least-privilege principles: release engineers must be allowed to create releases and approve promotions between staging and production environments, but they must not hold direct administrative control over target Cloud Run resources or possess rights to manage IAM service account keys. Which pipeline configuration fulfills these security and delivery requirements?
An enterprise organization is deploying core cloud infrastructure to Google Cloud using Terraform. Multiple cloud engineers perform concurrent deployments across automated CI/CD pipelines and local workstations. The lead architect must ensure that Terraform state files are securely protected against corruption, support state locking during concurrent execution, retain historical state versions for disaster recovery, and follow GCP least-privilege security principles. Which architecture configuration should the team implement?
Your DevOps team needs to provision a Google Kubernetes Engine (GKE) cluster for an internal administration service. The control plane endpoint must not be exposed to the public internet, but cluster administrators must be able to run cluster management commands from specific on-premises corporate IP addresses. Which deployment configuration should you provision to meet these access requirements?
A financial services organization needs to transfer 500 TB of static unstructured archival data from their on-premises network attached storage (NAS) to a Cloud Storage bucket in Google Cloud. The organization has a dedicated 10 Gbps Cloud Interconnect line with available bandwidth and requires an automated online transfer mechanism that performs data integrity checks without sending physical hardware. Which Google Cloud service should the cloud architect recommend?
An enterprise organization wants to collect and centralize application log entries from all Google Cloud projects within its organization hierarchy into a single BigQuery dataset hosted in a dedicated security project. The architecture must adhere to Google Cloud recommended best practices for security and minimal operational overhead. Which approach should the Cloud Architect implement to configure this logging pipeline?
An enterprise organization operates hundreds of Google Cloud projects under a single GCP Organization. The security and operations teams require a centralized logging solution to route high-severity audit logs and operational metrics to an on-premises Security Information and Event Management (SIEM) platform via Cloud Pub/Sub in near real-time. The solution must minimize administrative maintenance, apply least-privilege security access control, and capture logs from newly created projects automatically. Which architectural and configuration strategy should the Cloud Architect implement?
An enterprise needs to migrate 800 TB of historical archive files from an on-premises data center to Google Cloud Storage. The company operates a dedicated 100 Mbps internet link, of which only 30 Mbps can be safely allocated to migration traffic without degrading existing operations. Company policy mandates that the data transfer must be completed within 30 days. Which data transfer strategy should the cloud architect recommend?
An enterprise organization is architecting a public-facing API backend on Google Cloud to handle unpredictable burst traffic for a suite of stateless HTTP microservices. The business strategy mandates strict FinOps governance: infrastructure costs must scale strictly with incoming HTTP request volumes, scaling down to zero baseline cost during off-peak hours. Additionally, the organization has a lean Site Reliability Engineering (SRE) team that requires a fully managed environment to avoid node provisioning, OS patching, and Kubernetes cluster maintenance overhead. The services are packaged as standard OCI container images. Which compute platform architecture should a Cloud Architect recommend to satisfy these requirements?
A multinational financial clearing corporation is migrating its mission-critical ledger infrastructure to Google Cloud. The architecture requires hybrid connectivity between two on-premises data centers (located in Chicago and Frankfurt) and two Google Cloud regions (us-central1 and europe-west3). The design must deliver a sustained throughput of 40 Gbps per data center, guarantee a 99.99% availability SLA, allow on-premises systems in Chicago to communicate with cloud resources in europe-west3 without traversing public Internet, and prevent routing bottlenecks across regional workloads. Which hybrid network architecture should the Principal Cloud Architect recommend?
An enterprise financial organization is deploying a private Google Kubernetes Engine (GKE) cluster for PCI-DSS compliant workloads. Cloud architects must grant security administrators on the corporate on-premises network access to the GKE control plane via Cloud Interconnect while keeping the control plane completely private from the public internet. Additionally, CI/CD deployment service accounts must be restricted to minimal permissions required to bind pod workloads to specific node pool identities. Which set of configuration steps meets these security and operational requirements?
An operations team needs to export security audit logs from multiple Google Cloud projects into a central BigQuery dataset for long-term compliance analysis. Which Cloud Logging mechanism should be configured in each source project to route these log entries to the destination dataset?
A Cloud Architecture team is setting up Terraform for multi-developer infrastructure provisioning on Google Cloud. They need to ensure safe state collaboration, avoid state corruption during concurrent updates, and preserve historical state versions. Which backend architecture should the team implement to adhere to Google Cloud best practices?
An organization needs to host a simple, stateless HTTP web microservice packaged in a Docker container. The application experiences unpredictable traffic, and the architecture team requires a solution that minimizes operational overhead by avoiding virtual machine or cluster management. Which Google Cloud compute platform should you select?
An organization is deploying a financial processing application on a Google Kubernetes Engine (GKE) private cluster. Company security policy dictates that the cluster's control plane must not accept administrative traffic over the public internet, and administrative commands must only originate from a dedicated management subnet in your Virtual Private Cloud (VPC). Which configuration should you implement to satisfy these security requirements while maintaining administrative access?
A retail organization is migrating a stateless, containerized REST API microservice to Google Cloud. The microservice experiences unpredictable traffic bursts during flash sales but remains completely idle during off-peak hours. The DevOps team has strict instructions to minimize operational overhead, eliminate baseline cluster management costs, and ensure automatic scaling down to zero instances when idle. Which Google Cloud compute platform should the cloud architect recommend for this workload?
An online education organization is launching a new stateless HTTP microservice that receives student quiz responses, performs light validation, and publishes events to Google Cloud Pub/Sub. The workload experiences unpredictable, highly variable traffic with prolonged periods of complete inactivity during nighttime hours. The engineering leadership wants to minimize operational overhead and prevent paying for idle compute capacity. Which architecture recommendation best fulfills these requirements?