Tüm alıştırma soruları
1598 soru
An organization is operating three Virtual Private Cloud (VPC) networks in Google Cloud: vpc-frontend, vpc-hub, and vpc-backend. To centralize administration, vpc-frontend is peered with vpc-hub, and vpc-backend is also peered with vpc-hub. Compute Engine instances in vpc-frontend need to communicate directly with internal workloads in vpc-backend. Network administrators observe that traffic sent from vpc-frontend to vpc-backend is dropped, even though both networks are successfully peered with vpc-hub. Which network topology modification should be implemented to enable connectivity between vpc-frontend and vpc-backend?
An organization is deploying a globally distributed transactional application requiring multi-region relational database storage with strong consistency across continents. Additionally, database audit logs must be exported to an automated infrastructure-as-code (IaC) provisioned object storage bucket, complying with cloud-native key management governance that avoids holding raw key material. Which TWO architectural and provisioning actions should the platform team take to meet these requirements?
Geçerli olan tümünü seçin
An autonomous mobility company processes real-time vehicle telemetry and operates customer routing APIs on Google Cloud across multiple projects under a unified Cloud Billing Account. The routing API experiences steady, highly predictable traffic year-round, whereas telemetry processing experiences extreme, unpredictable throughput spikes during sudden weather events and peak commuting hours. The finance team requires a FinOps governance framework that minimizes overall operational expenditure, avoids financial commitment risk for unpredictable workloads, and automates cost control enforcement. Which strategy should the Cloud Architect recommend to optimize cost efficiency and FinOps governance?
An enterprise logistics company migrated its fleet routing microservices to Google Cloud under tight deadlines. A post-migration technical debt assessment reveals two major risks: deployment pipelines rely on local Terraform state files stored on individual developer workstations, and the continuous deployment service accounts have been granted the project Owner primitive role to bypass permission errors. Which TWO architecture refactoring steps should you implement to mitigate this technical debt and enforce infrastructure governance? (Select TWO answers.)
Geçerli olan tümünü seçin
An organization is architecting an enterprise-wide CI/CD pipeline on Google Cloud to manage both infrastructure deployment using Terraform and microservice releases to private Google Kubernetes Engine (GKE) clusters across multiple isolated projects. The architecture must enforce strict security and compliance controls: build tasks must execute in a fully private network environment without internet exposure to prevent data exfiltration, infrastructure state must be protected against concurrency conflicts and corruption, and administrative permissions must strictly comply with the principle of least privilege. Which combination of GCP CI/CD toolchain configuration and architecture design satisfies all security and operational requirements?
A global healthcare diagnostics company recently completed a rapid cloud migration of its patient telemetry monitoring platform to Google Cloud. A post-migration architecture audit revealed significant technical debt: infrastructure modifications are frequently executed directly through the GCP Console resulting in configuration drift, and application service accounts retain broad primitive Owner permissions to avoid deployment friction. Which strategy should the cloud architect recommend to mitigate this technical debt while establishing long-term governance?
An enterprise DevOps team is setting up an automated CI/CD pipeline using Cloud Build to provision cloud infrastructure via Terraform. To adhere to security governance, the build execution must run using a dedicated deployment service account with minimal IAM privileges rather than elevated project-level permissions. Which IAM role configuration should you implement to allow the Cloud Build service account to act as the deployment service account?
A DevOps team is establishing a secure continuous delivery pipeline on Google Cloud to deploy microservices to Google Kubernetes Engine (GKE) using Cloud Build, Artifact Registry, Binary Authorization, and Cloud Deploy. Place the operational steps of the deployment pipeline in the correct chronological order from initial code commit to final production deployment.
Öğeleri doğru sıraya koymak için sürükleyin
A financial services organization is preparing to deploy a core transaction processing workload into a newly provisioned Google Cloud project. The architecture requires provisioning 250 Compute Engine N2 instances totaling 1,000 vCPUs in the `us-east4` region. During automated pre-deployment validation, the Infrastructure as Code (IaC) pipeline fails, reporting that the requested vCPU count exceeds default project limits. Which action should the Cloud Architect take to resolve this deployment blocker?
A software development team is building a service that publishes and consumes messages using Google Cloud Pub/Sub. To facilitate fast offline testing without incurring cloud resource charges, a developer starts the Pub/Sub emulator locally using the command `gcloud beta emulators pubsub start`. Which environment variable must be set in the local application environment to ensure the Google Cloud Client Libraries automatically route requests to the local emulator instead of live GCP endpoints?
An enterprise platform engineering team is preparing to automate application deployment pipelines using an external CI/CD system to provision infrastructure across Google Cloud projects using Terraform and deploy microservices to Google Kubernetes Engine (GKE). You are advising the development and operations teams on security, state management, and operational release procedures. The solution must adhere to the principle of least privilege, protect deployment integrity, and minimize operational overhead. Which TWO recommendations should you provide to meet these requirements?
Geçerli olan tümünü seçin
A global logistics provider is establishing an automated testing and validation procedure for a critical order-processing engine deployed on Google Cloud. The deployment pipeline uses Infrastructure as Code (IaC) to provision regional GKE clusters and virtual networking resources. The lead architect must ensure the testing procedure automatically validates infrastructure availability constraints and state safety without compromising cluster security or least privilege access. Which TWO validation practices should be incorporated into the automated deployment procedure? (Select 2 answers)
Geçerli olan tümünü seçin
A financial analytics firm is moving internal auditing data to Google Cloud Storage. Company security policy mandates that encryption keys must be generated and managed inside Google Cloud hardware security modules (HSMs), key rotation must be controlled via policy, and service access must follow the principle of least privilege without granting administrative privileges over key management. Which encryption and key management strategy should you implement?
A platform engineering team is configuring automated infrastructure provisioning for a single-region transactional order processing system. The database must support standard relational SQL capabilities, provide automatic multi-zone failover within the region, and enforce data encryption at rest using keys rotated via Google Cloud KMS. Furthermore, the Infrastructure as Code (IaC) pipeline managed by multiple engineers must prevent concurrent state modifications and state corruption. Which architecture and provisioning setup fulfills these operational requirements?
An enterprise investment bank is modernizing its portfolio risk analytics platform on Google Cloud. You are serving as the Lead Cloud Architect responsible for translating business requirements into a complete cloud solution architecture. In which chronological order should you execute the architectural design stages, from high-level domain mapping down to concrete GCP resource specification?
Öğeleri doğru sıraya koymak için sürükleyin
A digital B2B SaaS company operates two core microservices on Google Cloud: a synchronous Payment Processing Gateway that directly processes customer payments, and an asynchronous PDF Invoice Generator that produces monthly billing summaries. The business leadership requires technical service levels to accurately reflect financial business impact without incurring unnecessary operational overhead or alert fatigue. Which TWO architectural and operational strategies best align the technical SLOs and SLIs with these business objectives?
Geçerli olan tümünü seçin
An enterprise insurance provider is translating its conceptual multi-tier architecture for a regional claims processing platform into a physical architecture on Google Cloud. The conceptual design specifies three core requirements: stateless web services that auto-scale to zero, a managed regional relational database supporting standard SQL transactions without global scaling needs, and a security perimeter preventing data exfiltration to unauthorized Google Cloud resources outside the organization. Which physical architecture on Google Cloud best fulfills these conceptual requirements while minimizing operational overhead and cost?
An enterprise digital advertising platform recently migrated its ad attribution engine to Google Cloud. A post-migration technical debt assessment reveals two primary architectural risks: infrastructure changes are executed using unversioned Terraform state files stored on individual developer workstations, and background worker service accounts remain assigned primitive Project Editor roles. Which TWO actions should the cloud architect recommend to effectively mitigate this technical debt? (Select TWO answers.)
Geçerli olan tümünü seçin
An enterprise security architect is transitioning an external CI/CD pipeline hosted on Azure DevOps from legacy static service account keys to short-lived federated credentials using Workload Identity Federation to securely access Secret Manager secrets.
In which sequential order should the architect execute the steps to configure this keyless authentication and authorization workflow?
Öğeleri doğru sıraya koymak için sürükleyin
An energy utility enterprise is modernizing its smart grid analytics platform hosted on Google Kubernetes Engine (GKE). The security team requires a software supply chain security model that guarantees only verified, signed container images from approved build pipelines can be deployed. Additionally, they require automated detection of newly published vulnerabilities for images already stored in Artifact Registry. Which TWO security configurations should the cloud architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin