home / exams / Google / gcp-ace / Practice Test 2
gcp-ace Google

Google Associate Cloud Engineer - Practice Test 2

Question #36
Logging & Monitoring

You are using Cloud Logging to collect application logs. To analyze these logs efficiently using SQL, following Google's recommended best practices, what action should you take?

A. Develop SQL queries by using Gemini for Google Cloud.
B. Enable Log Analytics for the log bucket and create a linked dataset in BigQuery.
C. Create a schema for the storage bucket and run SQL queries for the data in the bucket.
D. Export logs to a storage bucket and create an external view in BigQuery.
Question #37
Cost Management

You are using the Google Cloud pricing calculator to estimate the cost of a Kubernetes cluster. Your application demands high I/O operations per second (IOPS) and will utilize disk snapshots. After inputting the number of nodes, average hours, and average days, what is the most appropriate next step to accurately reflect these requirements in the cost estimate?

A. Fill in local SSD. Add estimated cost for cluster management.
B. Fill in local SSD. Fill in persistent disk storage and snapshot storage.
C. Select Add GPUs. Fill in persistent disk storage and snapshot storage.
D. Select Add GPUs. Add estimated cost for cluster management.
Question #38
Compute

You are tasked with deploying a third-party application on a single Google Compute Engine VM instance. This application's internal database demands the highest possible read and write disk access speed. Additionally, the instance must automatically recover in case of a failure. Which approach should you take?

A. Create an instance template. Set the disk type to be an SSD Persistent Disk. Launch the instance template as part of a stateful managed instance group.
B. Create an instance template. Set the disk type to be Hyperdisk Extreme. Launch the instance template as part of a stateful managed instance group.
C. Create an instance template. Set the disk type to be an SSD Persistent Disk. Launch the instance template as part of a stateless managed instance group.
D. Create an instance template. Set the disk type to be Hyperdisk Extreme. Launch the instance template as part of a stateless managed instance group.
Question #39
Data Migration

You are tasked with migrating various datasets from your current environment to Google Cloud, adhering to Google-recommended practices and avoiding custom code. The migration involves: * 200 TB of video files residing in on-premises SAN storage. * Data warehouse data currently stored on Amazon Redshift. * 20 GB of PNG image files located in an Amazon S3 bucket. You need to transfer the video files to a Cloud Storage bucket, migrate the data warehouse data to BigQuery, and move the PNG files to a separate Cloud Storage bucket. Which combination of Google Cloud services should you use for this migration?

A. Utilize `gcloud storage` for the video files, Dataflow for the data warehouse data, and Storage Transfer Service for the PNG files.
B. Employ Transfer Appliance for the video files, BigQuery Data Transfer Service for the data warehouse data, and Storage Transfer Service for the PNG files.
C. Use Storage Transfer Service for the video files, BigQuery Data Transfer Service for the data warehouse data, and Storage Transfer Service for the PNG files.
D. Leverage Cloud Data Fusion for the video files, Dataflow for the data warehouse data, and Storage Transfer Service for the PNG files.
Question #40
Compute

You have a critical web application deployed on Google Cloud as a managed instance group, currently handling live traffic. You need to deploy a new version of this application gradually, ensuring that the available capacity for users does not decrease at any point during the deployment. Which action should you take to achieve this?

A. Perform a rolling-action start-update with maxSurge set to 0 and maxUnavailable set to 1.
B. Perform a rolling-action start-update with maxSurge set to 1 and maxUnavailable set to 0.
C. Create a new managed instance group with an updated instance template, add it to the backend service, and once healthy, delete the old group.
D. Create a new instance template with the new application version, update the existing managed instance group, and then delete instances to force recreation.
Back to gcp-ace 50 questions - page 8 of 10