Google Associate Cloud Engineer Exam Questions
Associate Cloud Engineer (Page 13 )

Updated On: 25-Apr-2026

You have a website hosted on App Engine standard environment. You want 1% of your users to see a new test version of the website. You want to minimize complexity.
What should you do?

  1. Deploy the new version in the same application and use the --migrate option.
  2. Deploy the new version in the same application and use the --splits option to give a weight of 99 to the current version and a weight of 1 to the new version.
  3. Create a new App Engine application in the same project. Deploy the new version in that application. Use the App Engine library to proxy 1% of the requests to the new version.
  4. Create a new App Engine application in the same project. Deploy the new version in that application.
    Configure your network load balancer to send 1% of the traffic to that new application.

Answer(s): B


Reference:

https://cloud.google.com/appengine/docs/standard/splitting-traffic



You have a web application deployed as a managed instance group. You have a new version of the application to gradually deploy. Your web application is currently receiving live web traffic. You want to ensure that the available capacity does not decrease during the deployment.
What should you do?

  1. Perform a rolling-action start-update with maxSurge set to 0 and maxUnavailable set to 1.
  2. Perform a rolling-action start-update with maxSurge set to 1 and maxUnavailable set to 0.
  3. Create a new managed instance group with an updated instance template. Add the group to the backend service for the load balancer.
    When all instances in the new managed instance group are healthy, delete the old managed instance group.
  4. Create a new instance template with the new application version. Update the existing managed instance group with the new instance template. Delete the instances in the managed instance group to allow the managed instance group to recreate the instance using the new instance template.

Answer(s): B


Reference:

https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances



You are building an application that stores relational data from users. Users across the globe will use this application. Your CTO is concerned about the scaling requirements because the size of the user base is unknown. You need to implement a database solution that can scale with your user growth with minimum configuration changes.
Which storage solution should you use?

  1. Cloud SQL
  2. Cloud Spanner
  3. Cloud Firestore
  4. Cloud Datastore

Answer(s): B


Reference:

https://medium.com/google-cloud/modernizing-with-cloud-spanner-google-clouds-sql-database- with-global-scale-d3b2b5b3ebc6



You are the organization and billing administrator for your company. The engineering team has the Project Creator role on the organization. You do not want the engineering team to be able to link projects to the billing account. Only the finance team should be able to link a project to a billing account, but they should not be able to make any other changes to projects.
What should you do?

  1. Assign the finance team only the Billing Account User role on the billing account.
  2. Assign the engineering team only the Billing Account User role on the billing account.
  3. Assign the finance team the Billing Account User role on the billing account and the Project Billing Manager role on the organization.
  4. Assign the engineering team the Billing Account User role on the billing account and the Project Billing Manager role on the organization.

Answer(s): C



You have an application running in Google Kubernetes Engine (GKE) with cluster autoscaling enabled. The application exposes a TCP endpoint. There are several replicas of this application. You have a Compute Engine instance in another Virtual Private Cloud (VPC) called gce-network that has no overlapping IP ranges with the first VPC. Both the GKE cluster and the Compute Engine instance are in the same region. This instance needs to connect to the application on GKE. You want to minimize effort.
What should you do?

  1. 1. In GKE, create a Service of type LoadBalancer that uses the application's Pods as backend.
    2. Set the service's externalTrafficPolicy to Cluster.
    3. Configure the Compute Engine instance to use the address of the load balancer that has been created.
  2. 1. In GKE, create a Service of type NodePort that uses the application's Pods as backend.

    2. Create a Compute Engine instance called proxy with 2 network interfaces, one in each VPC.
    3. Use iptables on this instance to forward traffic from gce-network to the GKE nodes.
    4. Configure the Compute Engine instance to use the address of proxy in gce-network as endpoint.
  3. 1. In GKE, create a Service of type LoadBalancer that uses the application's Pods as backend.
    2. Add an annotation to this service: cloud.google.com/load-balancer-type: Internal
    3. Peer the two VPCs together.
    4. Configure the Compute Engine instance to use the address of the load balancer that has been created.
  4. 1. In GKE, create a Service of type LoadBalancer that uses the application's Pods as backend.
    2. Add a Google Cloud Armor Security Policy to the load balancer that allowlists the internal IPs of the MIG's instances.
    3. Configure the Compute Engine instance to use the address of the load balancer that has been created.

