Google Cloud Certified Associate Cloud Engineer Sample Questions -ACE‑001 ( 2025 )
- CertiMaan
- Sep 26
- 16 min read
Get exam-ready with these Google Cloud Certified Associate Cloud Engineer sample questions tailored to the latest ACE‑001 exam pattern. Whether you're using practice exams, solving Google Cloud Certified Associate Cloud Engineer exam questions, or reviewing full-length practice tests, this resource boosts your confidence and prepares you for real-world cloud scenarios. Designed for beginners and intermediate professionals, this guide helps you pass your certification using up-to-date study material aligned with Google Cloud’s best practices and exam objectives.
Google Cloud Certified Associate Cloud Engineer Sample Questions List :
1. Your service includes processing and analyzing large sets of sensor data that are collected every minute from various devices. You need to ensure real-time processing and immediate availability of the processed data for your analytics team. What is the most efficient and cost-effective way to set up this workflow on Google Cloud?
Store raw sensor data in Cloud Storage, use Dataflow to process it, and save the results in BigQuery.
Stream sensor data into Pub/Sub, process it with Cloud Dataflow, and output to BigQuery.
Write sensor data to Cloud SQL, set up database triggers to process data, and query with SQL for analysis.
Upload sensor data directly to BigQuery and use BigQuery ML for real-time analysis and storage.
2. You have been tasked with establishing billing budgets and alerts for a new project. The company's CFO wants to ensure there's a mechanism in place that will trigger an alert when the GCP costs reach 70% of the total monthly budget, with subsequent alerts every 10% increase after that. Which of the following approaches would best fulfill these requirements?
Create multiple budget alerts at 70%, 80%, 90%, and 100% of the budget using the GCP console.
Use the GCP console to set up a single budget and alert for 70% of the total budget, then manually increase the threshold by 10% whenever an alert is triggered.
Use Cloud Monitoring to monitor resource usage and manually notify the CFO when the usage reaches 70% and increases by 10% after that.
Use Cloud Billing Account API to create one budget and set custom thresholds at 70%, 80%, 90%, and 100% of the budget.
3. You are tasked with designing a system architecture for a global e-commerce app that handles both HTTP and HTTPS traffic. The app consists of microservices on Google Kubernetes Engine (GKE), and traffic must be directed to the appropriate service based on the URL path. Which load balancing option is best for this?
TCP Proxy Load Balancer
HTTP(S) Load Balancer
Network Load Balancer
SSL Proxy Load Balancer
4. Your team is running Apache Spark jobs on Dataproc clusters to process large datasets. You notice that the cluster’s preemptible workers are being aggressively decommissioned during the job, causing the job to restart tasks and take longer to complete. You want to reduce costs without impacting the job’s runtime. What should you do?
Use persistent disk storage to ensure job progress is saved across interruptions.
Disable preemptible instances entirely to avoid interruptions.
Set a graceful decommissioning timeout to allow tasks to finish before shutting down.
Use Cloud Monitoring to identify underutilized workers and scale them down manually.
5. You are required to set up a secure and dedicated connection between your on-premises data center and your Google Cloud VPC for a latency-sensitive application. Your solution must also support high throughput. Which option should you choose?
Provision a Cloud Interconnect - Dedicated connection for a direct physical link.
Implement Cloud CDN to optimize network latency and increase throughput.
Use Cloud VPN with a high-availability configuration to ensure a stable connection.
Establish a VPC Peering connection with the on-premises data center.
6. You have a Google Cloud project hosting an e-commerce platform with sensitive customer data. The customer service team should access only non-sensitive data, while developers need broader access for system improvements. How should you configure IAM roles to ensure security with minimal maintenance?
Create two groups, assign roles/iam.serviceAccountUser to the customer service group, and a custom role with necessary permissions to the developer group.
Create two groups, assign roles/viewer to the customer service group, and roles/editor to the developer group.
Assign roles/viewer to the customer service team and roles/editor to the developers individually.
Create two groups, assign a custom role with permissions to view non-sensitive data to the customer service group, and roles/owner to the developer group.
7. You are an associate cloud engineer working on a Google Cloud Platform (GCP) project. You have several service accounts each with varying roles across different projects in your organization. One service account, named "service-account-1," is running an application on a Compute Engine instance and needs to access a Cloud Storage bucket, named "bucket-1," from another project.
Assign the Viewer role to "service-account-1" at the project level of the project that owns "bucket-1".
Assign the Storage Object Viewer role to "service-account-1" specifically on "bucket-1".
Create a new custom role with all storage permissions and assign it to "service-account-1" at the project level.
Assign the Storage Admin role to "service-account-1" at the organization level.
8. You are tasked with creating an application that will require a large amount of ingress data for a sustained period of time. The application is hosted on a Compute Engine instance and you want to optimize for cost and performance. Which of the following strategies should you adopt to reserve an internal IP address for this task?
Assign multiple ephemeral internal IP addresses to distribute the load.
Associate the instance with a static internal IP address only.
Associate the instance with an ephemeral internal IP address only.
Associate the instance with a regional static internal IP address and enable Direct Peering.
9. You are tasked with ensuring that all changes to your Google Cloud SQL database trigger an automated process for compliance verification. This process must execute in near real-time with minimal configuration. How should you achieve this?
Use a Cloud Pub/Sub topic to capture database changes and invoke the compliance process through a subscriber.
Run a periodic Python script to query changes from the database and call the compliance process.
Use Cloud Functions to trigger the compliance process when a database change is logged.
Enable Cloud SQL triggers and call the compliance process directly from the database.
10. You have been assigned to set up a billing export for your company's GCP project. The objective is to have a granular, daily export of all the billing data to facilitate cost analysis and forecasting. The exported data must be readily available for immediate analysis without additional processing. Which of the following is the best approach to meet these requirements?
Enable Pub/Sub notifications for all billing data and set up a Cloud Function to write these notifications into Firestore for analysis.
Set up a BigQuery billing export and create a scheduled query to export the daily costs to a CSV file stored on Google Cloud Storage.
Use Cloud Billing Account API to export daily billing data to a Google Sheets document for analysis.
Set up a BigQuery billing export and use the data directly from BigQuery for analysis.
11. As a cloud associate engineer, you are tasked with designing and implementing a Google Cloud environment for a new project. Which of the following best represents a Google Cloud best practice?
Assign all team members the Owner role to simplify permissions management.
Regularly create and review audit logs to track service usage.
Only use single-zone storage for critical data to minimize storage costs.
Use a single Virtual Private Cloud (VPC) for all projects to simplify network design.
12. You have been tasked with setting up a Virtual Private Network (VPN) between a Google Cloud VPC (Virtual Private Cloud) and an external network. You need to establish an encrypted connection for secure data transfer. Which of the following actions should you take?
Use a third-party VPN service without Cloud VPN or Cloud Router.
Create a VPN tunnel in the Google Cloud Console and use static IP addressing for the external network.
Use Cloud VPN and Cloud Router to dynamically manage VPN routes between the Google VPC and the external network.
Set up a Cloud VPN with IPsec protocol and enable Cloud Load Balancing.
13. Your company needs to analyze large volumes of streaming data from connected devices to gain real-time insights and respond to trends quickly. The solution should be highly scalable and capable of handling uneven data loads while being cost-effective. Which Google Cloud service should you use?
Deploy the application on Cloud Run to auto-scale and pay only for the compute seconds used.
Store the data in Firestore for real-time processing and easy scalability.
Implement a relational database on Cloud SQL with vertical scaling to manage workload spikes.
Use Cloud Dataflow to process and analyze the streaming data in real time.
14. You are tasked with ensuring that any modifications to sensitive datasets in BigQuery are logged and trigger a notification process in near real time. Your team needs a solution that integrates seamlessly with Google Cloud services and minimizes operational overhead. What should you do?
Write a Python script that polls BigQuery datasets for changes and triggers the notification process.
Enable Cloud Audit Logs for BigQuery and create a custom monitoring script to analyze logs.
Set up a scheduled query to run periodically and log any changes to the dataset.
Use a Cloud Function triggered by BigQuery's event notifications to log changes and send notifications.
15. An associate cloud engineer is tasked with deploying a stateful application on Google Kubernetes Engine (GKE). Which strategy should they adopt to persist data across pod restarts and ensure data is not lost?
Use in-memory storage options like Memcached.
Use Kubernetes ephemeral volumes.
Store data in the container's local file system.
Use GCE persistent disks in combination with PersistentVolume and PersistentVolumeClaim resources.
16. You are developing a real-time analytics application on Google Cloud Platform and you want to process a stream of data from different sources. Which of the following is the most appropriate service for ingesting and delivering event data to your application?
Cloud Functions
Cloud Pub/Sub
Cloud BigQuery
Cloud Storage
17. Your organization is migrating its customer analytics dashboard to Google Cloud. The analytics team needs access to analyze data in BigQuery but must not have permissions to manage datasets or tables. As the team lead, you want to use the simplest approach with minimal ongoing maintenance. What should you do?
Assign roles/viewer to the analytics team.
Create a group for the analytics team and assign roles/bigquery.dataViewer to the group.
Enable the BigQuery public dataset feature and provide access to the team.
Assign roles/bigquery.admin to the analytics team.
18. You are a cloud engineer and have been assigned the task of managing service accounts within your organization. There is a Compute Engine instance in your project that is required to interact with Cloud Pub/Sub. You have been asked to set this up without giving unnecessary permissions, adhering to the principle of least privilege.
Create a new service account with the roles/pubsub.editor role and associate it with the Compute Engine instance.
Assign the roles/pubsub.publisher role to the Compute Engine's default service account.
Create a new service account with the roles/pubsub.admin role and associate it with the Compute Engine instance.
Create a new service account with the roles/pubsub.publisher role and associate it with the Compute Engine instance.
19. You want to implement an SSL certificate for your company’s new e-commerce website, which is hosted on Google Cloud Platform. You aim to ensure secure communication over HTTPS following Google's best practices. What should you do?
Implement an SSL proxy to handle SSL certificates outside of GCP services.
Use Google-managed SSL certificates in conjunction with Google Cloud Load Balancing.
Manually install a self-signed SSL certificate directly on your Compute Engine VM.
Upload a private SSL certificate to each VM instance through the instance metadata.
20. Your application is experiencing increased load and you decide to scale your Compute Engine instances. However, upon trying to scale, you receive an error that the region is out of resources. What should you do to mitigate this issue?
Scale up your instances in a different zone within the same region.
Migrate your instances to a different machine type in the same region.
Wait and try to scale up your instances later when resources might be available.
Contact Google support to request additional resources in the region.
21. Your company requires strict compliance with data residency regulations, and you need to ensure that certain datasets stored in Google Cloud do not leave the geographical boundaries of a specific region. What should you do to enforce this requirement?
Regularly monitor access logs with Cloud Audit Logs to ensure data does not leave the region.
Utilize Resource Labels to mark the datasets and create a policy that prevents data transfer outside the specified region.
Implement an Organization Policy that restricts resource locations to the specified region.
Set up a VPC Service Control to define a security perimeter around the resources.
22. As a cloud engineer for a global e-commerce company, you are tasked with using Google Cloud DNS to improve website accessibility, reduce latency, secure DNS requests, and enhance resolution speed. What steps should you take to meet these requirements?
Create a private managed zone and enable DNSSEC for the zone.
Create a public managed zone and set up a Cloud DNS peering policy.
Create a public managed zone and enable DNSSEC for the zone.
Create a public managed zone and configure Cloud DNS to use a forwarding DNS server.
23. Your organization is migrating its internal employee performance analytics application to Google Cloud. The HR department needs access to aggregated employee data stored in BigQuery for analytics but should not have permissions to modify the data or access detailed personal information. As the project lead, you need a solution that ensures the least privilege access with minimal maintenance. What should you do?
Create a custom role with view-only permissions and assign it to the HR department group.
Assign roles/viewer to the HR department group.
Assign roles/bigquery.dataViewer to the HR department group.
Assign roles/bigquery.dataEditor to the HR department group.
24. You have been tasked with setting up appropriate alerting and log-based metrics for a set of Compute Engine instances in your GCP project. After some time, you realize that some specific application logs from these instances are not being captured in Cloud Logging. Which of the following could be the reason, and what should be your next steps?
Your GCP project has reached the logging quota. You need to request for quota increase.
The log entries have reached their retention period and are deleted. You need to increase the retention period.
The Cloud Logging agent is not configured correctly or not installed. You need to ensure the agent is installed and configured properly.
The instances are located in a region different from your Cloud Logging region. You need to move your instances to the same region.
25. An online media platform uses a machine learning-based recommendation system to suggest movies. Recently, engagement dropped and recommendations degraded, likely due to changing user preferences. What should the team do to address this and prevent future issues?
Retrain the model with data collected during the first month of the platform's launch.
Collect more user feedback and delay retraining until at least one year of data is available.
Retrain the model with recent data reflecting current preferences and trends. Implement a process to monitor model performance and retrain periodically.
Retrain the model with data collected over the last 60 days and deploy the updated model immediately.
26. You are tasked with ensuring high availability for a stateless application running on Compute Engine. The application must withstand the failure of a single zone. Which strategy should you implement?
Create a Compute Engine instance template and manually replicate it across different zones.
Utilize regional managed instance groups to distribute instances across multiple zones within a region.
Deploy the application across multiple instances within a single zone and use instance groups.
Place instances in a single region and use a load balancer to distribute traffic evenly.
27. You have been tasked with setting up a scalable web application that is expected to have variable traffic patterns, with potential high spikes during certain events. You need to ensure that the application can scale automatically while keeping costs low. What should you do?
Utilize App Engine standard environment for automatic scaling based on traffic.
Use Compute Engine with preemptible VMs to handle the web application traffic.
Deploy the application on a single large Compute Engine VM that is manually scaled during events.
Set up a Kubernetes Engine cluster with node autoscaling to manage the deployment.
28. You are tasked with implementing a solution to capture and analyze log data from your Compute Engine instances. The goal is to identify any unauthorized access attempts in real-time and trigger a notification workflow. What method should you use that aligns with best practices for simplicity and automated response?
Configure Cloud Logging to monitor for the specific log entries and trigger a Cloud Function when detected.
Use a cron job on each instance to periodically send logs to an analysis service like BigQuery.
Write a custom script on each instance to send logs to Pub/Sub and analyze them with a Cloud Function.
Set up a direct connection from Compute Engine to Cloud Monitoring, and use alerts to notify administrators.
29. You are tasked with designing a multi-region, highly available application architecture on Google Cloud Platform (GCP). The application requires low-latency access to a globally distributed relational database. Which GCP service would you recommend for achieving this requirement?
Bigtable
Cloud Spanner
Cloud SQL
Firestore
30. A company has decided to store their data in Cloud Storage and needs to estimate the costs. They expect to store 200 TB of data per month in a multi-regional bucket and the data will be stored for a year. Which of the following options is the most appropriate way to calculate the estimated costs of this data storage?
Use the Google Cloud Pricing Calculator by entering the number of GBs to be stored.
Use the Google Cloud Functions to calculate the cost.
Use the Google Cloud Console to estimate the costs.
Use the Storage Pricing Page directly to calculate costs.
31. You are working on a project in Google Kubernetes Engine (GKE) where you are required to upgrade the version of Kubernetes in the node pools. You want to minimize disruptions to running applications during the process. Which of the following strategies should you employ?
Create a new node pool with the desired Kubernetes version and migrate workloads gradually.
Use rolling updates by setting the maxUnavailable parameter to a high value.
Manually terminate all the pods before performing the upgrade.
Make no changes and rely on the automatic upgrades provided by GKE.
32. You are an associate cloud engineer and your team decided to use the Cloud Foundation Toolkit (CFT) to build infrastructure on Google Cloud Platform (GCP). Which of the following statements correctly describes the use of Cloud Foundation Toolkit templates?
CFT templates require manual changes in the GCP Console for deployment.
CFT templates only support deployment of compute resources.
CFT templates can be used to provision resources on other cloud platforms.
CFT templates allow you to create and manage resources as a group.
33. You are tasked with ensuring your organization's cloud storage solution on Google Cloud is cost-effective while maintaining high availability for frequently accessed data. Which service should you recommend?
Utilize Google Cloud Storage Coldline for frequently accessed data.
Implement Google Cloud Storage Multi-Regional for frequently accessed data.
Use Google Cloud Storage Nearline for all data.
Store all data in Persistent Disk for constant availability.
34. You are working as a cloud engineer for a multinational company that is planning to shift its operations to Google Cloud. You are tasked with setting up a database server. The server needs to be highly available and data redundancy is a top priority. Which storage option would you choose?
Regional SSD Persistent Disk
Nearline Storage
Cloud Storage for Firebase
Zonal SSD Persistent Disk
35. You have been tasked with setting up an alert in Google Cloud Monitoring for a specific Compute Engine instance that should trigger whenever the read latency of its persistent disks exceeds 10 ms for a period of 5 minutes. Which of the following steps should you take to achieve this?
Create a logging filter in Cloud Logging with the condition that disk read latency > 10 ms for 5 minutes and set the metric type as compute.googleapis.com/instance/disk/read_latency.
Create an alerting policy in Cloud Monitoring with the condition that disk read latency > 10 ms for 5 minutes and set the metric type as compute.googleapis.com/instance/disk/read_latency.
Create an alerting policy in Cloud Logging with the condition that disk read latency > 10 ms for 5 minutes and set the metric type as compute.googleapis.com/instance/disk/read_latency.
Create an alerting policy in Cloud Monitoring with the condition that disk read latency > 10 ms for 5 minutes and set the metric type as compute.googleapis.com/instance/disk/read_bytes_count.
FAQs
1. What is Google Cloud Certified Associate Cloud Engineer?
It is an entry-level certification that validates your ability to deploy applications, monitor operations, and manage Google Cloud projects.
2. Is Google Associate Cloud Engineer certification worth it?
Yes, it's valuable for individuals starting a career in cloud computing and seeking foundational skills in Google Cloud Platform (GCP).
3. What are the benefits of becoming a Google Associate Cloud Engineer?
Benefits include increased job opportunities, foundational GCP knowledge, and eligibility for higher-level cloud certifications.
4. What does an Associate Cloud Engineer do?
They deploy applications, monitor cloud operations, and manage GCP environments.
5. Who should take the Google Cloud Associate Cloud Engineer certification?
Beginners in cloud, IT professionals, and developers aiming to build expertise in Google Cloud.
6. How difficult is the Google Associate Cloud Engineer exam?
It is considered moderately difficult and suitable for those with basic GCP experience or thorough study.
7. How many questions are on the Associate Cloud Engineer exam?
The exam contains around 50–60 questions.
8. What is the format of the Google Associate Cloud Engineer certification exam?
The exam consists of multiple-choice and multiple-select questions.
9. Is the Google Associate Cloud Engineer exam multiple choice?
Yes, it includes both multiple-choice and multiple-select questions.
10. What topics are covered in the Associate Cloud Engineer exam?
Topics include cloud infrastructure, IAM, storage, compute services, networking, and deployment.
11. How to prepare for the Google Associate Cloud Engineer certification?
Use CertiMaan's curated practice tests and follow Google Cloud's official training resources.
12. What are the best resources for Google Associate Cloud Engineer exam?
CertiMaan provides dumps and mock tests. Google Cloud offers hands-on labs and documentation.
13. Are there free practice tests for Associate Cloud Engineer certification?
Yes, CertiMaan and Google Cloud's official platform provide sample tests and study guides.
14. How long does it take to prepare for the Associate Cloud Engineer exam?
Most candidates prepare in 4 to 6 weeks with consistent effort.
15. Can I pass the Google Cloud Associate Cloud Engineer exam without experience?
Yes, with strong preparation using resources from CertiMaan and Google Cloud.
16. What is the cost of the Google Associate Cloud Engineer certification?
The exam costs $125 USD.
17. Are there any prerequisites for Google Associate Cloud Engineer?
No prerequisites, but some familiarity with GCP basics is recommended.
18. How do I register for the Google Cloud Associate Cloud Engineer exam?
You can register through Google Cloud’s official certification website.
19. Can I retake the Google Associate Cloud Engineer exam if I fail?
Yes, after a 14-day waiting period.
20. What is the passing score for Associate Cloud Engineer exam?
Google does not disclose an official passing score, but 70% is a common benchmark.
21. How is the Google Associate Cloud Engineer exam scored?
It uses a scaled scoring system and results are reported as pass or fail.
22. How long is the Google Cloud Associate certification valid?
The certification is valid for three years.
23. How do I renew my Google Cloud Associate Cloud Engineer certification?
You must retake the current version of the exam.
24. What is the average salary of a Google Associate Cloud Engineer?
The average salary ranges between $90,000 to $120,000 annually in the U.S.
25. What job roles can I get after passing Associate Cloud Engineer?
Roles include Cloud Engineer, Cloud Administrator, and GCP Support Specialist.
26. Does Google hire Associate Cloud Engineers?
Yes, Google and many top tech companies hire professionals with this certification.
27. Is Google Associate Cloud Engineer good for beginners?
Yes, it’s designed as a foundational certification for newcomers to cloud.
28. Can Associate Cloud Engineer certification lead to higher-level GCP certifications?
Yes, it’s a stepping stone to professional-level certifications like Cloud Architect or Data Engineer.
Comments