Tüm alıştırma soruları
1591 soru
An infrastructure administrator must configure an automated CI/CD service account to provision new workload projects inside a designated parent folder named `Data-Ingestion-Platform` and link those projects to the enterprise billing account `012345-6789AB-CDEF01`. Which requirements and resource hierarchy behaviors apply to this setup according to Google Cloud best practices? (Select TWO choices.)
Geçerli olan tümünü seçin
A smart grid technology company is planning compute resources on Google Cloud for two distinct backend workload components:
1. Workload 1: A stateless REST API endpoint that receives unpredictable, bursty HTTP requests from smart meters. It requires automatic scaling down to zero instances during zero-traffic periods to eliminate idle resource costs.
2. Workload 2: A daily 4-hour batch data transformation pipeline that is completely stateless, fault-tolerant, and capable of saving state checkpoints externally to handle instance interruptions.
Which TWO compute service configurations should the cloud engineer select to satisfy these requirements cost-effectively?
Geçerli olan tümünü seçin
A lead software engineer at a telehealth organization needs to migrate the billing for an existing project, `care-telehealth-prod`, by linking it to a newly established central corporate Cloud Billing Account. The engineer has already been granted the Billing Account User role (`roles/billing.user`) on the target corporate Cloud Billing Account. However, when trying to change the project's billing account in the Google Cloud Console, the action is denied. Following Google Cloud's principle of least privilege, which IAM role should be assigned to the engineer on the `care-telehealth-prod` project resource to allow this linking?
An enterprise logistics company is planning a serverless compute solution on Google Cloud for two distinct microservices:
1. Service 1: A gRPC-based route planning engine packaged as a custom C++ container binary that requires serving up to 80 concurrent requests per instance.
2. Service 2: A lightweight Python script that must execute automatically in response to file creation events in a Cloud Storage bucket.
Which of the following architectural deployment choices should the cloud engineer select for these workloads? (Select TWO.)
Geçerli olan tümünü seçin
A cloud engineer needs to grant an external auditor access to inspect IAM policies for a specific Google Cloud project using the gcloud command-line interface. What is the correct sequence of command steps to authenticate, set the project context, assign the least-privilege predefined IAM role, and verify the assignment?
Öğeleri doğru sıraya koymak için sürükleyin
A system administrator needs to store software installation packages and container base images in a Google Cloud Storage bucket. These artifacts are downloaded multiple times per hour by CI/CD build pipelines and development teams. Which Cloud Storage class should be selected as the default storage class for the bucket to provide high availability without incurring retrieval fees?
A cloud engineer needs to set up a BigQuery billing export for detailed cost analysis across an organization. What is the correct sequence of steps to configure this Cloud Billing export?
Öğeleri doğru sıraya koymak için sürükleyin
An organization is planning its Google Compute Engine infrastructure for two new enterprise services with distinct operational profiles:
1. Workload 1: An offline rendering and data processing pipeline that runs daily. The application is stateless, fault-tolerant, and designed to checkpoint progress so it can be safely paused and resumed.
2. Workload 2: A core relational database instance requiring heavy RAM usage per vCPU that must run continuously 24/7 with zero unannounced downtime.
Which TWO architectural decisions correctly align with Google Cloud resource planning and pricing best practices for these workloads? (Select TWO.)
Geçerli olan tümünü seçin
An organization is planning to connect its existing on-premises network, which uses the IP range , to Google Cloud using Cloud VPN. The cloud engineer must design a Virtual Private Cloud (VPC) network that prevents IP address collisions with the on-premises environment and allows precise control over subnet IP address allocations in specific regions. Which VPC network creation mode should the cloud engineer select?
A cloud engineering team is planning a new Google Kubernetes Engine (GKE) deployment for a suite of stateless web microservices. The team needs to ensure the workload has high availability across multiple zones in a region while completely eliminating the operational overhead of provisioning, patching, and managing worker node infrastructure. Which TWO cluster architecture options should the team select to meet these requirements?
Geçerli olan tümünü seçin
A department lead needs to delegate project creation rights to a team of developers. The developers must be allowed to create new Google Cloud projects within a designated folder named `Department-Dev` and link those newly created projects to the company's central billing account. However, they should not be able to create projects anywhere else in the organization or alter billing account settings. Following the principle of least privilege, which combination of IAM role assignments should be configured?
A financial technology firm is deploying a real-time trading processing engine on Google Cloud consisting of two core workload components. Component 1 is a trading account management database requiring full SQL compliance, multi-table ACID transactions, automated regional failover, and high write performance. Component 2 is an ephemeral risk simulation pipeline performing transient parallel calculations requiring ultra-low sub-millisecond I/O latency, where scratchpad data can be re-generated if an instance terminates. Which TWO storage and database configurations should the solution architect implement to meet these requirements with minimal operational overhead? (Select TWO.)
Geçerli olan tümünü seçin
A cloud solutions architect is planning a hybrid network topology for an enterprise migrating workloads to Google Cloud. The existing on-premises data center uses the RFC 1918 private IPv4 block for internal corporate services and will connect to Google Cloud via Cloud Interconnect. The cloud infrastructure requires Compute Engine instances deployed across multiple regions with dynamic routing enabled. The architect must ensure that network traffic routes seamlessly between on-premises systems and Google Cloud resources without IP routing collisions or overlap. Which network configuration strategy should the architect implement?
An infrastructure engineer is expanding a high-throughput event processing platform in Google Cloud Project `telemetry-ingest-504`. When attempting to launch additional Compute Engine instances in the `europe-west3` region, instance creation fails with an error stating that the regional quota limit has been exceeded. Which TWO steps should the engineer take to resolve this issue and request additional capacity following Google Cloud best practices?
Geçerli olan tümünü seçin
A cloud engineering team needs to expand the primary IP range of a subnet within an auto-mode Virtual Private Cloud (VPC) network in Google Cloud to accommodate new Compute Engine instances without disrupting existing network traffic. Place the steps required to safely convert the network mode and expand the subnet IP range into the correct sequential order.
Öğeleri doğru sıraya koymak için sürükleyin
An organization configures a Google Cloud billing budget of 1,000 within a single billing cycle?
An enterprise organization is establishing a secure sandbox environment for external partners. A automated service account needs to provision new Google Cloud projects inside a designated folder named 'Partner-Sandboxes' and immediately link each new project to the organization's central Billing Account. The security policy requires enforcing the principle of least privilege without granting excessive administrative permissions across the billing account or folder resource hierarchy. Which pair of predefined IAM roles should be granted to the service account to meet these requirements?
A company is planning the Google Compute Engine architecture for two distinct workloads. Workload A is a nightly 4-hour batch processing job that is fault-tolerant and can resume from checkpoints if interrupted. Workload B is a 24/7 production relational database requiring steady, predictable vCPU performance with zero tolerance for abrupt termination. Which Compute Engine resource strategy minimizes total cost while meeting the operational requirements for both workloads?
A company is configuring a multi-tier Google Cloud resource hierarchy. A centralized platform infrastructure team requires authorization to provision new cloud projects exclusively within a dedicated folder named `Production-Apps` and to associate these newly created projects with the corporate Billing Account `019283-475610-892014`. The security manager mandates adhering strictly to the principle of least privilege without granting permissions over unrelated folders or full billing administration privileges. Which set of IAM role assignments must be configured for the platform infrastructure team?
A healthcare startup is deploying a containerized RESTful API microservice to Google Cloud. The application experiences unpredictable HTTP traffic spikes throughout the day and prolonged periods of zero traffic at night. The team requires a compute solution that automatically scales to zero when idle, executes existing container images without code refactoring, and requires zero cluster or server management overhead. Which compute solution should the cloud engineer select?