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

Online Associate Cloud Engineer Mock Tests & Study Materials, Google Associate Cloud Engineer | SPOTO

Online your Google Associate Cloud Engineer certification journey with our comprehensive mock tests and study materials. Gain an unparalleled exam preparation experience with our regularly updated exam dumps, featuring a vast collection of exam questions and answers that accurately reflect the real certification exam. Immerse yourself in a realistic testing environment with our online exam questions and exam simulator, designed to hone your skills in deploying applications, monitoring operations, and managing enterprise solutions on Google Cloud. Leverage our meticulously crafted sample questions, exam answers, and in-depth explanations 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 practice tests and premium exam materials, empowering you to master Google-managed and self-managed services. Achieve certification excellence and Online the Associate Cloud Engineer certification with our unrivaled mock exams and study resources.
Take other online exams

Question #1
23. Which of the following products will allow you to administer your projects through a browser based command-line?
A. Cloud Datastore
B. Cloud Command-line
C. Cloud Terminal
D. Cloud Shell
24. Cloud SQL is based on which database engine?
A. Microsoft SQL Server
B. MySQL
C. Oracle
D. Informix
View answer
Correct Answer: D
Question #2
A. Signed URLs
B. gsutil
C. Single sign-on
D. Temporary Storage Accounts
39. Which of the following is a virtual machine instance that can be terminated by Compute Engine without warning?
View answer
Correct Answer: B
Question #3
17. You want to find out who in your organization has Owner access to a project called “my-project”.What should you do?
A. In the Google Cloud Platform Console, go to the IAM page for your organization and apply the filter “Role:Owner”
B. In the Google Cloud Platform Console, go to the IAM page for your project and apply the filter “Role:Owner”
C. Use “gcloud iam list-grantable-role –project my-project” from your Terminal
D. Use “gcloud iam list-grantable-role” from Cloud Shell on the project page
View answer
Correct Answer: B
Question #4
8. You have a definition for an instance template that contains a web application. You are asked to deploy the application so that it can scale based on the HTTP traffic it receives. What should you do?
A. Create a VM from the instance template
B. Create a VM from the instance template
C. Create a managed instance group based on the instance template
D. Create the necessary amount of instances required for peak user traffic based on the instance template
View answer
Correct Answer: C
Question #5
11. You have an application server running on Compute Engine in the europe-west1-d zone. You need to ensure high availability and replicate the server to the europe-west2-c zone using the fewest steps possible. What should you do?
A. Create a snapshot from the disk
B. Create a snapshot from the disk
C. Use “gcloud” to copy the disk to the europe-west2-c zone
D. Use “gcloud compute instances move” with parameter “–destination-zone europe-west2-c” to move the instance to the new zone
View answer
Correct Answer: A
Question #6
A. Google Virtualization Engine
B. Compute Containers
C. VM Engine
D. Compute Engine
36. Which of the following is not helpful for mitigating the impact of an unexpected failure or reboot?
View answer
Correct Answer: D
Question #7
15. You have created a Kubernetes deployment, called Deployment-A, with 3 replicas on your cluster. Another deployment, called Deployment-B, needs access to Deployment-A. You cannot expose Deployment-A outside of the cluster. What should you do?
A. Create a Service of type NodePort for Deployment A and an Ingress Resource for that Service
B. Create a Service of type LoadBalancer for Deployment A
C. Create a Service of type LoadBalancer for Deployment A and an Ingress Resource for that Service
D. Create a Service of type ClusterIP for Deployment A
View answer
Correct Answer: D
Question #8
33. Cloud Source Repositories provide a hosted version of which version control system?
A. Git
B. RCS
C. SVN
D. Mercurial
View answer
Correct Answer: C
Question #9
A. A preemptible VM
B. A shared-core VM
C. A high-cpu VM
D. A standard VM
40. Regarding Compute Engine: What is a managed instance group?
View answer
Correct Answer: A
Question #10
34. Which of the following is an analytics data warehouse?
A. Cloud SQL
B. Big Query
C. Datastore
D. Cloud Storage
35. Which service offers the ability to create and run virtual machines?
View answer
Correct Answer: A
Question #11
10. You need to create a new Kubernetes Cluster on Google Cloud Platform that can autoscale the number of worker nodes. What should you do?
A. Create a cluster on Kubernetes Engine and enable autoscaling on Kubernetes Engine
B. Create a cluster on Kubernetes Engine and enable autoscaling on the instance group of the cluster
C. Configure a Compute Engine instance as a worker and add it to an unmanaged instance group
D. Create Compute Engine instances for the workers and the master, and install Kubernetes
View answer
Correct Answer: A
Question #12
6. Your company processes high volumes of IoT data that are time-stamped. The total data volume can be several petabytes. The data needs to be written and changed at a high speed. You want to use the most performant storage option for your data. Which product should you use?
A. Cloud Datastore
B. Cloud Storage
C. Cloud Bigtable
D. BigQuery
View answer
Correct Answer: C
Question #13
7. Your application has a large international audience and runs stateless virtual machines within a managed instance group across multiple locations. One feature of the application lets users upload files and share them with other users. Files must be available for 30 days; after that, they are removed from the system entirely. Which storage solution should you choose?
A. A Cloud Datastore database
B. A multi-regional Cloud Storage bucket
C. Persistent SSD on virtual machine instances
D. A managed instance group of Filestore servers
View answer
Correct Answer: B
Question #14
A. Google Cloud Directory Sync (GCDS)
B. Google Active Directory (GAD)
C. Google Domain Sync Service
D. Google LDAP Sync
38. Regarding Cloud Storage: which of the following allows for time-limited access to buckets and objects without a Google account?
View answer
Correct Answer: C
Question #15
14. You created an update for your application on App Engine. You want to deploy the update without impacting your users. You want to be able to roll back as quickly as possible if it fails. What should you do?
A. Delete the current version of your application
B. Notify your users of an upcoming maintenance window
C. Deploy the update as the same version that is currently running
D. Deploy the update as a new version
View answer
Correct Answer: D
Question #16
13. You have a Kubernetes cluster with 1 node-pool. The cluster receives a lot of traffic and needs to grow. You decide to add a node. What should you do?
A. Use “gcloud container clusters resize” with the desired number of nodes
B. Use “kubectl container clusters resize” with the desired number of nodes
C. Edit the managed instance group of the cluster and increase the number of VMs by 1
D. Edit the managed instance group of the cluster and enable autoscaling
View answer
Correct Answer: A
Question #17
18. You want to create a new role for your colleagues that will apply to all current and future projects created in your organization. The role should have the permissions of the BigQuery Job User and Cloud Bigtable User roles. You want to follow Google’s recommended practices. How should you create the new role?
A. Use “gcloud iam combine-roles –global” to combine the 2 roles into a new custom role
B. For one of your projects, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role
C. For all projects, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role
D. For your organization, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role
View answer
Correct Answer: D
Question #18
31. Which of the follow products will allow you to host a static website?
A. Cloud SDK
B. Cloud Endpoints
C. Cloud Storage
D. Cloud Datastore
32. Container Engine is built on which open source system?
A. Swarm
B. Kubernetes
C. Docker Orchastrate
D. Mesos
View answer
Correct Answer: A
Question #19
9. You are creating a Kubernetes Engine cluster to deploy multiple pods inside the cluster. All container logs must be stored in BigQuery for later analysis. You want to follow Google-recommended practices. Which two approaches can you take?
A. Turn on Stackdriver Logging during the Kubernetes Engine cluster creation
B. Turn on Stackdriver Monitoring during the Kubernetes Engine cluster creation
C. Develop a custom add-on that uses Cloud Logging API and BigQuery API
D. Use the Stackdriver Logging export feature to create a sink to Cloud Storage
E. Use the Stackdriver Logging export feature to create a sink to BigQuery
View answer
Correct Answer: A
Question #20
25. Which of the following products will allow you to perform live debugging without stopping your application?
A. App Engine Active Debugger (AEAD)
B. Stackdriver Debugger
C. Code Inspector
D. Pause IT
26. Which of these options is not a valid Cloud Storage class?
A. Glacier Storage
B. Nearline Storage
C. Coldline Storage
D. Regional Storage
View answer
Correct Answer: D
Question #21
20. You need to verify the assigned permissions in a custom IAM role. What should you do?
A. Use the GCP Console, IAM section to view the information
B. Use the “gcloud init” command to view the information
C. Use the GCP Console, Security section to view the information
D. Use the GCP Console, API section to view the information
View answer
Correct Answer: A
Question #22
5. You developed a new application for App Engine and are ready to deploy it to production. You need to estimate the costs of running your application on Google Cloud Platform as accurately as possible. What should you do?
A. Create a YAML file with the expected usage
B. Multiply the costs of your application when it was in development by the number of expected users to get an accurate estimation
C. Use the pricing calculator for App Engine to get an accurate estimation of the expected charges
D. Create a ticket with Google Cloud Billing Support to get an accurate estimation
View answer
Correct Answer: C
Question #23
12. Your company has a mission-critical application that serves users globally. You need to select a transactional, relational data storage system for this application. Which two products should you consider
A. BigQuery
B. Cloud SQL
C. Cloud Spanner
D. Cloud Bigtable
E. Cloud Datastore
View answer
Correct Answer: B
Question #24
19. You work in a small company where everyone should be able to view all resources of a specific project. You want to grant them access following Google’s recommended practices. What should you do?
A. Create a script that uses “gcloud projects add-iam-policy-binding” for all users’ email addresses and the Project Viewer role
B. A
C. Create a new Google Group and add all users to the group
D. Create a new Google Group and add all members to the group
View answer
Correct Answer: C
Question #25
16. You need to estimate the annual cost of running a Bigquery query that is scheduled to run nightly. What should you do?
A. Use “gcloud query –dry_run” to determine the number of bytes read by the query
B. Use “bq query –dry_run” to determine the number of bytes read by the query
C. Use “gcloud estimate” to determine the amount billed for a single query
D. Use “bq estimate” to determine the amount billed for a single query
View answer
Correct Answer: B
Question #26
A. Use persistent disks
B. Configure tags and labels
C. Use startup scripts to re-configure the system as needed
D. Back up your data
37. Which tool allows you to sync data in your Google domain with Active Directory?
View answer
Correct Answer: B
Question #27
4. Your project has all its Compute Engine resources in the europe-west1 region. You want to set europe-west1 as the default region for gcloud commands. What should you do?
A. Use Cloud Shell instead of the command line interface of your device
B. Use “gcloud config set compute/region europe-west1” to set the default region for future gcloud commands
C. Use “gcloud config set compute/zone europe-west1” to set the default region for future gcloud commands
D. Create a VPN from on-premises to a subnet in europe-west1, and use that connection when executing gcloud commands
View answer
Correct Answer: B
Question #28
29. Container Engine allows orchastration of what type of containers?
A. Blue Whale
B. LXC
C. BSD Jails
D. Docker
30. Regarding Cloud IAM, what type of role(s) are available?
A. Basic roles and Compiled roles
B. Primitive roles and Predefined roles
C. Simple roles
D. Basic roles and Curated roles
View answer
Correct Answer: B
Question #29
21. Which of the following services provides real-time messaging?
A. Cloud Pub/Sub
B. Big Query
C. App Engine
D. Datastore
22. Which of the following tasks would Nearline Storage be well suited for?
A. A mounted Linux file system
B. Image assets for a high traffic website
C. Frequently read files
D. Infrequently read data backups
View answer
Correct Answer: A
Question #30
27. Regarding Cloud Storage, which option allows any user to access to a Cloud Storage resource for a limited time, using a specific URL?
A. Open Buckets
B. Temporary Resources
C. Signed URLs
D. Temporary URLs
28. Of the options given, which is a NoSQL database?
A. Cloud Datastore
B. Cloud SQL
C. All of the given options
D. Cloud Storage
View answer
Correct Answer: B

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: