Tüm alıştırma soruları
1598 soru
An enterprise organization maintains two Virtual Private Cloud (VPC) networks, vpc-core and vpc-analytics, located in separate Google Cloud projects. The vpc-core network connects to an on-premises enterprise network using a Cloud Router and Dedicated Interconnect, dynamically learning on-premises IP subnets via BGP. A network administrator establishes a VPC Network Peering connection between vpc-core and vpc-analytics. Virtual machine instances hosted within vpc-analytics must be able to reach on-premises destinations using the existing Cloud Router in vpc-core. Which configuration is required on the VPC Network Peering connection to satisfy this connectivity requirement?
A financial services firm is provisioning a relational database on Google Cloud to process transactional ledger records confined strictly within a single GCP region. The system architecture requires full ACID compliance, automated point-in-time recovery, multi-zone high availability, and customer-managed encryption keys (CMEK) integrated with Cloud KMS. The platform engineering team must manage all infrastructure using Terraform and ensure that multiple engineers can execute provisioning safely without risk of state corruption or concurrent execution conflicts. Which architecture provisioning design fulfills all business and operational requirements?
A digital news publishing company rapidly migrated its microservices to Google Cloud to meet a tight launch deadline. A post-launch architectural assessment reveals significant technical debt: development teams have been making out-of-band manual configuration changes directly in the Cloud Console, resulting in severe infrastructure drift, and compute workloads rely on the default compute service account equipped with the primitive Editor role. You need to establish automated infrastructure governance and remediate this technical debt while ensuring minimal operational disruption. Which strategy should you recommend?
A financial brokerage firm based in Japan is migrating its customer portfolio database and analytics warehouse to Google Cloud. To satisfy national data sovereignty mandates and strict internal governance standards, the cloud architecture must enforce two key requirements:
1. All underlying storage resources containing customer records must be strictly restricted to Google Cloud regions within Japan.
2. Authorized internal data analysts querying datasets in BigQuery must be prevented from exfiltrating sensitive data to external, non-compliant Google Cloud storage resources or projects.
Which TWO architectural measures should you implement to satisfy these compliance and data governance requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise retail supply chain company migrated its inventory tracking microservices to Google Cloud using a rapid rehosting approach. A post-migration architecture review identifies two critical technical debt risks: infrastructure modifications are executed manually by developers using local Terraform state files saved on individual laptops, and application service accounts have been assigned the primitive Project Editor role (`roles/editor`) to avoid access permission errors. Which TWO architecture refactoring steps should the Lead Cloud Architect recommend to mitigate this technical debt? (Select TWO answers.)
Geçerli olan tümünü seçin
A global logistics enterprise manages its multi-tenant Google Cloud architecture using Terraform within Cloud Build continuous integration pipelines across separate development, staging, and production GCP organizations. The lead cloud architect must design an Infrastructure as Code (IaC) execution and security framework that satisfies four critical requirements:
1. CI/CD pipeline runners must authenticate without storing long-lived service account JSON keys in repositories or build secrets.
2. Terraform execution across environments must isolate state files to prevent concurrent state locks and accidental cross-environment modifications.
3. Automated pipeline service accounts must enforce least-privilege security scoping tailored to each environment.
4. Unsanctioned configuration changes made directly through the Cloud Console or gcloud CLI must be automatically detected and safely aligned with declared IaC configurations.
Which architecture meets all requirements while following Google Cloud recommended best practices?
An enterprise architecture team is designing an automated CI/CD pipeline using Cloud Build to provision infrastructure resources via Terraform across multiple environments. The pipeline must execute automatically upon code commits, maintain security compliance under the principle of least privilege, and prevent state corruption during concurrent executions. Which design strategy should the team implement?
A DevOps team is configuring Terraform to manage Google Cloud infrastructure for a new application environment. To prevent simultaneous deployments from causing state file corruption and concurrency conflicts, what is the Google Cloud recommended practice for managing the Terraform state backend?
A financial services organization is implementing a CI/CD pipeline using Cloud Build to automate the deployment of multi-tier cloud infrastructure defined in Terraform. The security team requires that the pipeline strictly enforce least-privilege security controls and prevent credentials exposure when creating resources and deploying applications under specific workload service accounts. Which architectural approach should the cloud architect choose for the Cloud Build pipeline configuration?
A cloud platform team needs to provision a high-throughput Cloud Bigtable database environment for a real-time analytics application on Google Cloud. The deployment must comply with corporate security standards requiring Customer-Managed Encryption Keys (CMEK) for data at rest, and governance policies requiring application workload separation using App Profiles. In which sequence should the platform engineering team execute these provisioning steps to ensure successful deployment without authorization or dependency failures?
Öğeleri doğru sıraya koymak için sürükleyin
A global retail enterprise hosts its online storefront services on Google Kubernetes Engine (GKE) and stores all container build artifacts in Artifact Registry. The security compliance policy dictates that all container images must be continuously scanned for newly discovered OS and language package vulnerabilities upon storage, and any runtime container anomalies or out-of-band process executions on GKE nodes must be detected automatically without installing third-party host agents. Which architectural solution fulfills these security requirements with minimal operational overhead?
A global telehealth provider is translating its conceptual architectural design for an emergency vitals monitoring platform into a physical Google Cloud architecture. The logical design specifies three core requirements: real-time streaming ingestion of wearable device vitals, zero-infrastructure serverless microservices for data processing to minimize operational overhead, and a security perimeter preventing authorized users from copying Patient Health Information (PHI) to external Google Cloud projects. Which combination of Google Cloud services correctly maps to this physical architecture?
A enterprise security team requires a central CI/CD pipeline built on Cloud Build to provision infrastructure via Terraform and deploy containerized workloads onto a private Google Kubernetes Engine (GKE) cluster. The workload infrastructure and Cloud Storage bucket hosting the Terraform backend are isolated within a VPC Service Controls (VPC-SC) security perimeter. Pipeline workers run in a Cloud Build Private Pool peered to the target VPC. The pipeline fails during execution when attempting to modify GKE resources and interact with the remote Terraform backend. Which architectural modification correctly resolves the execution failure while adhering to Google Cloud security best practices and least privilege?
An organization is establishing baseline operational standards for managing Google Cloud resources using Terraform. The cloud engineering team needs to ensure state concurrency locking, state change history tracking, and safe automated deployments. Which two configurations or practices should the team implement? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise architecture team is designing a Continuous Integration and Continuous Delivery (CI/CD) pipeline on Google Cloud using Cloud Build to build container images and execute deployments to Google Kubernetes Engine (GKE). To enforce strict enterprise security standards and the principle of least privilege throughout the build and deployment lifecycle, which TWO architectural practices should the team implement?
Geçerli olan tümünü seçin
A healthtech platform processes sensitive patient data across hybrid environments and is designing a deployment pipeline using Google Cloud native services. The pipeline must deploy containerized microservices to multiple private Google Kubernetes Engine (GKE) clusters across staging and production environments. The enterprise architecture board mandates strict data exfiltration prevention during the build phase and strict privilege separation so build workers cannot directly deploy workloads or alter cluster infrastructure. Which TWO architectural configurations should the team implement to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A multinational pharmaceutical company is migrating its legacy clinical trial data management platform to Google Cloud. During executive steering committee sessions, business leaders expressed deep concerns regarding operational disruption, security posture, and potential project launch delays caused by resource bottlenecks. The existing infrastructure team lacks extensive Google Cloud experience and is hesitant about changing operational workflows. To address stakeholder requirements and manage organizational change effectively while mitigating deployment risks, which TWO actions should the Lead Cloud Architect recommend? (Select TWO)
Geçerli olan tümünü seçin
An operations team is preparing to deploy an updated revision of a web application on Google Cloud. To minimize risk, they want to route a small portion of live user traffic to the new revision first to observe error rates and latency before proceeding with a complete rollout. Which deployment strategy best fulfills this requirement?
A central platform engineering team is establishing automated infrastructure management and software deployment patterns across multiple Google Cloud projects. The team currently relies on long-lived service account JSON keys exported to external CI/CD pipelines, stores Terraform state files locally on runner build agents, and grants broad administrative permissions to prevent pipeline failures during resource creation. You are advising the development and operations teams on how to re-architect their deployment pipeline workflow to adhere to Google Cloud security and operational best practices while enforcing least privilege and preventing state corruption. Which TWO recommendations should you provide?
Geçerli olan tümünü seçin
An autonomous drone logistics company organizes its Google Cloud resource hierarchy into regional folders under a top-level organization node. A security team needs to grant a regional operations team permission to manage Compute Engine virtual machines (deploy, start, stop) and attach existing service accounts to these VMs within the 'North-America-Ops' folder. The solution must strictly adhere to the principle of least privilege and eliminate administrative access over service account configurations. Which TWO IAM configuration steps should the security team implement? (Select TWO.)
Geçerli olan tümünü seçin