Tüm alıştırma soruları
1598 soru
A fintech company hosts its real-time fraud detection microservice on Google Cloud Run, connected to a Managed Cloud SQL for PostgreSQL database. The development team is preparing a continuous deployment pipeline using Google Cloud Deploy to perform canary releases with gradual traffic splitting across Cloud Run revisions. The upcoming application release requires a breaking database schema modification: renaming a column used in transaction scoring. To maintain zero downtime and ensure the active revision continues processing transactions without errors during the canary phase, which deployment and database strategy should the Cloud Architect recommend?
An e-commerce platform running on Google Cloud processes order transactions through a fleet of Compute Engine virtual machines managed by a Managed Instance Group (MIG) behind an External HTTP(S) Load Balancer. During a flash sale event, downstream database contention caused transient query latency spikes. Because the load balancer health check was configured to query a deep database endpoint, the load balancer marked all backend instances as unhealthy simultaneously and initiated automated instance replacements, causing a complete service outage. Which architectural modification should you recommend to prevent this cascading operational failure and establish a resilient incident management and alerting workflow?
A security architect is configuring keyless authentication for an external CI/CD runner to fetch database credentials stored in GCP Secret Manager. To comply with zero-trust security standards and prevent credential leakage, the architect decides to implement Workload Identity Federation using OpenID Connect (OIDC). What is the correct chronological sequence of administrative steps required to establish keyless authentication and retrieve the secret payload?
Öğeleri doğru sıraya koymak için sürükleyin
An enterprise payment processing service hosted on Google Cloud Platform has a defined Service Level Objective (SLO) of availability for its transaction validation API over a -day rolling period. The Service Level Indicator (SLI) evaluates a request as good if it returns an HTTP status code in under .
During a -day window, the service processes a total of requests. Due to a database failover event, requests fail with HTTP internal server errors. Additionally, requests successfully return HTTP but take longer than to complete.
What is the maximum number of additional non-compliant requests the service can sustain before its total error budget for this -day period is completely exhausted?
A nationwide agricultural supply chain enterprise is modernizing its legacy crop yield forecasting platform by migrating to Google Cloud. Executive stakeholders mandate that the migration must not disrupt regional field teams who have limited cloud experience, while engineering leaders must ensure that infrastructure capacity is fully available prior to the upcoming high-volume harvest season. As the Principal Cloud Architect, which strategy best aligns GCP technical governance with stakeholder and organizational change management requirements?
A Site Reliability Engineering (SRE) team manages a real-time smart grid IoT telemetry ingestion service hosted on Google Cloud using Cloud Run behind an External HTTP(S) Load Balancer, backed by Cloud Bigtable. During recent peak load events, brief traffic micro-bursts caused transient CPU utilization spikes that triggered frequent, unactionable alerts. Furthermore, during a minor database latency degradation, backend instances were prematurely marked unhealthy by the load balancer, precipitating a cascading outage across the entire service. Which TWO architectural modifications should the SRE team implement to eliminate alert fatigue and prevent cascading service failures?
Geçerli olan tümünü seçin
A SaaS company operates an online payment processing API on Google Kubernetes Engine (GKE). The platform team needs to implement a unified observability architecture to satisfy two core mandates: securely export operational logs to BigQuery for multi-year compliance analysis without inadvertently filtering out critical system events, and establish proactive alerting that detects sustained Service Level Objective (SLO) degradation rather than reacting to short-term metric noise. Which TWO architecture decisions should the cloud architect recommend?
Geçerli olan tümünü seçin
Your organization is executing a zero-downtime canary deployment for a critical payment-processing microservice on Google Kubernetes Engine (GKE) backed by Cloud SQL for PostgreSQL. The deployment requires adding a mandatory database column without causing application downtime or transaction failures for live users. Sequence the operational steps in the correct order to safely complete this deployment strategy.
Öğeleri doğru sıraya koymak için sürükleyin
An airline company is modernizing its flight operations architecture on Google Cloud. Match each enterprise perimeter security requirement on the left with the correct Google Cloud security mechanism on the right that fulfills it.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A cloud security architect is establishing permission inheritance across a newly created Google Cloud resource hierarchy for an automated compliance audit tool. Arrange the following implementation steps in the correct sequential order, starting from top-level organization governance down to granular resource-level access enforcement.
Öğeleri doğru sıraya koymak için sürükleyin
During a major regional outage in Google Cloud, your operations team must execute a manual disaster recovery runbook to fail over a web application and its database from the primary region to a secondary standby region. In what order should you perform the following disaster recovery execution steps?
Öğeleri doğru sıraya koymak için sürükleyin
A biopharmaceutical enterprise processes sensitive clinical trial datasets stored within Cloud Storage buckets and BigQuery datasets hosted in Google Cloud. The security team requires that internal research applications running on-premises can securely access these resources, but must strictly prevent any credentialed insider or compromised service account from exfiltrating data to external Google Cloud Storage buckets or projects outside the corporate perimeter. IAM policies alone are insufficient to guarantee protection against data exfiltration. Which security architecture should a Professional Cloud Architect implement to satisfy these requirements?
A enterprise logistics company operates a real-time dispatch routing microservice on Google Kubernetes Engine (GKE) backed by Cloud Spanner. The service maintains a 30-day rolling availability Service Level Objective (SLO) of . The development team wants to maximize feature deployment velocity, but the Site Reliability Engineering (SRE) team observes that transient network hiccups cause frequent alert noise, while slow, steady error trends deplete the monthly error budget before human operators are notified. Which TWO operational and alerting strategies should the SRE team implement to manage the error budget effectively and balance velocity with system reliability? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise organization needs to centralize operational and security audit logs across multiple Google Cloud projects into a designated security operations project. The solution must ensure secure, least-privilege log delivery to a central BigQuery dataset while excluding low-severity debug logs to control storage costs, without dropping high-severity operational events. Which TWO actions should you take to implement this architecture?
Geçerli olan tümünü seçin
A financial data analytics platform runs microservices on Google Cloud that generate log entries during routine nightly database maintenance. These maintenance activities cause temporary error logs for up to 3 minutes, which currently trigger false alarms and wake up on-call engineers. Operations requirements mandate that genuine outages—where error log rates persist beyond 5 minutes—must automatically initiate incident workflows via Cloud Pub/Sub and notify PagerDuty, without losing error logs required for compliance auditing. How should you configure the Cloud Monitoring alerting policy to satisfy these operational requirements?
A global media streaming platform operates a rights-management API running on Google Kubernetes Engine (GKE) behind an External HTTP(S) Load Balancer. The service has a defined Service Level Objective (SLO) of availability over a rolling 30-day window. SRE teams are currently suffering from alert fatigue caused by transient error spikes triggering immediate paging alerts, while simultaneously failing to catch slow, sustained error budget consumption that exhausts their 30-day budget prior to monthly reviews. Which alerting approach should a Cloud Architect recommend to ensure actionable notifications based on actual risk to the error budget?
A healthcare technology provider is deploying a major version update to its patient telemonitoring microservice hosted on Google Cloud Run and backed by a Cloud SQL for PostgreSQL database. The release requires structural changes to relational data tables and uses Cloud Deploy for canary traffic shifting. Which TWO engineering practices should be implemented in the deployment strategy to guarantee zero downtime and prevent service failures during the rollout?
Geçerli olan tümünü seçin
An enterprise financial company uses a Google Cloud Organization hierarchy containing a parent folder named `Financial-Core-Prod` that holds multiple production projects. The security team needs to grant an external compliance audit firm read-only access to view infrastructure resource configurations, security policies, and IAM bindings across all present and future projects within `Financial-Core-Prod`. The audit firm must not have access to view underlying data inside Cloud Storage buckets or modify any resource configurations. Which IAM assignment strategy meets these requirements while adhering to Google Cloud best practices for resource hierarchy and least privilege?
Match each Google Cloud service local development requirement with the appropriate emulator configuration command or environment variable required to bind client SDKs to local testing environments.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An enterprise financial platform deployed on Google Compute Engine Managed Instance Groups (MIGs) runs an I/O-bound microservice that handles persistent gRPC connections and database transactions. During high-volume marketing campaigns, request latencies increase drastically due to database connection pool exhaustion and thread waiting, but the MIG autoscaler fails to launch additional instances because host CPU utilization stays around 30%. Furthermore, during sudden unexpected traffic spikes, dynamic scaling attempts intermittently stall due to regional compute resource limitations. Which architectural strategy should a Cloud Architect implement to ensure auto-scaling responsiveness and capacity reliability?