All practice questions
1591 questions
A fintech organization is designing a Google Kubernetes Engine (GKE) architecture to run two distinct workloads in a single production environment:
1. A high-throughput, latency-sensitive payment routing service requiring custom Linux kernel parameters (`sysctl` settings) and dedicated node CPU/memory reservations.
2. An asynchronous financial model simulation batch workload that handles transient, fault-tolerant calculation jobs with minimal cost.
Which two cluster design choices should the cloud engineer implement to meet these technical and financial requirements?
Select all that apply
A cloud engineer is deploying a new Google Cloud Storage bucket named `gs://finance-reports-archival` to store sensitive audit documents. The requirements mandate creating the bucket in the `us-central1` region, enforcing uniform bucket-level access to prevent object-level ACL overrides, applying a lifecycle management configuration from a local file named `policy.json` to transition items to Coldline storage, and finally populating the bucket with local files from `./reports/`. What is the correct sequential order of `gcloud storage` administrative steps to complete this deployment?
Drag items to arrange them in the correct order
A DevOps automation engineer at a satellite imaging startup is configuring a custom CI/CD service account. The service account needs to automatically link newly provisioned isolated Google Cloud projects to the company's central Cloud Billing account. Following Google Cloud least-privilege security best practices, which TWO predefined IAM roles must be granted to the service account?
Select all that apply
An enterprise infrastructure team needs to grant an automated backup service account the permission to create, delete, and manage Compute Engine persistent disk snapshots within a specific project named `prod-data-01`. To adhere to security policy, the service account must not have permissions to modify compute instances, view instance metadata, or access network configurations. Following Google Cloud recommended security best practices, which IAM role assignment should you configure for the service account?
A company is planning a Virtual Private Cloud (VPC) network in Google Cloud to host a multi-tenant Google Kubernetes Engine (GKE) cluster environment. The cloud network will connect directly to an existing on-premises data center using the IPv4 CIDR range . The design requires dedicated primary IP ranges for node instances and secondary IP ranges for Pods and Services, with the ability to expand subnet capacity in the future without network disruption.
Which TWO network planning practices should the cloud architect follow to meet these requirements? (Select TWO.)
Select all that apply
A financial analytics company is preparing to launch a low-latency transaction processing workload on Google Kubernetes Engine (GKE). The application requires custom Linux kernel sysctl parameters (such as modifying `net.core.somaxconn`) on the underlying node OS to support high network throughput, and it requires guaranteed host stability without node preemptions. Additionally, an engineer on a new management workstation must configure local `kubectl` access to interact with the cluster and deploy the workload manifest. Which combination of cluster mode configuration and operational commands correctly satisfies these requirements according to Google Cloud recommended practices?
An enterprise organization is deploying an internal data processing engine on Google Compute Engine that requires 4 vCPUs and 26 GB of RAM for a continuous, steady-state workload. Standard predefined machine types offer either 4 vCPUs with 16 GB of memory or 8 vCPUs with 32 GB of memory. The workload is non-fault-tolerant and cannot risk abrupt termination. Which Compute Engine machine type strategy should you select to meet these resource requirements with the lowest operational cost?
A cloud engineer needs to deploy a containerized web application to a Google Kubernetes Engine (GKE) cluster from a local management workstation. In what order should the engineer execute the following commands to authenticate, configure cluster access, deploy the workload, and verify the deployment status?
Drag items to arrange them in the correct order
A lead developer needs permission to create new Google Cloud projects inside a dedicated folder named `Engineering-Dev`. Additionally, the developer must be able to associate these newly created projects with the organization's central billing account.
Which combination of IAM roles assigned with least privilege allows the developer to fulfill both requirements?
A cloud network team is planning to expand the primary IP range of an existing production subnet in a custom-mode Google Cloud Virtual Private Cloud (VPC) network from to to accommodate a higher volume of compute instances. To ensure zero service downtime and avoid IP address space collisions, what is the correct chronological sequence of operational steps the team should follow?
Drag items to arrange them in the correct order
An organization requires strict automated cost controls for its cloud workloads. The finance team specifies that if actual spending in a designated development project reaches 100% of its 5,000 threshold. Which implementation approach should the administrator select to accomplish this automated remediation?
A cloud administrator recently created a new Google Kubernetes Engine (GKE) cluster named `analytics-cluster` in the `us-east1` region. When attempting to run `kubectl get pods` from their local workstation terminal, the command fails because `kubectl` is not configured to communicate with the cluster. Which command must the administrator execute to fetch the cluster credentials and automatically update their local `kubeconfig` file?
A media monitoring organization ingests daily video streams into a Google Cloud Storage bucket. Internal news editors frequently access and edit these video files multiple times per day during the first 30 days after ingestion. After 30 days, access drops significantly, but the files must be preserved for one year to comply with broadcasting regulations. Which Cloud Storage configuration strategy minimizes total costs while meeting these access patterns?
You need to deploy a new Compute Engine virtual machine instance named 'web-server' in the zone 'us-central1-a' using the Google Cloud CLI. Which gcloud command should you run?
A cloud engineer is creating a new Cloud SQL for MySQL instance. To ensure the database is accessible to internal workloads in the Virtual Private Cloud (VPC) while preventing all direct access from the public internet, which network configuration should be applied during deployment?
An organization is deploying infrastructure on Google Kubernetes Engine (GKE) in region us-central1 to support two distinct applications. The first application consists of fault-tolerant, stateless batch-processing jobs that can tolerate node interruptions. The second application is a legacy security monitoring daemon that requires direct access to host kernel modules and privileged Linux capabilities on the underlying nodes. Additionally, an administrator needs to configure their local workstation to manage workloads on this new cluster named 'analytics-cluster' using kubectl. Which TWO actions or configuration choices should the administrator implement to meet these requirements?
Select all that apply
A DevOps engineer is preparing to deploy an updated microservice manifest file (`deployment.yaml`) to an existing GKE cluster named `prod-cluster` located in region `us-central1`. When attempting to run `kubectl apply -f deployment.yaml` from a newly provisioned management terminal, the command fails because `kubectl` is not configured to communicate with the cluster's control plane endpoint. Which command sequence should the engineer execute to successfully authenticate `kubectl` and deploy the workload?
A cloud engineer is using the Google Cloud Pricing Calculator to estimate the monthly cost of a data processing cluster. The cluster consists of 10 `n2-standard-4` Compute Engine instances running continuously for a 730-hour month at a base rate of 0.04 per GB per month. Additionally, the cluster transfers 500 GB of egress data to the internet per month, where the first 10 GB is free of charge and subsequent egress is billed at $0.12 per GB. What is the net estimated total monthly cost in USD for this architecture?
A cloud engineer must securely deploy an internal application on a new Compute Engine virtual machine without a public IP address. The deployment requires a custom service account with minimal access to a Cloud Storage bucket, an automated boot installation via a startup script that retrieves dependencies from the internet, and post-deployment validation. How should the engineer sequence these administrative tasks to ensure successful provisioning?
Drag items to arrange them in the correct order
For a multi-tier enterprise architecture migration to Google Cloud, evaluate the data access patterns and performance requirements of each workload component below. Match each requirement to the most appropriate and cost-effective Google Cloud database service or block storage configuration.
Click a left item, then click its matching right item
Items
Matches