All practice questions
1591 questions
A digital publishing platform hosts a library of newly released e-books and promotional media assets in Google Cloud Storage. E-books are accessed frequently during the first 30 days of release and infrequently thereafter, but must be retained for multi-year compliance audits. Promotional media assets have completely unpredictable access patterns throughout the year. The engineering team wants to minimize storage costs without incurring unnecessary access penalties or operational management overhead. Which TWO storage planning decisions should the team implement?
Select all that apply
A cloud administrator is tasked with deploying an updated application deployment manifest (`deployment.yaml`) to an existing Google Kubernetes Engine (GKE) cluster from a new administrative workstation. Which TWO actions must the administrator perform to authenticate their environment and deploy the workload successfully? (Select TWO)
Select all that apply
Your organization maintains a Google Cloud environment where projects are grouped under a dedicated folder named Production. A third-party security analyst must review IAM policy bindings, resource configurations, and custom roles across all projects within the Production folder. The analyst must NOT be allowed to view underlying resource data (such as reading Cloud Storage object contents or database records) nor make any configuration changes. Which IAM role assignment fulfills this requirement while adhering strictly to the principle of least privilege?
A cloud engineer is preparing to integrate a Google Cloud environment with an on-premises network via Cloud VPN. The current GCP deployment uses an auto-mode Virtual Private Cloud (VPC) network. To prevent future IP CIDR collisions with on-premises subnets and gain control over subnet creation, the engineer must convert the auto-mode VPC to a custom-mode VPC and provision a new subnet in a new region. What is the correct sequence of steps to execute this migration safely?
Drag items to arrange them in the correct order
Your company is deploying a new web application on Google Cloud. You need to configure network components to serve public static web assets with edge caching and resolve internal service hostnames privately within your Virtual Private Cloud (VPC) network. Which two Google Cloud networking services should you include in your design? (Select TWO.)
Select all that apply
A healthcare enterprise is designing a network architecture on Google Cloud to receive high-throughput medical imaging telemetry transmitted via a non-HTTP raw TCP protocol from external hospital networks across the public internet. The solution must terminate TLS/SSL encryption at the load balancing tier, support Server Name Indication (SNI) to route requests to appropriate backend Compute Engine instance groups, and scale across multiple regions. Which Google Cloud load balancer architecture should be planned to satisfy these requirements?
A cloud engineer must configure an existing Google Cloud Storage bucket named `analytics-raw-data-prod` to meet strict compliance guidelines. The bucket must prevent object deletion or modification for 90 days after creation and enforce uniform IAM access control across all objects by disabling individual object ACLs. Which TWO `gcloud` CLI commands should the cloud engineer execute to complete this configuration? (Select TWO.)
Select all that apply
A cloud security administrator at a healthcare software firm needs to enable a lead developer to provision a new isolated Google Cloud project named `hc-analytics-prod` and associate it with the company's central Cloud Billing account under the principle of least privilege. What is the correct sequence of administrative and operational steps required to grant permissions and complete the project billing configuration?
Drag items to arrange them in the correct order
A DevOps team is preparing to launch a fault-tolerant, stateless event-processing workload on Google Kubernetes Engine (GKE). To minimize cloud infrastructure spend and eliminate node management overhead, the architecture must leverage fully managed cluster infrastructure with compute capacity suited for interruptible batch workloads. However, when an engineer attempts to deploy the application manifest from a newly provisioned admin terminal using kubectl, the command fails with a context error indicating that the cluster endpoint cannot be resolved. Which combination of actions resolves the authentication context issue and aligns with Google-recommended deployment practices for this workload?
A lead data architect is deploying a large-scale real-time telemetry processing pipeline in a Google Cloud project. The workload requires expanding compute capacity by 200 N2 series virtual CPUs in the `us-east4` region. During initial automated provisioning, the deployment fails because the requested capacity exceeds the region's current resource threshold. What action should the architect take to resolve this provisioning failure using standard Google Cloud procedures?
A renewable energy company collects high-frequency sensor telemetry from thousands of wind turbines. The raw telemetry data is continuously written to Google Cloud Storage and queried frequently by operational dashboards for the first 14 days. After 14 days, the data is rarely accessed, but company compliance requires retaining all sensor data for 3 years before deletion. To minimize overall storage and retrieval costs while satisfying operational needs, how should you configure the Cloud Storage bucket?
A solutions architect is creating a comprehensive monthly cost model using the Google Cloud Pricing Calculator for an enterprise hybrid deployment. The planned workload consists of a stateful transactional database cluster operating continuously 24/7 on Compute Engine virtual machines, as well as a high-frequency real-time analytics pipeline that continuously reads and writes user telemetry data to Cloud Storage. Which TWO configuration parameters or cost estimation strategies should the architect include in the Google Cloud Pricing Calculator to ensure an accurate, optimal cost model? (Select TWO)
Select all that apply
An administrator needs to configure Workload Identity on a Google Kubernetes Engine (GKE) cluster to allow a pod to access Cloud Storage without downloading service account keys. Arrange the steps in the correct operational sequence from first to last to complete this configuration.
Drag items to arrange them in the correct order
A financial services company is building a high-volume transaction system on Google Cloud. The core workload requires a fully managed, globally scalable relational database that guarantees multi-region ACID compliance and supports standard SQL queries. Simultaneously, a data-processing microservice running on Compute Engine needs high-throughput temporary block storage for ephemeral scratch data, requiring maximum IOPS where data survival across instance termination is unnecessary. Which combination of Google Cloud database and block storage solutions should be selected?
A cloud engineer is configuring detailed daily Cloud Billing data exports to BigQuery for an enterprise billing account. The target dataset `billing_export_daily` has already been created in a central project named `corp-finance-analytics`. During configuration within the Cloud Console, the engineer encounters a permission denied error when saving the export settings. What minimum IAM permissions must be granted to the engineer to successfully complete the billing export configuration?
A healthcare organization is planning its Google Compute Engine architecture for two distinct workloads: a core patient search indexing engine that requires continuous uninterrupted availability and fixed memory capacity, and a nightly batch job that processes large volumes of anonymized medical images in parallel with stateless, fault-tolerant tasks. The organization wants to optimize compute infrastructure costs while maintaining strict availability requirements for critical operations. Which compute provisioning strategy should the cloud engineer recommend?
A DevOps engineer has created a new Google Kubernetes Engine (GKE) cluster named `app-cluster` in the `us-west1-a` zone. Before deploying workloads using `kubectl`, the engineer must configure local command-line credentials for this cluster. Which command should the engineer execute to populate the local `kubeconfig` file?
A cloud engineer needs to update an existing Google Cloud Storage bucket named `analytics-raw-data-logs` so that any new objects uploaded to the bucket are assigned the Nearline storage class by default. Which Google Cloud CLI command should the engineer run to accomplish this task?
An e-commerce enterprise is architecting a Google Kubernetes Engine (GKE) environment to process core transactional events and inventory updates. The system must meet three strict architectural requirements:
1. High availability: The control plane and worker workloads must withstand a complete single-zone outage without service disruption.
2. Zero node management overhead: The infrastructure team must not manage, patch, or configure underlying Compute Engine virtual machine instances or node pools.
3. Automatic scaling: Compute resources must dynamically scale down when demand drops to eliminate unnecessary costs.
Which GKE cluster architecture configuration best satisfies all these requirements?
A system administrator needs to configure internal load balancing for backend virtual machine instances communicating over raw TCP within the same Google Cloud VPC network and region. The solution must preserve the client source IP addresses and avoid SSL offloading overhead. Which Google Cloud load balancer service should be planned for this architecture?