Tüm alıştırma soruları
1598 soru
A fintech organization is deploying compliance-critical payment processing microservices to Google Kubernetes Engine (GKE). The enterprise security team requires a zero-trust delivery pipeline that enforces container vulnerability scanning, cryptographic build provenance verification, binary authorization policy gates, and automated progressive rollout to prevent unvetted code from reaching production. Place the automated pipeline execution stages in the correct chronological sequence from source commit to production deployment.
Öğeleri doğru sıraya koymak için sürükleyin
A Google Cloud Security Architect is documenting how IAM permissions are evaluated for a principal requesting access to a Cloud Storage bucket inside a multi-tier folder environment. Arrange the resource hierarchy levels in the correct order of policy evaluation and inheritance, starting from the root parent node down to the individual target resource.
Öğeleri doğru sıraya koymak için sürükleyin
A cloud architect is establishing a standard operating procedure for validating disaster recovery (DR) failover of a mission-critical workload from a primary GCP region to a secondary target region. What is the correct sequence of steps to safely execute and validate this DR drill without impacting live production systems?
Öğeleri doğru sıraya koymak için sürükleyin
A cloud administrator at a media streaming enterprise discovers that a security analyst manually modified a Compute Engine firewall rule using the Google Cloud Console during an emergency incident response. The environment's infrastructure is managed using Terraform. Which action should the administrator take to align the actual infrastructure state with the source-controlled configuration code?
A healthcare analytics company is migrating its deployment workflow to Google Cloud. The development team currently manages infrastructure using Terraform from local workstations and uses long-lived JSON service account keys stored on developer machines. During recent testing, concurrent developer deployments caused conflicting infrastructure state changes and overwrites. You need to advise the operations and development teams on an architecture that provides secure, concurrent Infrastructure as Code (IaC) state management and eliminates service account key export risks, while adhering to least privilege and minimizing operational overhead. Which solution should you recommend?
Match each data security governance requirement to the appropriate Google Cloud data encryption and key management mechanism.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An operations team is tasked with reducing Cloud Logging ingestion costs for a fleet of Compute Engine instances running production workloads. To reduce log volume, an administrator created an exclusion filter on the `_Default` log sink using the expression `resource.type="gce_instance"`. Shortly after, the operational alerting system failed to trigger alerts during an application outage. Which architectural misconfiguration caused the missing alerts?
Your Cloud Operations team is preparing to execute a blue-green release strategy for an application update on Google Cloud that includes a database schema change. To ensure zero downtime and maintain backward compatibility throughout the release, in what sequence should you perform the following operational steps?
Öğeleri doğru sıraya koymak için sürükleyin
An enterprise financial technology platform requires a highly secure, automated continuous integration and deployment pipeline for containerized microservices running on Google Kubernetes Engine (GKE). The security policy strictly dictates that all artifacts must pass automated container scanning, have a Cryptographic Build Attestation signed by Cloud KMS, pass Binary Authorization policy checks, and follow a controlled canary release pattern using Cloud Deploy with automated metric validation. In what chronological sequence must the pipeline execute these operations from source code push to full release?
Öğeleri doğru sıraya koymak için sürükleyin
An enterprise organization is designing a Continuous Integration and Continuous Delivery (CI/CD) pipeline on Google Cloud to deploy microservices to Google Kubernetes Engine (GKE). Security governance mandates that build jobs must execute strictly within non-public network perimeters, and pipeline processes must authenticate to GCP resources without storing static, long-lived credentials or service account key files in code repositories. Which architecture strategy should the cloud architect choose to meet these security and pipeline requirements?
A global media organization is establishing a centralized CI/CD pipeline using Cloud Build, Artifact Registry, and Cloud Deploy to deliver microservices to GKE clusters. The enterprise security policy enforces two strict constraints: first, build workers must operate without public internet exposure and be prevented from exfiltrating source code or build artifacts to external Google Cloud projects; second, build and deployment execution identities must adhere to strict least-privilege principles without administrative rights over IAM service accounts. Which pipeline architecture and security configuration satisfies these requirements?
A global gaming enterprise structures its Google Cloud resource hierarchy using an Organization node with a dedicated parent folder named 'Game-Backend-Services'. Multiple child projects beneath this folder host Google Kubernetes Engine (GKE) clusters for microservice workloads. A central deployment service account requires permissions to deploy updated containerized workloads to all GKE clusters within this folder structure. The security team requires strict adherence to the principle of least privilege while avoiding repetitive per-project access management. Which IAM configuration should the cloud security architect recommend?
An enterprise operates a real-time connected vehicle telemetry ingestion platform on Google Cloud. The core architecture uses Google Kubernetes Engine (GKE) and Cloud Spanner deployed in a primary region (us-central1). The organization requires quarterly Disaster Recovery (DR) validation to ensure failover capability to a secondary region (us-east4) under a strict Recovery Point Objective (RPO) of less than 5 seconds and a Recovery Time Objective (RTO) of less than 15 minutes. The validation procedure must not disrupt active production traffic in us-central1. Which procedure should the cloud architect mandate to validate DR readiness effectively?
A media streaming company runs an unpredictable, high-volume batch video processing workload alongside a steady-state REST API service on Google Cloud. The finance and platform engineering teams need to establish a FinOps governance framework to reduce cloud expenditures while maintaining automated budget tracking across multiple projects. Which of the following strategies should a Cloud Architect recommend? (Select TWO)
Geçerli olan tümünü seçin
An enterprise media organization is establishing an automated testing and validation procedure to verify infrastructure readiness for a mission-critical global streaming pipeline on Google Cloud. The pipeline relies on Infrastructure as Code (IaC) via Terraform for automated environment provisioning, Private GKE clusters for container execution, and strict network perimeters. During pre-deployment dry-run validation tests, execution pipelines intermittently fail due to state synchronization locks during concurrent test runs, compute provision failures during stress testing, and an inability of external CI/CD test runners to reach the private GKE control plane endpoint. Which testing and validation procedure should the cloud architect implement to ensure deployment readiness and prevent pipeline failures?
A healthcare enterprise operates a multi-tenant Telehealth Video Consultation platform on Google Cloud. The system consists of two primary services: a synchronous Video Signaling API that directly manages real-time patient-doctor video sessions, and an asynchronous EHR Audit Log Archival service that exports patient interaction logs to BigQuery for regulatory compliance. Currently, transient network spikes trigger low-priority alerts that escalate into system-wide automated failovers, causing unnecessary operational overhead. As a Cloud Architect, you are tasked with aligning the technical Service Level Objectives (SLOs) with business impact to optimize reliability and reduce engineer fatigue. Which TWO SRE practices should you implement to achieve this alignment?
Geçerli olan tümünü seçin
A enterprise media streaming company enforces strict data exfiltration controls by placing its core analytical datasets in BigQuery inside a restricted VPC Service Controls perimeter in Project-Data. Data scientists access BigQuery programmatically from compute instances located in a separate management VPC network in Project-Workloads via a Private Service Connect (PSC) endpoint. Despite assigning the required IAM BigQuery Data Viewer roles to the service account, queries routed through the PSC endpoint fail with a VPC Service Controls perimeter violation error. How should the principal cloud architect resolve this issue while maintaining perimeter security boundaries?
An enterprise application deployed on Compute Engine instances in Project A requires secure access to a PostgreSQL database password stored in Secret Manager in Project B. The secret is encrypted with a Customer-Managed Encryption Key (CMEK) managed in Cloud KMS within Project B. Corporate policy strictly forbids the generation of downloadable service account keys and requires adhering strictly to the principle of least privilege for cross-project access and secret decryption. Which configuration strategy should a Cloud Architect implement?
An online gaming studio is defining the cloud architecture for a global multiplayer leaderboard and user session state service. The conceptual architecture specifies three functional tiers: 1) a high-throughput event ingestion tier for real-time match telemetry, 2) a stateless microservices container execution tier for game session management, and 3) a relational database tier for persistent player profiles restricted to a single geographic region. Additionally, security governance requires network-level data exfiltration prevention around cloud storage endpoints holding game assets. Which combination of Google Cloud services correctly maps this logical design to a physical GCP architecture while adhering to operational cost and security best practices?
An enterprise organization is setting up a Shared VPC network architecture in Google Cloud to centralize network administration while enabling standalone service projects to deploy workloads. Compute Engine instances deployed in a service project subnet need to privately access Google Cloud services (such as Cloud Storage and BigQuery) without public IP addresses, and all general internet egress traffic from these instances must be routed securely through a centralized NAT solution. Which TWO network configuration steps must be performed in the Host Project to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin