Google Cloud ACE sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for Google Cloud Associate Cloud Engineer (ACE) topics such as projects, IAM, service accounts, Compute Engine, Cloud Run, GKE, storage, VPC networking, logging, monitoring, backups, deployment, and operations. The prompts emphasize control-boundary decisions rather than isolated product definitions.
The sample set below is part of the Google Cloud ACE guide path:
Work through each prompt before opening the explanation. ACE questions usually reward the answer that identifies the real scope first: project, IAM member, service account, subnet, route, runtime, or operational signal.
Topic: Project and billing boundary
A new product team needs its own quota visibility, billing accountability, API enablement, and IAM boundary. The company still wants the team grouped under the same organization for governance. What should the cloud engineer create first?
Best answer: B
Explanation: ACE setup questions often begin with scope. A project is the normal boundary for API enablement, billing attribution, quota visibility, and many IAM decisions.
Why the other choices are weaker:
What this tests: Resource hierarchy, projects, folders, billing accounts, API enablement, and IAM scope.
Related topics: Projects; Billing; Resource hierarchy; IAM scope
Topic: Secretless workload access
A Cloud Run service needs to read objects from a Cloud Storage bucket. The team wants to avoid embedding keys in the container image or environment variables. What should the engineer configure?
Best answer: C
Explanation: Google Cloud workloads should use attached service accounts and IAM permissions where possible. This keeps credentials out of code and aligns access to the workload identity.
Why the other choices are weaker:
What this tests: Service accounts, Cloud Run identity, Cloud Storage IAM, key avoidance, and least privilege.
Related topics: Service accounts; Cloud Run; Cloud Storage; Least privilege
Topic: Private VM outbound access
Several Compute Engine VMs in a private subnet need outbound access to download updates. They must not receive public IP addresses. Which network service best satisfies the requirement?
Best answer: D
Explanation: Cloud NAT gives private VMs outbound internet access without assigning public IP addresses to the instances.
Why the other choices are weaker:
What this tests: Cloud NAT, private subnets, outbound access, public IP avoidance, and VPC routing.
Related topics: Cloud NAT; VPC; Compute Engine; Networking
Topic: Choosing the operations signal
A web application deployed on Google Cloud is returning intermittent errors. The operations team needs request-level error messages, structured application events, and supporting context before changing infrastructure. Where should they look first?
Best answer: C
Explanation: ACE operations questions reward evidence-first troubleshooting. Cloud Logging is the natural place for application events, errors, and context before remediation.
Why the other choices are weaker:
What this tests: Cloud Logging, Cloud Monitoring, troubleshooting sequence, and evidence-based operations.
Related topics: Cloud Logging; Monitoring; Operations; Troubleshooting
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by Google Cloud or any certification body.