Tüm alıştırma soruları
1591 soru
A logistics company needs to run a weekly 12-hour batch processing job to re-calculate global shipping routes. The workload is containerized, fully fault-tolerant, and designed to automatically save state to Cloud Storage and resume from checkpoints if interrupted. The operations team wants to minimize compute costs while ensuring that any terminated compute capacity is automatically replaced until the job finishes. Which compute configuration should the cloud engineer recommend to meet these requirements at the lowest cost?
An enterprise organization maintains a centralized Google Cloud Billing Account managed by a finance operations team. A DevOps consultant needs to link several existing, unlinked Google Cloud projects to this central Billing Account. Organization security policies enforce strict least-privilege access: the consultant must not be allowed to view invoice history or modify payment methods on the Billing Account, nor should they have permissions to create, modify, or delete infrastructure resources within the projects. Which minimal combination of predefined IAM roles must be granted to the DevOps consultant?
You need to link an unlinked Google Cloud project to an active Cloud Billing account using the Google Cloud Console. Arrange the steps in the correct chronological order to complete this configuration.
Öğeleri doğru sıraya koymak için sürükleyin
An enterprise organization manages its Google Cloud environment using a resource hierarchy where an 'Applications' folder contains three distinct sub-folders named 'Development', 'Staging', and 'Production'. The central compliance auditing team requires read-only access to inspect Cloud Storage objects across all current and future projects created within the 'Staging' and 'Production' folders. Company security policy strictly forbids this audit team from viewing any data in the 'Development' environment. Which administrative action correctly enforces these access requirements while adhering to the principle of least privilege and minimizing administrative overhead?
A media logistics company is planning its Google Cloud Compute Engine resource strategy for two distinct components of an enterprise video pipeline:
1. A memory-bound metadata indexing service that requires a specific non-standard resource ratio of 16 vCPUs to 128 GB of RAM ( vCPU-to-memory ratio) and must run continuously 24/7 with strict zero-downtime SLAs.
2. A stateless, highly parallel batch video encoding job that processes queue messages, is fully fault-tolerant, and can automatically resume execution from checkpoints if interrupted.
Which provisioning strategy aligns with Google Cloud recommended practices to optimize costs while satisfying all operational requirements?
An organization is evaluating Google Cloud compute solutions for two newly developed services with distinct operational profiles:
1. Service Alpha: A stateless HTTP webhook receiver that experiences unpredictable request bursts. Single HTTP request execution times range from a few seconds up to 45 minutes. The team requires zero infrastructure/node management and automatic scaling down to zero when idle.
2. Service Beta: A batch analytics engine that performs large-scale computations overnight. The application is stateless, includes checkpointing logic to resume execution if interrupted, and must be deployed with maximum cost efficiency.
Which TWO compute architectural configurations should the cloud engineer select to meet the requirements for Service Alpha and Service Beta? (Select TWO.)
Geçerli olan tümünü seçin
An architecture team is evaluating Google Cloud serverless compute options for a real-time notification dashboard. The workload requires handling persistent WebSocket connections from web clients and deploying a specialized custom runtime binary that listens on an assigned container port without adapting the code to a cloud function signature.
Which TWO features or constraints mandate choosing Cloud Run instead of Cloud Functions for this service? (Select TWO.)
Geçerli olan tümünü seçin
A cloud engineer needs to deploy a set of Compute Engine virtual machines and Cloud Storage buckets for a new application. Which Google Cloud resource hierarchy component serves as the primary base container required to create and manage these individual resources?
Your enterprise security team requires that all administrative permissions follow the principle of least privilege. An administrator needs to enable the Cloud Translation API (`translate.googleapis.com`) for a project named `finance-reporting-prod` without being granted access to modify project resources, billing accounts, or IAM permissions. Which IAM role should be assigned to the administrator on the project?
A developer needs to run a small Python script that automatically resizes images whenever a user uploads a new image file to a Google Cloud Storage bucket. The solution must be serverless, event-driven, and execute code directly in response to cloud storage events without requiring the developer to build container images or manage cluster infrastructure. Which Google Cloud compute service should you recommend?
You are planning the Compute Engine configuration for a mission-critical relational database that runs continuously and cannot tolerate unexpected instance terminations. Which instance provisioning model should you select for this workload?
A lead developer at a media enterprise needs permission to create new Google Cloud projects within a dedicated department folder named Media-Production. Additionally, these newly created projects must be linked to the company's central Billing Account. Following the principle of least privilege, which configuration of IAM roles should be granted to the lead developer?
An enterprise application requires the Secret Manager API (`secretmanager.googleapis.com`) to be activated in a target Google Cloud project named `proj-sec-app`. A service account used by a CI/CD pipeline needs to enable this API and, if necessary, submit a request to raise the default API request quota. Which approach adheres to Google Cloud security best practices and the principle of least privilege?
A biotechnology organization is designing the Compute Engine architecture for a genomics data platform featuring two distinct operational workloads:
1. Workload 1: A persistent, uninterrupted in-memory genomic reference database requiring at least of RAM operating continuously with strict availability SLAs.
2. Workload 2: A stateless batch processing pipeline that analyzes chunked genomic sequences asynchronously, can tolerate sudden instance termination with automated job re-queueing, and requires maximum cost reduction.
Which machine type family and provisioning strategy should you select to fulfill these requirements optimally?
An administrator is setting up a new application environment in Google Cloud. Arrange the administrative steps in the correct order to configure the resource hierarchy and project access from top-level container creation to user access assignment.
Öğeleri doğru sıraya koymak için sürükleyin
A Cloud Operations Engineer needs to relocate an existing workload project from a folder named 'Staging-Folder' to a folder named 'Production-Folder' within their Google Cloud resource hierarchy. The engineer already holds the Project Editor role (`roles/editor`) on the project being moved. However, running the command `gcloud beta resource-manager projects move` results in a permission denied error. Which IAM role configuration must be granted to the engineer on the resource hierarchy to allow this project relocation?
A logistics enterprise is planning to deploy an enterprise resource planning (ERP) database on Google Cloud Compute Engine. The workload requires a constant 16 vCPUs and 128 GB of RAM to run continuously 24 hours a day, 7 days a week, with strict high availability SLA requirements. The finance team requires maximum cost optimization for this steady-state workload over a 3-year horizon. Which compute configuration and purchasing strategy should you recommend?
A software team is assessing compute options for an internal analytics application. The application consists of a single containerized web service that receives unpredictable, intermittent HTTP requests during business hours and no traffic overnight. The team requires a serverless solution with minimal operational overhead that automatically scales down to zero compute instances to eliminate costs when idle. Which Google Cloud compute service best satisfies these requirements?
An infrastructure team is deploying an automated compliance scanner inside a target Google Cloud project named `sec-audit-984`. During execution, the scanner fails because calls to the Cloud Asset API (`cloudasset.googleapis.com`) return a `SERVICE_DISABLED` error. The security administrator wants to delegate the necessary permissions to a junior engineer to enable this API on `sec-audit-984`. To strictly follow the principle of least privilege, which action should the security administrator take?
An e-commerce platform needs to deploy a stateless microservice on Google Cloud to handle dynamic image transformation requests. The solution must support incoming HTTP/2 traffic with up to 250 concurrent requests per instance, utilize a custom Linux container image containing proprietary pre-compiled C++ binaries, and allow a request timeout of up to 30 minutes for batch image processing. Which Google Cloud compute option should the solution architect choose to meet these requirements?