Tüm alıştırma soruları
1598 soru
An enterprise architecture team is designing an automated CI/CD pipeline on Google Cloud using Cloud Build to provision infrastructure via Terraform across multiple landing zone projects. The governance team mandates three strict security and operational constraints:
1. Build execution and state management must occur within an isolated network perimeter to prevent arbitrary internet access and exfiltration of state data.
2. Terraform state must be protected against concurrency conflicts and inadvertent corruption during parallel pipeline executions.
3. Developers triggering pipeline runs must be able to initiate deployments without being granted administrative access over the execution service accounts or direct write permissions on target project resources.
Which TWO architectural decisions and IAM security controls should the architect implement to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A enterprise financial institution requires a centralized logging and observability architecture across all Google Cloud projects within its Organization hierarchy. The architecture must automatically aggregate logs from all present and future projects under the organization folder without manual project-level configuration. Compliance rules require that Administrative Activity audit logs be retained for seven years in an immutable state resistant to deletion, while application and operational logs must be available for real-time querying in BigQuery for 90 days. Furthermore, all log routing destinations must be protected against data exfiltration across perimeter boundaries. Which architectural strategy best satisfies these operational reliability, compliance, and security requirements?
A healthcare software company is deploying a patient portal microservice on Google Kubernetes Engine (GKE) and storing build images in Artifact Registry. The security architecture team must implement automated security controls to satisfy two key governance requirements: (1) prevent the deployment of container images into the GKE cluster if they contain unresolved critical vulnerabilities, and (2) detect runtime security threats within running containers—such as reverse shells or unexpected binary executions—without installing custom third-party agent software on the underlying GKE node instances. Which Google Cloud solution meets these requirements?
An enterprise financial application hosted on Compute Engine Regional Managed Instance Groups (MIGs) serves global production traffic behind a Global External Application Load Balancer. The platform engineering team uses an automated CI/CD pipeline to perform blue-green deployments for zero-downtime application updates. The application relies on a Cloud Spanner database whose schema was updated prior to the release using additive, backward-compatible migrations. During the execution of the pipeline, the deployment halts in the provisioning phase while creating the green MIG in the `us-central1` region—before any production traffic is shifted—because instance creation exceeds allowed limits. Which root cause explains why the green environment provisioning failed, and what is the architecturally sound remediation strategy to successfully execute the deployment?
An engineering team is designing a local development and integration testing workflow for microservices that interact with Google Cloud services. Which of the following statements describe valid practices for implementing Google Cloud emulators in development and testing environments? (Select TWO)
Geçerli olan tümünü seçin
A Software-as-a-Service (SaaS) provider is preparing to launch a large-scale data analytics benchmark across multiple regional projects structured under a production folder hierarchy in Google Cloud. The deployment requires provisioning thousands of N2 standard vCPUs across target regions using an automated Infrastructure as Code (IaC) pipeline. Which TWO administrative and governance actions should the Cloud Architect perform to ensure seamless deployment and mitigate operational risks? (Select TWO)
Geçerli olan tümünü seçin
A smart grid energy utility operates on Google Cloud across 30 projects under a single Cloud Billing account. Their architecture includes baseline regional Compute Engine pools for grid management microservices, unpredictable batch grid load simulation models that run periodically, long-term telemetry analytics on BigQuery, and low-traffic internal portal applications. Recent billing audits show rising operational expenses due to unoptimized resource commitments and unconstrained BigQuery querying. As the Lead Cloud Architect, which TWO cost optimization and FinOps governance strategies should you recommend to minimize expenditure while maintaining operational reliability? (Select TWO)
Geçerli olan tümünü seçin
An enterprise logistics company is designing an automated Continuous Integration and Continuous Delivery (CI/CD) pipeline using Cloud Build and Terraform to provision infrastructure across separate Google Cloud projects for staging and production. The security architecture mandates strict least-privilege enforcement, zero static service account keys in the pipeline, and protection against Terraform state corruption or concurrent execution conflicts across environments. Which CI/CD architecture design meets all technical and security requirements?
An enterprise is setting up access control for an automated auditing service account that must inspect resource configurations and IAM policies across all current and future projects inside a department folder. The service account needs to read security configurations without being granted access to view sensitive underlying data inside Cloud Storage buckets or modify any cloud resources. Which strategy fulfills these requirements while adhering to Google Cloud best practices and the principle of least privilege?
A data engineering team is deploying a Go microservice to Cloud Run that programmatically streams high-volume event data into Google Cloud BigQuery using the official Google Cloud Client Libraries. During traffic spikes, the microservice experiences intermittent HTTP 429 Too Many Requests status codes due to API quota rate limits. The application must process these events reliably without losing data, exceeding API quota limits, or risking credential exposure. How should the application architecture and SDK client configuration be implemented to handle these API interactions efficiently?
An enterprise architecture team is establishing an observability framework for custom applications running on Google Cloud Compute Engine instances across multiple production projects. They need to collect both system metrics and application logs, and aggregate critical logs into a centralized log repository in a dedicated security project. Which TWO actions should you take to meet these requirements using Google Cloud recommended practices? (Select TWO)
Geçerli olan tümünü seçin
A media streaming company hosts user profile data in Cloud SQL for PostgreSQL and media assets in Cloud Storage. The security team mandates that all data at rest must be encrypted using customer-managed keys hosted in a Hardware Security Module (HSM) with automated key rotation enabled. Additionally, access to key operations must strictly follow the principle of least privilege. Which of the following actions should you perform? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise software company is designing an automated testing and validation procedure to verify cloud infrastructure readiness before deploying microservices into newly provisioned private Google Kubernetes Engine (GKE) clusters across multiple GCP projects. The validation procedures must run automatically within a central CI/CD pipeline located in an administrative VPC and fulfill three key requirements: (1) prevent deployment failures caused by regional resource limits, (2) enable central CI/CD runners to perform health-check validation on private cluster control planes, and (3) prevent state corruption during concurrent pipeline executions. Which testing and validation strategy should the Cloud Architect implement?
A multinational genomics research institute processes sensitive sequencing data on Google Cloud across multiple projects. Project-Compute hosts a private Google Kubernetes Engine (GKE) cluster that runs analytical workloads, while Project-Data stores raw genomic files in Cloud Storage buckets. The security policy mandates that: 1) On-premises analyst workstations connected via Dedicated Interconnect must securely administer the GKE cluster master, 2) GKE workloads must read objects from Project-Data without routing over the public internet, and 3) Data exfiltration to external Cloud Storage buckets outside the organization must be strictly blocked, even if a compromised service account has IAM Storage Admin permissions. Which architectural design fulfills all of these security requirements?
An enterprise architecture team needs to aggregate Cloud Audit Logs across all Google Cloud projects within an organization folder into a central BigQuery dataset for long-term security analysis, while also streaming high-severity security events to a central Pub/Sub topic for real-time alerting. The solution must minimize administrative overhead and avoid creating individual log sinks in every project. Which Cloud Logging architecture should the team implement?
A financial analytics firm is designing an automated CI/CD pipeline on Google Cloud to build container images and deploy microservices to Google Kubernetes Engine (GKE). The security team requires that only cryptographically verified build artifacts can be deployed, and that build execution environments are strictly isolated from the public internet to prevent data exfiltration. Which TWO design controls should you implement to satisfy these security requirements?
Geçerli olan tümünü seçin
An enterprise financial organization runs microservice workloads across multiple Google Cloud projects in an organization. The security operations team requires all Data Access Audit Logs and application error logs to be streamed in real-time to a centralized security telemetry project for compliance auditing and threat detection. However, high-volume HTTP request logs and operational INFO logs must be excluded to prevent excessive Cloud Logging ingestion costs. The lead architect creates an organization-level Log Router sink targeting a Pub/Sub topic in the central project. How should the architect configure the Log Router sink and permissions to fulfill these requirements securely without dropping essential security logs?
An enterprise plans to migrate an on-premises legacy relational database to Google Cloud. The workload consists of standard single-region transactional processing and does not require global scale or multi-region synchronous replication. To minimize ongoing technical debt, operational complexity, and unnecessary costs, which Google Cloud service should the cloud architect recommend?
An enterprise cloud architect is establishing a defense-in-depth perimeter security baseline for a financial enterprise migrating to Google Cloud. Match each security requirement to its corresponding GCP perimeter control mechanism.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A fintech enterprise specializing in real-time transaction reconciliation recently completed a technical debt assessment of its Google Cloud environment following an expedited cloud migration. The audit identified two critical architecture issues: infrastructure deployment state files are stored locally on developer workstations, and the CI/CD deployment service account is assigned the primitive Project Owner role to simplify deployment permissions. Which strategy best mitigates these technical debt findings in accordance with Google Cloud recommended practices?