# Google Cloud Associate Cloud Engineer (ACE) Study Guide 2026
The Google Cloud Associate Cloud Engineer (ACE) certification validates your ability to deploy applications, monitor operations, and manage enterprise solutions on Google Cloud. It's the foundational professional certification in Google's cloud portfolio, and in 2026 it remains one of the most practical cloud credentials you can earn.
This guide covers everything you need to know before exam day: format, domain weights, key services to master, and a structured 6-week study plan.
---
## Exam Format at a Glance
| Detail | Value |
|---|---|
| Cost | $200 USD |
| Number of questions | ~50 |
| Duration | 2 hours |
| Question types | Multiple choice, multiple select |
| Passing score | Not publicly disclosed (typically ~70%) |
| Language | English (and others) |
| Delivery | Online proctored or testing center |
| Validity | 2 years |
The ACE exam is scenario-based. Google presents a business or operational situation and asks you to choose the most appropriate action. You are not expected to memorize exact API syntax, but you do need to understand when and why to use each service.
---
## Domain Breakdown
Google Cloud groups the ACE exam into four sections. Understanding the weight of each section helps you prioritize your study time.
| Section | Topic | Weight |
|---|---|---|
| Section 1 | Setting up a cloud solution environment | 17% |
| Section 2 | Planning and configuring a cloud solution | 32% |
| Section 3 | Deploying and implementing a cloud solution | 34% |
| Section 4 | Ensuring successful operation of a cloud solution | 17% |
Section 3 carries the most weight (34%) and is the most hands-on section. It covers actually deploying compute, storage, networking, and data resources. Section 2 (32%) tests your ability to design the right solution before building it. Together, these two sections account for 66% of your score.
---
## Key Concepts to Master
### Cloud Console and gcloud CLI
Every ACE candidate must be comfortable with two interfaces:
- **Cloud Console**: the web-based GUI at console.cloud.google.com. Good for visualization, IAM management, and one-off tasks.
- **gcloud CLI**: the command-line tool. The exam frequently tests which flags and sub-commands accomplish a given task.
Know how to initialize gcloud (`gcloud init`), set a project (`gcloud config set project`), and authenticate (`gcloud auth login`). You should also understand that `gsutil` handles Cloud Storage operations and `bq` handles BigQuery.
### Compute Options
Google Cloud offers several compute services. The ACE exam tests your ability to choose the right one:
| Service | Best For |
|---|---|
| Compute Engine (VMs) | Full control, legacy lift-and-shift, GPU workloads |
| GKE (Kubernetes) | Containerized workloads, microservices |
| Cloud Run | Stateless containers, HTTP-triggered, serverless |
| App Engine Standard | Managed PaaS, language runtimes, rapid scaling to zero |
| App Engine Flexible | Custom runtimes, longer startup, Docker-based |
**VM machine families** to know: N2 (general purpose, Intel Cascade Lake), E2 (cost-optimized, shared CPU), C2 (compute-optimized for HPC). Know the difference between standard, high-memory, and high-CPU variants.
**GKE Autopilot vs Standard**:
- Autopilot: Google manages nodes, billing per pod resource request, less operational overhead.
- Standard: you manage node pools, billing per VM, full Kubernetes flexibility.
💡 **Exam Tip:** If the scenario says "minimize operational overhead" or "no node management," the answer is GKE Autopilot or Cloud Run—not GKE Standard.
### Cloud Storage Classes
Cloud Storage is object storage. The ACE exam tests your ability to match access frequency to storage class:
| Class | Access Pattern | Minimum Storage Duration |
|---|---|---|
| Standard | Frequently accessed | None |
| Nearline | ~Once per month | 30 days |
| Coldline | ~Once per quarter | 90 days |
| Archive | Rarely accessed, <1x/year | 365 days |
Lifecycle rules let you automatically transition objects between classes or delete them based on age or version count.
### Database Services
Choosing the right database is a major ACE exam topic. Use this reference:
| Service | Type | Key Use Case |
|---|---|---|
| Cloud SQL | Relational (MySQL, PostgreSQL, SQL Server) | OLTP, existing SQL apps |
| Cloud Spanner | Relational, globally distributed | Global OLTP, horizontal scale |
| Firestore | Document (NoSQL) | Mobile/web apps, hierarchical data |
| Bigtable | Wide-column (NoSQL) | Time-series, IoT, high throughput |
| Memorystore | Redis/Memcached in-memory | Caching, session data |
### Networking Essentials
- **VPC networks**: virtual private cloud, global resource, subnets are regional.
- **Firewall rules**: applied at the network level, support ingress/egress, use target tags or service accounts.
- **Cloud Load Balancing**: global (HTTP/S, SSL Proxy) vs regional (Network, Internal).
- **Cloud NAT**: allows private VMs to reach the internet without a public IP. Does not allow inbound connections.
### IAM Roles
Google Cloud IAM has three role types:
1. **Basic (primitive) roles**: Owner, Editor, Viewer. Broad, legacy. Avoid in production.
2. **Predefined roles**: Fine-grained, Google-managed (e.g., `roles/compute.instanceAdmin`).
3. **Custom roles**: User-defined, can combine permissions. Use when predefined roles grant too many permissions.
💡 **Exam Tip:** The principle of least privilege always points toward predefined or custom roles—never basic roles—in ACE exam scenarios.
### Billing Accounts and Budgets
- A **billing account** pays for one or more projects.
- **Budgets and alerts** notify when spending approaches a threshold—they do not stop spending automatically.
- To actually cap spending, you must configure programmatic budget alerts that trigger a Cloud Function to disable billing on the project.
---
## 6-Week ACE Study Plan
| Week | Focus | Activities |
|---|---|---|
| 1 | Cloud fundamentals & environment setup | GCP free tier, Cloud Console tour, gcloud CLI basics, IAM overview |
| 2 | Compute deep dive | Compute Engine, GKE, Cloud Run, App Engine; labs on VM creation and GKE cluster deployment |
| 3 | Storage and databases | Cloud Storage classes, lifecycle, Cloud SQL HA, Spanner, Firestore, Bigtable |
| 4 | Networking | VPC, subnets, firewall rules, Cloud Load Balancing, Cloud NAT, VPN, Interconnect basics |
| 5 | Operations & billing | Cloud Monitoring, Cloud Logging, alerts, billing accounts, budgets, IAM audit logs |
| 6 | Review and practice exams | Full practice tests, review weak areas, hands-on Qwiklabs, exam-day prep |
Use the **Google Cloud Skills Boost** platform for official labs. The "Associate Cloud Engineer Learning Path" is the most aligned resource. Supplement with Qwiklabs quests and practice exams on platforms like Whizlabs or CertLand.
---
## What to Expect on Exam Day
Most questions follow a pattern: a business scenario, a constraint (cost, availability, compliance), and four options that are all technically possible but only one is the *best* fit. Practice reading questions for the constraint—it usually rules out two options immediately.
Watch out for:
- "Least operational overhead" → managed services win
- "Most cost-effective" → preemptible/spot VMs, lifecycle rules, sustained use discounts
- "Highest availability" → multi-zone or multi-region, with synchronous replication
---
Ready to test your knowledge? [Practice with our Google Cloud Associate Cloud Engineer exam](#).
We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience, personalize content, and analyze website traffic. By clicking 'Accept All', you agree to our use of cookies.
We use different types of cookies to optimize your experience on our website. Click on the categories below to learn more. You can change your preferences at any time.
Essential Cookies
Always Active
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you such as setting your privacy preferences, logging in, or filling in forms.
Analytics Cookies
These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. We use Google Analytics to improve our website's performance and user experience.
Advertising Cookies
These cookies are used to make advertising messages more relevant to you. They perform functions like preventing the same ad from continuously reappearing and ensuring that ads are properly displayed. We use Google Ads to show relevant advertisements.
Comments
No comments yet. Be the first!
Comments are reviewed before publication.