Associate Cloud Engineer Cheat Sheet.
The night-before summary, built like the exam.
Google Associate Cloud Engineer: Exam Cheat Sheet
A condensed reference for the Google Cloud Certified - Associate Cloud Engineer exam. Use this alongside hands-on practice in the Google Cloud console and gcloud CLI — this exam rewards muscle memory, not just theory.
Exam Logistics at a Glance
| Attribute | Detail |
|---|---|
| Format | Multiple choice / multiple select |
| Duration | 120 minutes |
| Question count | 50-60 questions |
| Registration fee | 125 USD |
| Recommended experience | 6+ months of hands-on Google Cloud experience |
| Certification validity | 3 years |
Passing score is not published by Google; treat every domain as pass/fail-critical rather than banking on a specific cutoff.
Content Domains (Quick List)
- Setting up a cloud solution environment — 20% of the exam. Projects, billing, IAM basics, gcloud/Cloud Shell/console setup.
- Planning and implementing a cloud solution — 30% of the exam, the single largest domain. Compute, storage, network, and data solution selection and provisioning.
- Ensuring the successful operation of a cloud solution — 30% of the exam, tied for largest. Managing compute, storage, networking, and monitoring/logging in production.
- Configuring access and security — 20% of the exam. IAM roles, service accounts, and org-level security controls.
Because Planning/Implementing and Successful Operation together make up 60% of the exam, prioritize deep, scenario-based practice with Compute Engine, GKE, Cloud Storage, Cloud SQL, and VPC networking over memorizing feature lists.
Key Terms and Concepts to Memorize
- Resource hierarchy — Organization → Folder → Project → Resource; IAM policies inherit downward and combine (never restrict) at each level.
- IAM roles — Basic (Owner/Editor/Viewer), Predefined (service-scoped), and Custom roles; predefined roles are preferred for least-privilege design.
- Service accounts — Identities for workloads, not people; know how to attach one to a Compute Engine instance and scope its permissions.
- Compute options — Compute Engine (VMs, managed instance groups, autoscaling), GKE (containers), App Engine (PaaS), Cloud Run (serverless containers), Cloud Functions (event-driven serverless).
- Storage classes — Standard, Nearline, Coldline, Archive; differ by minimum storage duration and retrieval cost, not just price per GB.
- Networking basics — VPCs are global, subnets are regional; firewall rules are stateful and default-deny for ingress; Cloud NAT for outbound-only internet access from private instances.
- Deployment tooling — Deployment Manager and Terraform for infrastructure as code; gcloud, gsutil, bq as the primary CLIs.
- Monitoring stack — Cloud Monitoring (metrics/alerting), Cloud Logging (logs), uptime checks, and log-based metrics.
- Billing controls — Budgets and alerts, billing accounts linked to projects, and quota management to prevent runaway spend.
Common Gotchas and Traps
- Confusing predefined IAM roles with primitive (basic) roles — exam questions often test whether you'd reach for Owner/Editor when a narrower predefined role is the better-practice answer.
- Forgetting that firewall rules apply at the VPC network level, not the instance level, and that rule priority (lower number wins) determines evaluation order.
- Mixing up regional vs. zonal vs. global resources — persistent disks are zonal, static IPs can be regional or global, and VPCs are always global.
- Assuming Cloud Storage retrieval is free across all classes — Nearline/Coldline/Archive carry retrieval costs and early-deletion fees.
- Overlooking that managed instance groups need a health check and instance template to autoscale and self-heal correctly.
- Treating Cloud SQL as fully serverless — it still requires instance sizing, maintenance windows, and manual/automated backup configuration.
- Underestimating the operations domain — many candidates over-prepare on provisioning and under-prepare on monitoring, logging, and troubleshooting scenarios.
Night-Before Checklist
- Review the resource hierarchy and IAM inheritance rules one more time — this underpins several other domains.
- Skim the differences between Compute Engine, GKE, App Engine, Cloud Run, and Cloud Functions so you can match a scenario to the right compute product quickly.
- Re-confirm storage class trade-offs (cost vs. retrieval speed vs. minimum duration).
- Walk through a mental checklist for setting up a new VPC: subnets, firewall rules, Cloud NAT, and a test VM.
- Practice reading exam scenarios for constraints (cost, latency, compliance) since most questions are scenario-based rather than pure recall.
- Confirm exam logistics: arrive early, bring required ID, and budget time per question given the 120-minute window across 50-60 questions.
- Get sleep — the exam rewards quick scenario reasoning over memorized trivia, and fatigue hurts that most.
Frequently asked questions
How much does the Google Associate Cloud Engineer exam cost and how long is it?
The registration fee is $125 USD (plus tax where applicable), and the exam runs for 120 minutes (2 hours). In that window you answer 50 to 60 multiple choice and multiple select questions. That works out to roughly two minutes per question, so pace yourself and leave a buffer to revisit flagged items before you submit.
What topics are on the exam and how is it weighted?
The exam guide breaks the test into four sections. Section 1, Setting up a cloud solution environment, is about 20% of the exam. Section 2, Planning and implementing a cloud solution, is the largest at about 30%. Section 3, Ensuring the successful operation of a cloud solution, is also about 30%. Section 4, Configuring access and security, is about 20%. Because planning/implementing and successful operation together make up roughly 60% of the exam, spend the bulk of your study time there.
How much hands-on experience do I need before attempting this exam?
Google recommends 6 or more months of hands-on experience with Google Cloud before sitting for the exam. This is a recommendation rather than a hard prerequisite, so there is no minimum you must prove to register, but the exam heavily tests practical skills, so time spent actually building and operating resources in the console and gcloud CLI pays off more than passive reading.
How long is the certification valid, and what happens when it expires?
The Associate Cloud Engineer certification is valid for 3 years. To stay certified you'll need to recertify before that period ends, so it's worth setting a reminder well ahead of your expiration date rather than letting the credential lapse. Since Google Cloud services evolve quickly, the recertification cycle also nudges you to refresh your knowledge on newer features.
Sources
- 1.Associate Cloud Engineer Certification — Google Cloud (accessed Jul 18, 2026)
- 2.Associate Cloud Engineer Certification Exam Guide — Google Cloud (accessed Jul 18, 2026)