Tüm alıştırma soruları
1591 soru
A network engineering team is managing a custom-mode Virtual Private Cloud (VPC) network in Google Cloud. An existing primary subnet located in the `us-central1` region is currently assigned the primary IPv4 CIDR range . Due to rapid workload scaling, the team needs to double the IP address capacity of this primary subnet without recreating the subnet or disrupting existing Virtual Machines (VMs). A secondary peered network occupies the range . Which expanded IPv4 CIDR range should the team configure for the subnet?
An enterprise is planning the networking architecture for an enterprise resource planning (ERP) platform deployed on Compute Engine. The public-facing frontend tier relies on a Global External Application Load Balancer integrated with Cloud CDN. The architecture team must now select a load balancer for an internal backend service hosted on Compute Engine instances across multiple zones in the europe-west1 region. This internal microservice receives high-volume, non-HTTP raw TCP traffic on a custom port from other VPC workloads. The load balancing solution must provide maximum performance without terminating TCP connections, while preserving the original internal client IP addresses. Which load balancing solution should you select?
An autonomous vehicle testing company uploads high-resolution LiDAR and sensor log files to a Google Cloud Storage bucket. The uploaded data is analyzed and queried daily by machine learning training pipelines during the first 30 days. After 30 days, the files are rarely accessed (less than once per year) for compliance verification, but regulatory policies require them to be retained for a total of 3 years before deletion. You need to design an Object Lifecycle Management policy to minimize total storage and operational costs while avoiding early deletion fee penalties. Which TWO lifecycle rules should you include in the bucket configuration? (Select TWO.)
Geçerli olan tümünü seçin
An internal compliance auditor requires read-only access to inspect IAM policy bindings and view the list of enabled Cloud APIs within a Google Cloud project. The auditor must not be permitted to modify permissions, enable or disable APIs, or view underlying data stored in project resources. Which TWO predefined IAM roles should you grant to the auditor to adhere to the principle of least privilege?
Geçerli olan tümünü seçin
A cloud engineering team needs to manually change the number of worker nodes in a Google Kubernetes Engine (GKE) node pool named pool-analytics inside an existing zonal cluster named analytics-cluster in zone us-central1-a. They want to set the target size to 5 nodes per zone using the Google Cloud CLI. Which command should they execute?
Your organization requires a new Virtual Private Cloud (VPC) network where network administrators manually define subnets and IP ranges per region rather than having subnets created automatically. Which gcloud CLI command flag must you specify when executing `gcloud compute networks create` to achieve this outcome?
A company is planning to run a continuous 24/7 video rendering service on Compute Engine virtual machines with predictable, steady resource utilization over the next three years. A cloud engineer needs to model the projected monthly infrastructure expenses in the Google Cloud Pricing Calculator. Which configuration option in the Google Cloud Pricing Calculator should the engineer select to produce the most accurate and cost-effective estimate for this continuous baseline workload?
A Cloud Engineer needs to establish a daily Cloud Billing detailed usage cost export to BigQuery for organization-wide financial analytics. What is the correct sequence of steps to configure this export?
Öğeleri doğru sıraya koymak için sürükleyin
A Cloud Engineer is establishing command-line administration for a newly deployed Google Kubernetes Engine (GKE) cluster named `analytics-cluster` in zone `us-central1-a`. The engineer also needs to configure node pools to host a stateful, non-fault-tolerant database workload. Which two actions should the engineer perform to fulfill these operational requirements? (Select TWO.)
Geçerli olan tümünü seçin
A solution architect is deploying a containerized REST API image stored in Artifact Registry to Google Cloud Run in the us-central1 region using the gcloud CLI. The application binary inside the container is configured to listen strictly on container port 5000 and does not dynamically adopt environment variables. The service must be deployed securely, allowing only authenticated requests. Which gcloud CLI command correctly deploys the service with the required network port configuration and ingress access control?
Your organization is integrating an on-premises data center with a Google Cloud Virtual Private Cloud (VPC) network over Cloud Interconnect. You need to enable on-premises clients to resolve internal Cloud DNS zone records ending in `internal.example.com`. Place the deployment steps in the correct chronological order from first to last to complete this configuration.
Öğeleri doğru sıraya koymak için sürükleyin
A cloud engineer needs to expand the primary IPv4 CIDR range of an existing custom-mode Virtual Private Cloud (VPC) subnet in Google Cloud to accommodate new virtual machines without causing service disruption. What is the correct sequence of steps to plan and execute this subnet expansion?
Öğeleri doğru sıraya koymak için sürükleyin
An organization is establishing hybrid connectivity between their Google Cloud environment and their on-premises data center using Cloud VPN. Compute Engine instances located in a Virtual Private Cloud (VPC) named `prod-vpc` need to resolve domain names under the custom corporate domain `internal.example.com`, which are managed by an on-premises authoritative DNS server at IP address `192.168.1.50`. Which action should you take in Cloud DNS to enable internal name resolution for these on-premises hosts from `prod-vpc`?
You need to manually migrate running microservice workloads from an existing Google Kubernetes Engine (GKE) node pool to a newly created node pool with minimal disruption. Arrange the following operational steps in the correct execution sequence.
Öğeleri doğru sıraya koymak için sürükleyin
A smart grid utility provider is planning a Google Kubernetes Engine (GKE) cluster architecture to handle real-time telemetry from millions of smart meters. The deployment requires two distinct workloads:
1. A high-throughput API gateway service that requires custom Linux kernel (`sysctl`) parameter modifications on the node host to optimize TCP socket buffers.
2. A stateless, fault-tolerant batch data processing pipeline that parses incoming telemetry logs and can handle sudden node preemptions.
The architecture team wants to minimize compute costs and management overhead while meeting all workload technical requirements. Which TWO cluster planning choices should be included in the solution architecture?
Geçerli olan tümünü seçin
A Cloud Engineer needs to perform maintenance on a Google Kubernetes Engine (GKE) Standard cluster by replacing an existing node pool with a new machine-type node pool, while ensuring zero workload downtime. Arrange the operational CLI steps in the correct sequential order from first to last to complete this node pool migration safely.
Öğeleri doğru sıraya koymak için sürükleyin
A financial risk modeling platform generates large batch output reports during the first 10 days of every month. Financial analysts access and modify these reports multiple times per day during this 10-day period. After the 10th day, the reports are never accessed again unless requested during an annual compliance audit. The organization must retain all report files for 7 years to meet statutory obligations while minimizing total storage and retrieval costs. Which Cloud Storage strategy should you recommend?
You are deploying a Regional Internal HTTP(S) Load Balancer in a Google Cloud Virtual Private Cloud (VPC) network using the gcloud CLI to service internal microservices. Arrange the required deployment steps in the correct dependency sequence from first to last.
Öğeleri doğru sıraya koymak için sürükleyin
An enterprise organization is setting up a new Google Cloud environment. A finance specialist needs permission to link newly created cloud projects to the company's central Cloud Billing Account. The specialist must not be allowed to modify payment methods, manage billing account admins, or view cost reports for other projects linked to the account. Which predefined IAM role should be assigned to the finance specialist on the Cloud Billing Account resource to satisfy the principle of least privilege?
A media streaming company is setting up a new web asset repository on Google Cloud to host image and stylesheet files in the us-central1 region. The cloud architecture team mandates using Google Cloud's modern CLI tools (gcloud storage) and enforcing Uniform Bucket-Level Access to ensure consistent IAM governance across all stored objects. Which set of commands correctly provisions the bucket and uploads the static files according to Google Cloud best practices?