Answer(s): C


Reference:

https://cloud.google.com/kubernetes-engine/docs/how-to/service-parameters#externalTrafficPolicy



Viewing page 13 of 69
Viewing questions 61 - 65 out of 349 questions


Associate Cloud Engineer Exam Discussions & Posts

What the Associate Cloud Engineer Exam Tests and How to Pass It

The Associate Cloud Engineer certification is designed for professionals who are responsible for deploying applications, monitoring operations, and managing enterprise solutions on Google Cloud. This certification validates an individual's ability to use the Google Cloud Console and the command-line interface to perform common platform-based tasks. Organizations hire individuals with this credential to ensure they have a baseline of technical competence required to maintain cloud infrastructure, manage virtual machines, and handle identity and access management policies. It serves as a foundational benchmark for cloud engineers, system administrators, and developers who need to demonstrate practical proficiency in a production environment. Because this certification focuses on the operational aspects of the cloud, it is highly valued by employers looking for staff who can hit the ground running with day-to-day cloud management tasks.

Achieving this Google certification requires a solid understanding of how to translate business requirements into technical implementations. Employers prioritize candidates who hold this credential because it confirms that the individual has moved beyond theoretical knowledge and understands how to execute tasks within the Google Cloud ecosystem. Whether you are working in a startup or a large enterprise, the skills validated by this exam are essential for maintaining the stability and security of cloud-hosted applications. By passing this exam, you demonstrate that you can effectively manage resources, monitor performance, and troubleshoot issues, which are critical functions for any technical team operating in the cloud. This certification is not just a badge; it is a practical validation of your ability to support and maintain cloud solutions effectively.

What the Associate Cloud Engineer Exam Covers

The exam evaluates your technical skills across four primary domains, requiring you to apply your knowledge to real-world scenarios. You will need to demonstrate proficiency in setting up a cloud solution environment, which involves creating projects, managing billing, and installing the Cloud SDK. Furthermore, the exam tests your ability in planning and implementing a cloud solution, where you must show that you can deploy compute resources, manage storage, and configure networking components. Ensuring successful operation of a cloud solution is another critical area, focusing on monitoring, logging, and managing resource usage to maintain system health. Finally, configuring access and security is a major component, requiring you to understand how to manage IAM roles, service accounts, and secure your cloud resources against unauthorized access. Our practice questions are designed to mirror these specific domains, ensuring you are tested on the exact concepts you will encounter during your exam preparation.

Among these domains, configuring access and security often proves to be the most technically demanding for many candidates. This area requires a deep understanding of the principle of least privilege and how to correctly assign IAM roles to users, groups, and service accounts. Candidates must be able to distinguish between primitive, predefined, and custom roles, and understand the implications of applying these at different levels of the resource hierarchy. Because security misconfigurations can lead to significant operational risks, the exam tests your ability to make precise decisions regarding permissions and resource protection. Mastering this section requires not just memorization of role names, but a conceptual grasp of how identity management integrates with every other service in the Google Cloud platform.

Are These Real Associate Cloud Engineer Exam Questions?

Our platform provides practice questions that are sourced and verified by the community, consisting of IT professionals and recent test-takers who have successfully passed the certification exam. These individuals contribute their insights to ensure our questions reflect what appears on the real exam because they are sourced from the community experience. If you've been searching for Associate Cloud Engineer exam dumps or braindump files, our community-verified practice questions offer something more valuable, each question is verified and explained by IT professionals who recently passed the exam. We do not provide leaked or confidential content, as our focus is on helping you understand the underlying concepts rather than memorizing specific question patterns. This community-verified approach ensures that the material remains relevant and accurate to the current exam objectives.

The verification process relies on the collective knowledge of our user base, who actively participate in refining the content. When a user encounters a question, they can engage with community discussions to debate answer choices, flag potentially incorrect information, and share context from their own recent exam experience. This collaborative environment allows for a dynamic review process where errors are identified and corrected by those who have actually sat for the test. By leveraging this feedback loop, we ensure that the practice questions remain a reliable tool for your exam preparation. This method provides a level of transparency and accuracy that static, unverified question banks cannot match.

How to Prepare for the Associate Cloud Engineer Exam

Effective exam preparation requires a combination of hands-on practice and a thorough understanding of Google Cloud documentation. You should spend significant time in a sandbox or trial environment, performing tasks like deploying virtual machines, configuring load balancers, and setting up VPC networks. Rather than relying on rote memorization, focus on understanding the "why" behind each configuration step, as this will help you navigate the scenario-based questions that are common on the exam. Every practice question includes a free AI Tutor explanation that breaks down the reasoning behind the correct answer, so you understand the concept, not just the answer. Building a consistent study schedule that covers all four official domains will help you track your progress and identify areas where you need additional review.

A common mistake candidates make is underestimating the importance of scenario-based questions, which require you to apply your knowledge to specific business constraints. Many students fail to read the full context of a question, leading them to choose a technically correct solution that does not actually solve the specific problem described in the prompt. To avoid this, practice reading questions carefully to identify the primary goal, such as cost optimization, high availability, or security compliance. Additionally, time management is a critical skill; during your practice sessions, try to simulate the pressure of the actual certification exam by answering questions within a set timeframe. By focusing on applied knowledge and careful analysis, you will be much better prepared for the challenges of the exam.

What to Expect on Exam Day

On the day of your certification exam, you should be prepared for a rigorous assessment that tests your practical application of Google Cloud services. The exam typically consists of multiple-choice and scenario-based questions that require you to select the best solution for a given technical problem. You will have a set amount of time to complete the assessment, and it is administered in a secure, proctored environment, either at a testing center or via an online proctoring service. The questions are designed to evaluate your ability to make decisions under pressure, often presenting you with a set of requirements and asking you to choose the most efficient or secure configuration. Because the exam is focused on real-world tasks, you should expect to see questions that involve troubleshooting, resource management, and security implementation.

While the specific number of questions and the exact passing score are determined by Google and can change, the format remains consistent in its focus on operational competence. You should arrive at your testing location or log into your online session well in advance to ensure there are no technical issues that could disrupt your focus. The exam environment is designed to be distraction-free, allowing you to concentrate entirely on the technical challenges presented. Remember that the goal of the exam is to verify your skills as a cloud engineer, so approach each question as if you were solving a real-world task for a client or your organization. Staying calm and methodically working through each scenario will give you the best chance of success.

Who Should Use These Associate Cloud Engineer Practice Questions

These practice questions are intended for IT professionals, system administrators, and cloud engineers who are actively preparing for the Associate Cloud Engineer certification exam. Ideally, candidates should have some hands-on experience with Google Cloud, as this exam is designed for those who have spent time working in the console and command-line interface. Whether you are looking to validate your existing skills or are transitioning into a cloud-focused role, this certification exam is a significant milestone in your professional development. Using our resources as part of your exam preparation will help you identify knowledge gaps and build the confidence needed to pass. This is an excellent step for anyone aiming to demonstrate their proficiency to current or future employers.

To get the most out of these practice questions, do not simply read the answer and move on to the next one. Engage deeply with the AI Tutor explanation provided for each question, as this will help you understand the underlying concepts and logic required to solve similar problems. Participate in the community discussions to see how others approach the same scenarios, and be sure to flag any questions you get wrong so you can revisit them later. By treating these practice questions as a learning tool rather than a test, you will develop a deeper understanding of the material. Browse the questions above and use the community discussions and AI Tutor to build real exam confidence.

Updated on: 27 April, 2026

AI Tutor AI Tutor 👋 I’m here to help!