DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Associate Cloud Engineer Exam Essentials: Exam Questions & Practice Tests, Google Associate Cloud Engineer | SPOTO

Mastering the Associate Cloud Engineer exam essentials has never been easier with our comprehensive exam questions and practice tests. Our meticulously crafted exam materials encompass a wide range of resources, including regularly updated exam dumps, online exam questions, and sample questions that mirror the real certification experience. Gain unparalleled exam preparation with our mock exams and exam simulator, designed to hone your skills in deploying applications, monitoring operations, and managing enterprise solutions on Google Cloud. Leverage our in-depth explanations and exam answers to identify knowledge gaps and refine your understanding of the Google Cloud Console, command-line interface, and platform-based tasks. Unlock your full potential with our free tests and premium exam practice resources, empowering you to master Google-managed and self-managed services on Google Cloud. Elevate your confidence and achieve certification success with our unrivaled exam questions and answers.
Take other online exams

Question #1
You need to select and configure compute resources for a set of batch processing jobs. These jobs take around 2 hours to complete and are run nightly. You want to minimize service costs. What should you do?
A. Select Google Kubernetes Engine
B. Select Google Kubernetes Engine
C. Select Compute Engine
D. Select Compute Engine
View answer
Correct Answer: C
Question #2
3. You have a project using BigQuery. You want to list all BigQuery jobs for that project. You want to set this project as the default for the bq command-line tool. What should you do?
A. Use “gcloud config set project” to set the default project
B. Use “bq config set project” to set the default project
C. Use “gcloud generate config-url” to generate a URL to the Google Cloud Platform Console to set the default project
D. Use “bq generate config-url” to generate a URL to the Google Cloud Platform Console to set the default project
View answer
Correct Answer: A
Question #3
You are deploying an application to App Engine. You want the number of instances to scale based on request rate. You need at least 3 unoccupied instances at all times. Which scaling type should you use?
A. Manual Scaling with 3 instances
B. Basic Scaling with min_instances set to 3
C. Basic Scaling with max_instances set to 3
D. Automatic Scaling with min_idle_instances set to 3
View answer
Correct Answer: D
Question #4
You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account. What should you do?
A. When creating the VM via the web console, specify the service account under the ‘Identity and API Access’ section
B. Download a JSON Private Key for the service account
C. Download a JSON Private Key for the service account
D. Download a JSON Private Key for the service account
View answer
Correct Answer: A
Question #5
You have a project for your App Engine application that serves a development environment. The required testing has succeeded and you want to create a new project to serve as your production environment. What should you do?
A. Use gcloud to create the new project, and then deploy your application to the new project
B. Use gcloud to create the new project and to copy the deployed application to the new project
C. Create a Deployment Manager configuration file that copies the current App Engine deployment into a new project
D. Deploy your application again using gcloud and specify the project parameter with the new project name to create the new project
View answer
Correct Answer: C
Question #6
You are analyzing Google Cloud Platform service costs from three separate projects. You want to use this information to create service cost estimates by service type, daily and monthly, for the next six months using standard query syntax. What should you do?
A. Export your bill to a Cloud Storage bucket and then import into Cloud Bigtable for analysis
B. Export your bill to a Cloud Storage bucket, and then import into Google Sheets for analysis
C. Export your transactions to a local file and perform analysis with a desktop tool
D. Export your bill to a BigQuery dataset, and then write time window-based SQL queries for analysis
View answer
Correct Answer: D
Question #7
1. You are a project owner and need your co-worker to deploy a new version of your application to App Engine. You want to follow Google’s recommended practices. Which IAM roles should you grant your co-worker?
A. Project Editor
B. App Engine Service Admin
C. App Engine Deployer
D. App Engine Code Viewer
View answer
Correct Answer: C
Question #8
2. Your company has reserved a monthly budget for your project. You want to be informed automatically of your project spend so that you can take action when you approach the limit. What should you do?
A. Link a credit card with a monthly limit equal to your budget
B. Create a budget alert for 50%, 90%, and 100% of your total monthly budget
C. In App Engine Settings, set a daily budget at the rate of 1/30 of your monthly budget
D. In the GCP Console, configure billing export to BigQuery
View answer
Correct Answer: B
Question #9
You create a new Google Kubernetes Engine (GKE) cluster and want to make sure that it always runs a supported and stable version of Kubernetes. What should you do?
A. Enable the Node Auto-Repair feature for your GKE cluster
B. Enable the Node Auto-Upgrades feature for your GKE cluster
C. Select the latest available cluster version for your GKE cluster
D. Select "Container-Optimized OS (cos)" as a node image for your GKE cluster
View answer
Correct Answer: B
Question #10
You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google’s recommended practices. Which method should you use?
A. Deployment Manager
B. Cloud Composer
C. Managed Instance Group
D. Unmanaged Instance Group
View answer
Correct Answer: C
Question #11
You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?
A. Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1
B. Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 1
C. Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 2
D. Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 2
View answer
Correct Answer: A
Question #12
You have a single binary application that you want to run on Google Cloud Platform. You decided to automatically scale the application based on underlying infrastructure CPU usage. Your organizational policies require you to use virtual machines directly. You need to ensure that the application scaling is operationally efficient and completed as quickly as possible. What should you do?
A. Create a Google Kubernetes Engine cluster, and use horizontal pod autoscaling to scale the application
B. Create an instance template, and use the template in a managed instance group with autoscaling configured
C. Create an instance template, and use the template in a managed instance group that scales up and down based on the time of day
D. Use a set of third-party tools to build automation around scaling the application up and down, based on Stackdriver CPU usage monitoring
View answer
Correct Answer: A
Question #13
You want to send and consume Cloud Pub/Sub messages from your App Engine application. The Cloud Pub/Sub API is currently disabled. You will use a service account to authenticate your application to the API. You want to make sure your application can use Cloud Pub/Sub. What should you do?
A. Enable the Cloud Pub/Sub API in the API Library on the GCP Console
B. Rely on the automatic enablement of the Cloud Pub/Sub API when the Service Account accesses it
C. Use Deployment Manager to deploy your application
D. Grant the App Engine Default service account the role of Cloud Pub/Sub Admin
View answer
Correct Answer: A
Question #14
You have an instance group that you want to load balance. You want the load balancer to terminate the client SSL session. The instance group is used to serve a public web application over HTTPS. You want to follow Google-recommended practices. What should you do?
A. Configure an HTTP(S) load balancer
B. Configure an internal TCP load balancer
C. Configure an external SSL proxy load balancer
D. Configure an external TCP proxy load balancer
View answer
Correct Answer: A
Question #15
Your company uses Cloud Storage to store application backup files for disaster recovery purposes. You want to follow Google’s recommended practices. Which storage option should you use?
A. Multi-Regional Storage
B. Regional Storage
C. Nearline Storage
D. Coldline Storage
View answer
Correct Answer: D
Question #16
You have a development project with appropriate IAM roles defined. You are creating a production project and want to have the same IAM roles on the new project, using the fewest possible steps. What should you do?
A. Use gcloud iam roles copy and specify the production project as the destination project
B. Use gcloud iam roles copy and specify your organization as the destination organization
C. In the Google Cloud Platform Console, use the ‘create role from role’ functionality
D. In the Google Cloud Platform Console, use the ‘create role’ functionality and select all applicable permissions
View answer
Correct Answer: B
Question #17
You have an instance group that you want to load balance. You want the load balancer to terminate the client SSL session. The instance group is used to serve a public web application over HTTPS. You want to follow Googlerecommended practices. What should you do?
A. Configure an HTTP(S) load balancer
B. Configure an internal TCP load balancer
C. Configure an external SSL proxy load balancer
D. Configure an external TCP proxy load balancer
View answer
Correct Answer: A
Question #18
You need to grant access for three users so that they can view and edit table data on a Cloud Spanner instance. What should you do?
A. Run gcloud iam roles describe roles/spanner
B. Run gcloud iam roles describe roles/spanner
C. Run gcloud iam roles describe roles/spanner
D. Run gcloud iam roles describe roles/spanner
View answer
Correct Answer: A
Question #19
You’ve deployed a microservice called myapp1 to a Google Kubernetes Engine cluster using the YAML file specified below: You need to refactor this configuration so that the database password is not stored in plain text. You want to follow Google-recommended practices. What should you do?
A. Store the database password inside the Docker image of the container, not in the YAML file
B. Store the database password inside a Secret object
C. Store the database password inside a ConfigMap object
D. Store the database password in a file inside a Kubernetes persistent volume, and use a persistent volume claim to mount the volume to the container
View answer
Correct Answer: C

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: