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

Unlock Success with Associate Cloud Engineer Pracatice Questions, Google Associate Cloud Engineer | SPOTO

Unlock your potential with our comprehensive Associate Cloud Engineer practice tests tailored for the Google Cloud certification. These free mock exams simulate the real exam environment, offering a robust collection of exam questions and answers covering every objective. Meticulously crafted by industry experts, our practice materials provide an unparalleled exam preparation experience. Gain invaluable insights into the exam's structure, topics, and question formats through our regularly updated exam dumps and online exam questions. Bolster your confidence with our exam simulator, complete with detailed explanations and performance analysis. Master cloud deployment, operations monitoring, and enterprise solution management on Google Cloud with our unrivaled exam materials. Elevate your skills and ace the certification with our premium sample questions and exam answers.

Take other online exams

Question #1
48. Your team created two networks (VPC) with non-overlapping ranges in Google Cloud in the same region. The first VPC hosts an encryption service on a GKE cluster with cluster autoscaling enabled The encryption service provides TCP endpoints to encrypt and decrypt data. The second VPC pt-network hosts a user management system on a single Google Cloud Compute Engine VM. The user management system deals with PII data and needs to invoke the encryption endpoints running on the GKE cluster to encrypt and decry
A. Create a Kubernetes Service with type: NodePort to expose the encryption endpoints running in the pods
B. Create a Kubernetes Service with type: Loodbolancer to expose the encryption endpoints running in the pods
C. Create a Kubernetes Service with type: Loadbalancer to expose the encryption endpoints running in the pods
D. Create a Kubernetes Service with type: Loadbalancer and the cloud
View answer
Correct Answer: D

View The Updated Associate Cloud Engineer Exam Questions

SPOTO Provides 100% Real Associate Cloud Engineer Exam Questions for You to Pass Your Associate Cloud Engineer Exam!

Question #2
19. A company wants to build an application that stores images in a Cloud Storage bucket and wants to generate thumbnails as well as resize the images. They want to use a google managed service that can scale up and scale down to zero automatically with minimal effort. You have been asked to recommend a service. Which GCP service would you suggest?
A. Google Compute Engine
B. Google App Engine
C. Cloud Functions
D. Google Kubernetes Engine
View answer
Correct Answer: C
Question #3
25. You migrated an internal HR system from an on-premises database to Google Cloud Compute Engine Managed Instance Group (MIG). The networks team at your company has asked you to associate the internal DNS records of the VMs with a custom DNS zone. You want to follow Google recommended practices. What should you do?
A. 1
B. 1
C. 1
D. 1
View answer
Correct Answer: C
Question #4
50. You deployed a Java application in a Google Compute Engine VM that has 3.75 GB Memory and 1 vCPU. At peak usage, the application experiences java.lang. OutOfMemory errors that take down the application entirely and requires a restart. The CPU usage at all times is minimal. Your operations team have asked you to increase the memory on the VM instance to 8 GB. You want to do this while minimizing the cost. What should you do?
A. Stop the compute engine instance, update the memory on the instance to 8 GB and start the compute engine instance
B. Make use of the live-migration feature of Google Compute Engine to migrate the application to another instance with more memory
C. Stop the compute engine instance, update the machine to n1-standard-2 and start the compute engine instance
D. Add a metadata tag to the instance with key: new-memory-size and value: 8GB
View answer
Correct Answer: A
Question #5
30. You created a cluster.YAML file containing : resources: – name: cluster type: container.vl.cluster properties: zone: europe-west1-b cluster: 2 description: “My GCP ACE cluster” # initialNodeCount: 2 You want to use Cloud Deployment Manager to create this cluster in GKE. What should you do?
A. gcloud deployment-manager deployments create my-gcp-ace-cluster –config cluster
B. gcloud deployment-manager deployments apply my-gcp-ace-cluster_-type container
C. gcloud deployment-manager deployments apply my-gcp-oce-cluster–config cluster
D. gcloud deployment-manager deployments create my-gcp-ace-cluster–type container
View answer
Correct Answer: A
Question #6
1. You developed an application that reads objects from a cloud storage bucket. You followed GCP documentation and created a service account with just the permissions to read objects from the cloud storage bucket. However, when your application uses this service account, it fails to read objects from the bucket. You suspect this might be an issue with the permissions assigned to the service account. You would like to authenticate a gsutil session with the service account credentials, reproduce the issue you
A. Create JSON keys for the service account and execute gcloud authenticate service-account –key-file [KEY_FILE]
B. Create JSON keys for the service account and execute gcloud authenticate activate-service-account –key-file [KEY_FILE]
C. Create JSON keys for the service account and execute gcloud auth activate-service-account –key-file [KEY_FILE]
D. Create JSON keys for the service account and execute gcloud auth service- account – –key-file [KEY_FILE]
View answer
Correct Answer: C
Question #7
46. Your company has chosen to go serverless to enable developers to focus on writing code without worrying about infrastructure. You have been asked to identify a GCP Serverless service that does not limit your developers to specific runtimes. In addition, some of the applications need WebSockets support. What should you suggest?
A. Cloud Run for Anthos
B. Cloud Functions
C. App Engine Standard
D. Cloud Run
View answer
Correct Answer: A
Question #8
13. You want to migrate an XML parser application from the on-premises data centre to Google Cloud Platform. You created a development project, set up the necessary IAM roles and deployed the application in a compute engine instance. The testing has succeeded, and you are ready to deploy the staging instance. You want to create the same IAM roles in a new staging GCP project. How can you do this efficiently without compromising security?
A. Make use of gcloud iam roles copy command to copy the IAM roles from the Development GCP organization to the Staging GCP organization
B. Make use of Create Role feature in GCP console to create all necessary IAM roles from new in the Staging project
C. Make use of gcloud iam roles copy command to copy the IAM roles from the Development GCP project to the Staging GCP project
D. Make use of the Create Role from Role feature in GCP console to create IAM roles in the Staging project from the Development IAM roles
View answer
Correct Answer: C
Question #9
28. An application that you are migrating to Google Cloud relies on overnight batch jobs that take between 2 to 3 hours to complete. You want to do this at a minimal cost. Where should you run these batch jobs?
A. Run the batch jobs in a non-preemptible shared core compute engine instance that supports short periods of bursting
B. Run the batch jobs in a GKE cluster on a node pool with four instances of type f1-micro
C. Run the batch jobs in a GKE cluster on a node pool with a single instance of type e2-small
D. Run the batch jobs in a preemptible compute engine instance of appropriate machine type
View answer
Correct Answer: D
Question #10
18. You’ve created a Kubernetes engine cluster named “my-gcp-ace-proj-1”, which has a cluster pool named my-gcp-ace-primary-node-pool. You want to increase the number of nodes within your cluster pool from 10 to 20 to meet capacity demands. What is the command to change the number of nodes in your pool?
A. gcloud container clusters update my-gcp-ace-proj-1 – -node-pool my-gcp-ace- primary-node-pool -num-nodes 20
B. gcloud container clusters resize my-gcp-ace-proj- 1 – -node-pool my-gcp-ace- primary-node-pool -new-size 20
C. gcloud container clusters resize my-gcp-ace-proj- 1 – -node-pool my-gcp-ace-primary-node-pool -num-nodes 20
D. kubectl container clusters update my-gcp-ace-proj-1 – -node-pool my-gcp-ace- primary-node-pool–num-nodes 20
View answer
Correct Answer: C
Question #11
3. You are enhancing a production application currently running on an Ubuntu Linux VM on Google Compute Engine. The new enhancements require a connection to Cloud SQL to persist user addresses. Your colleague has created the Cloud SQL instance and an IAM service account with the correct permissions but doesn’t know how to configure the VM to use this service account, and has asked for your assistance. What should you do?
A. Execute gcloud iam service-accounts keys create to generate a ISON key for the service account
B. Set the service account in the Identity and API access section when provisioning the compute engine VM
C. Execute gcloud iam service-accounts keys create to generate a JSON key for the service account
D. Execute gcloud iam service-accounts keys create to generate a JSON key for the service account
View answer
Correct Answer: B
Question #12
24. Your company collects and stores CCTV footage videos in raw format in Google Cloud Storage. Within the first 30 days, the footage is processed regularly for detecting patterns such as threat/object/face detection and suspicious behavior detection. You want to minimize the cost of storing all the data in Google Cloud. How should you store the videos?
A. Use Google Cloud Regional Storage for the first 30 days, and use lifecycle rules to transition to Nearline Storage
B. Use Google Cloud Nearline Storage for the first 30 days, and use lifecycle rules to transition to Coldline Storage
C. Use Google Cloud Regional Storage for the first 30 days, and then move videos to Google Persistent Disk
D. Use Google Cloud Regional Storage for the first 30 days, and use lifecycle rules to transition to Coldline Storage
View answer
Correct Answer: D
Question #13
29. You created a Kubernetes deployment by running kubectl run nginx – -image=nginx -replicas=1 After a few days, you decided you no longer want this deployment. You identified the pod and deleted it by running kubectl delete pod. You noticed the pod got recreated. $ kubectl get pods NAME READY STATUS RESTARTS AGE nginx-84748895c4-nqqmt 1/1 Running 0 9m41s $ kubectl delete pod nginx-84748895c4-nqqmt pod “nginx-84748895c4-nqqat” deleted $ kubectl get pods NAME READY STATUS RESTARTS AGE nginx-84748895c4-k6bzl
A. kubectl delete deployment nginx
B. kubectl delete –deployment=nginx
C. kubectl delete pod nginx-84748895c4-k6bzl –no-restart 2
D. kubectl delete inginx
View answer
Correct Answer: A
Question #14
16. You have a number of applications that have bursty workloads and are heavily dependent on topics to decouple publishing systems from consuming systems. Your company would like to go serverless to enable developers to focus on writing code without worrying about infrastructure. Your solution architect has already identified Cloud Pub/Sub as a suitable alternative for decoupling systems. You have been asked to identify a suitable GCP Serverless service that is easy to use with Cloud Pub/Sub. You want the
A. Cloud Run for Anthos
B. Cloud Run
C. App Engine Standard
D. Cloud Functions
View answer
Correct Answer: D
Question #15
11. You developed an application to serve production users and you plan to use Cloud SQL to host user state data which is very critical for the application flow. You want to protect your user state data from zone failures. What should you do?
A. Create a Read replica in the same region but in a different zone
B. Configure High Availability (HA) for Cloud SQL and Create a Failover replica in the same region but in a different zone
C. Create a Read replica in a different region
D. Configure High Availability (HA) for Cloud SQL and Create a Failover replica in a different region
View answer
Correct Answer: B
Question #16
2. Your company is migrating a mission-critical application from the on-premises data centre to Google Cloud Platform. The application requires 12 Compute Engine VMs to handle traffic at peak usage times. Your operations team have asked you to ensure the VMs restart automatically (i.e. without manual intervention) if/when they crash, and the processing capacity of the application does not reduce down during system maintenance. What should you do?
A. Deploy the application on a Managed Instance Group (MIG) that disables the creation retry mode by setting the -nocreation-retries flag
B. Create an instance template with availability policy that turns off the automatic restart behaviour and sets on-host maintenance to terminate instances during maintenance events
C. Deploy the application on a Managed Instance Group (MIG) with autohealing health check set to healthy (HTTP)
D. Create an instance template with availability policy that turns on the automatic restart behaviour and sets on-host maintenance to live migrate instances during maintenance events
View answer
Correct Answer: D
Question #17
32. Your company plans to store sensitive PII data in a cloud storage bucket. Your compliance department doesn’t like encrypting sensitive PII data with Google- managed keys and has asked you to ensure the new objects uploaded to this bucket are encrypted by customer-managed encryption keys. What should you do?(Select Three)
A. In the bucket advanced settings, select the Customer-supplied key and then select a Cloud KMS encryption key
B. Use gsutil with –encryption-key=[ENCRYPTION_KEY] when uploading objects to the bucket
C. In the bucket advanced settings, select the Customer-managed key and then select a Cloud KMS encryption key
D. Modify
E. Use gsutil with -O “GSUtil:encryption_key=[KEY_RESOURCE]’ when uploading objects to the bucket
View answer
Correct Answer: CDE
Question #18
31. Your company, which runs highly rated mobile games, has chosen to migrate its analytics backend to BigQuery. The analytics team of 7 analysts need access to perform queries against the data in BigQuery. The analytics team members change frequently. How should you grant them access?
A. Create a Cloud Identity account for each analyst and grant roles/bigquery
B. Create a Cloud Identity account for each analyst and add them all to a group
C. Create a Cloud Identity account for each analyst and add them all to a group
D. Create a Cloud Identity account for each analyst and grant roles/bigquery
View answer
Correct Answer: C
Question #19
27. Your team is working towards using the desired state configuration for your application deployed on the GKE cluster. You have YAML files for the Kubernetes Deployment and Service objects. Your application is designed to have 2 pods, which is defined by the replicas parameter in app-deployment.yaml. Your service uses GKE Load Balancer which is defined in app-service.yaml You created the Kubernetes resources by running 1 kubectl apply -f app-deployment.yaml 2 kubectl apply -f app-service.yaml Your deploym
A. Disregard the YAML file
B. Modify the current configuration of the deployment by using kubectl edit to open the YAML file of the current configuration, modify and save the configuration
C. Disregard the YAML file
D. Edit the number of replicas in the YAML file and rerun the kubectl apply
View answer
Correct Answer: D
Question #20
17. You deployed a Java application on four Google Cloud Compute Engine VMs in two zones behind a network load balancer. During peak usage, the application has stuck threads. This issue ultimately takes down the whole system and requires a reboot of all VMs. Your operations team have recently heard about self-healing mechanisms in Google Cloud and have asked you to identify if it is possible to automatically recreate the VMs if they remain unresponsive for 3 attempts 10 seconds apart. What should you do?
A. Enable autoscaling on the Managed Instance Group (MIG)
B. Enable autohealing and set the autohealing health check to healthy (HTTP)
C. Use a global HTTP(s) Load Balancer instead and limit Requests Per Second (RPS) to 10
D. Use a global HTTP(s) Load Balancer instead and set the load balancer health check to healthy (HTTP)
View answer
Correct Answer: B
Question #21
12. Your Company is planning to migrate all Java web applications to Google App Engine. However, you still want to continue using your on-premise database. How can you set up the app engine to communicate with your on-premise database while minimizing effort?
A. Setup the application using App Engine Flexible environment with Cloud Router to connect to an on-premise database
B. Setup the application using App Engine Standard environment with Cloud VPN to connect to an on-premise database
C. Setup the application using App Engine Standard environment with Cloud Router to connect to an on-premise database
D. Setup the application using App Engine Flexible environment with Cloud VPN to connect to an on-premise database
View answer
Correct Answer: D
Question #22
47. Your company wants to move 200 TB of your website clickstream logs from your on-premise data center to Google Cloud Platform. These logs need to be retained in GCP for compliance requirements. Your business analysts also want to run analytics on these logs to understand user click behavior on your website. Which of the below would enable you to meet these requirements? (Select Two)
A. Load logs into Google Cloud SQL
B. Load logs into Google BigQuery
C. Upload log files into Google Cloud Storage
D. Import logs into Google Stackdriver
E. Insert logs into Google Cloud Bigtable
View answer
Correct Answer: BC
Question #23
10. You have an application deployed in a GKE Cluster as a Kubernetes workload with Daemon Sets. Your application has become very popular and is now struggling to cope up with increased traffic. You want to add more pods to your workload and want to ensure your cluster scales up and scales down automatically based on volume. What should you do?
A. Enable autoscaling on Kubernetes Engine
B. Perform a rolling update to modify machine type from 11-standard-2 to n1- – standard-4
C. Enable Horizontal Pod Autoscaling for the Kubernetes deployment
D. Create another identical Kubernetes workload and split traffic between the two workloads
View answer
Correct Answer: A
Question #24
14. Your company’s auditors carry out an annual audit every year and have asked you to provide them with all the IAM policy changes in Google Cloud since the last audit. You want to streamline and expedite the analysis for audit. How should you share the information requested by auditors?
A. Export all audit logs to Cloud Pub/Sub via an export sink
B. Export all audit logs to Google Cloud Storage bucket and set up the necessary IAM acces to restrict the data shared with auditors
C. Export all audit logs to BigQuery dataset
D. Have the auditors query the required information quickly
View answer
Correct Answer: C
Question #25
15. You work at a large organization where each team has a distinct role. The development team can create Google Cloud projects but can’t link them to a billing account – this role is reserved for the finance team, and the development team do not want finance team to make changes to their project resources. How should you configure IAM access controls to enable this?
A. Grant the development team Billing Account User (roles/billing
B. Grant the finance team Billing Account User (roles/billing
C. Grant the finance team Billing Account User (roles/billing
D. Grant the development team Billing Account User (roles/billing
View answer
Correct Answer: B
Question #26
22. Your company is migrating an application from its on-premises data centre to Google Cloud. One of the applications uses a custom Linux distribution that is not available on Google Cloud. Your solution architect has suggested using VMWare tools to exporting the image and store it in a Cloud Storage bucket. The VM Image is a single compressed 64 GB tar file. You started copying this file using gsutil over a dedicated 1Gbps network, but the transfer is taking a very long time to complete. Your solution arc
A. Use parallel composite uploads to speed up the transfer
B. Upload the file Multi-Regional instead and move the file to Nearline Storage Class
C. Restart the transfer from GCP console
D. Increase the transfer speed by decreasing the TCP window size
View answer
Correct Answer: A
Question #27
49. You deployed a Python application to GCP App Engine Standard service in the us-central region. Most of your customers are based in Japan and are experiencing slowness due to the latency. You want to transfer the application from us-central region to asia-northeast1 region to minimize latency. What should you do?
A. Update the region property to asia-northeast1 on the App Engine application
B. Deploy a new app engine application in the same GCP project and set the region to asia-northeast1
C. Create a new GCP project
D. Update the default region property to asia-northeast1 on the App Engine Service
View answer
Correct Answer: C
Question #28
20. You want to ensure the boot disk of a preemptible instance is persisted for re-use. How should you provision the gcloud compute instance to ensure your requirement is met.
A. gcloud compute instances create [INSTANCE_NAME] -preemptible
B. gcloud compute instances create [INSTANCE_NAME] -preemptible — -boot-disk- auto-delete=no
C. gcloud compute instances create [INSTANCE_NAME] –preemptible — no-boot-disk-auto-delete
D. gcloud compute instances create [INSTANCE_NAME] -no-auto-delete
View answer
Correct Answer: C
Question #29
21. You want to ingest and analyze large volumes of stream data from sensors in real- time, matching the high speeds of loT data to track normal and abnormal behavior. You want to run it through a data processing pipeline and store the results. Finally, you want to enable customers to build dashboards and drive analytics on their data in real-time. What services should you use for this task?
A. Cloud Pub/Sub, Cloud Dataflow, Cloud Dataprep
B. Stackdriver, Cloud Dataflow, BigQuery
C. Cloud Pub/Sub, Cloud Dataflow, Cloud Dataproc
D. Cloud Pub/Sub, Cloud Dataflow, BigQuery
View answer
Correct Answer: D

View The Updated GOOGLE Exam Questions

SPOTO Provides 100% Real GOOGLE Exam Questions for You to Pass Your GOOGLE Exam!

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: