Google Cloud Certified - Associate Cloud Engineer
Last Update Nov 26, 2025
Total Questions : 343
To help you prepare for the Associate-Cloud-Engineer Google exam, we are offering free Associate-Cloud-Engineer Google exam questions. All you need to do is sign up, provide your details, and prepare with the free Associate-Cloud-Engineer practice questions. Once you have done that, you will have access to the entire pool of Google Cloud Certified - Associate Cloud Engineer Associate-Cloud-Engineer test questions which will help you better prepare for the exam. Additionally, you can also find a range of Google Cloud Certified - Associate Cloud Engineer resources online to help you better understand the topics covered on the exam, such as Google Cloud Certified - Associate Cloud Engineer Associate-Cloud-Engineer video tutorials, blogs, study guides, and more. Additionally, you can also practice with realistic Google Associate-Cloud-Engineer exam simulations and get feedback on your progress. Finally, you can also share your progress with friends and family and get encouragement and support from them.
Your company is seeking a scalable solution to retain and explore application logs hosted on Compute Engine. You must be able to analyze your logs with SQL queries, and you want to be able to create charts to identify patterns and trends in your logs over time. You want to follow Google-recommended practices and minimize your operational costs. What should you do?
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.
$ kubectlgetpods
NAME READY STATUS RESTARTS AGE
nginx-84748895c4-nqqmt 1/1 Running 0 9m41s
$ kubectldeletepod nginx-84748895c4-nqqmt
pod nginx-84748895c4-nqqmt deleted
$ kubectlgetpods
NAME READY STATUS RESTARTS AGE
nginx-84748895c4-k6bzl 1/1 Running 0 25s
What should you do to delete the deployment and avoid pod getting recreated?
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?
Your organization is migrating to Google Cloud. You want only users with company-issued Google accounts to access your Google Cloud environment. You must ensure that users of the same department can only access resources within their own department. You want to minimize operational costs while following Google-recommended practices. What should you do?