Google Cloud

GCP ACE Strategy Guide: Exam Scope Deep Dive, Must-Know gcloud Commands, 90-Day Study Plan

2026-05-24
NicheeLab Editorial Team

Associate Cloud Engineer (ACE) is the gateway exam for GCP. It tests whether you can properly configure and operate resources using both the Cloud Console and the gcloud CLI. This article breaks down the exam scope across all 5 domains, lists the most common gcloud commands, walks through Qwiklabs lab strategy, and lays out a 90-day pass plan.

Detailed Blueprint by 5 Domains

DomainWeightCommon Topics
Setting up a cloud solution environment17.5%Cloud Identity, Organization/Folder/Project, billing
Planning and configuring a cloud solution17.5%Pricing calculation, regions/zones, Compute Engine configuration
Deploying and implementing a cloud solution27.5%VM, GKE, Cloud Run, App Engine, Cloud Storage
Ensuring successful operation of a cloud solution20%Monitoring, logging, debugging, IAM roles
Configuring access and security17.5%IAM, Service Accounts, network controls

Must-Know gcloud Commands

Projects and Organizations

  • gcloud projects create / list / describe / delete
  • gcloud config set project PROJECT_ID
  • gcloud auth login / activate-service-account
  • gcloud organizations list

IAM

  • gcloud iam roles list / describe
  • gcloud projects add-iam-policy-binding PROJECT --member=user:EMAIL --role=roles/viewer
  • gcloud iam service-accounts create / keys create

Compute Engine

  • gcloud compute instances create / list / delete / start / stop
  • gcloud compute instance-groups managed create
  • gcloud compute disks snapshot / images create
  • gcloud compute firewall-rules create

GKE / Cloud Run

  • gcloud container clusters create / get-credentials
  • kubectl apply / get pods / scale deployment
  • gcloud run deploy / services list

Storage and Databases

  • gsutil mb / cp / rm / ls / iam / lifecycle
  • gcloud sql instances create / databases create
  • gcloud spanner instances create / databases create

Networking

  • gcloud compute networks create / subnets create
  • gcloud compute routes create
  • gcloud compute vpn-tunnels create

90-Day Pass Plan

  1. Weeks 1-2: Review CDL scope and core GCP concepts (org hierarchy, regions)
  2. Weeks 3-4: Skill Boost ACE Learning Path Modules 1-5
  3. Weeks 5-6: Hands-on with Compute Engine / GKE / Cloud Run (Qwiklabs)
  4. Weeks 7-8: Storage, database, and networking configuration exercises
  5. Weeks 9-10: IAM, monitoring, and billing management
  6. Week 11: 3 Challenge Labs + 2 mock exams
  7. Week 12: Shore up weak domains + hit 80% on the official Practice Exam
  8. Week 13: Take the exam

Qwiklabs / Hands-on Priority Order

LabDurationPriority
Cloud Engineer Learning Path (all 16 labs)20-30 h★★★★★
Challenge Lab: Set Up an App Dev Environment1.5 h★★★★★
Challenge Lab: Deploy & Manage Cloud Environments1.5 h★★★★★
Challenge Lab: Build & Secure Networks in GCP1.5 h★★★★★
Challenge Lab: Set Up & Configure a Cloud Environment1.5 h★★★★☆

Common Trick Questions

  • Custom vs Predefined Role: principle of least privilege and when to create a Custom Role
  • Choosing the right Service Account: User-managed vs Google-managed vs Default
  • Preemptible / Spot VM: 24-hour limit, shutdown conditions, up to 91% discount
  • Cloud Storage Storage Class: minimum storage durations for Standard / Nearline / Coldline / Archive
  • Cloud SQL HA: Regional instance automatic failover vs Read Replicas

Do I need to memorize gcloud CLI commands for ACE?

Full memorization is not required, but you must use the most common commands (compute instances, iam roles, projects, container clusters, gsutil) enough that the argument structure becomes second nature.

Should I learn using the GUI or the CLI?

Both. The exam leans heavily on the CLI, but the GUI helps you grasp resource relationships faster. The standard learning order is Cloud Console -> gcloud -> Terraform.

Can I do hands-on study within the free tier?

Yes. The $300 / 90-day free credit plus the Always Free Tier is plenty. An f1-micro VM, 5GB of Cloud Storage, and the free 1TB BigQuery query quota cover most hands-on labs.

Which areas do candidates struggle with most?

The IAM hierarchy (Org/Folder/Project), networking (VPC/Firewall), and GKE node pool configuration. Spend extra time on any area you don't touch in day-to-day work.

Which Qwiklabs labs should I prioritize?

Finish every lab in the ACE Learning Path and do the Challenge Labs (exam-style) at least 3 times. Challenge Labs are ideal practice for building resources with gcloud inside a time limit.

What mock exam score should I aim for?

The real exam passing score is estimated at 70-75%. If you can hit 85% on mock exams two times in a row, you're in safe territory for the real thing.

Where do I register for the exam?

Register at cloud.google.com/learn/certification and choose either a Kryterion test center or remote online proctoring. The fee is $125 USD (excluding tax) and the certification is valid for 3 years.

What should I watch out for on exam day?

Online proctoring requires a quiet private room, a clear desk, and a working webcam and microphone. Check-in opens 20 minutes before the start time. You cannot leave for the restroom mid-exam, so plan ahead.

Related Articles - ACE Exam Prep

GCP Associate Cloud Engineer (ACE) 完全ガイド|試験範囲・受験料・学習ロードマップ

Google Cloud Associate Cloud Engineer (ACE) の試験範囲・受験料 125 USD・3 年有効・5 ドメイン・gcloud CLI 中心・AWS SAA/Azure AZ-104 比較・100〜150 時間学習ロードマップを日本語で詳解。

GCP Professional Cloud Network Engineer (PCNE) 完全ガイド|VPC・Interconnect・Load Balancing

Google Cloud Professional Cloud Network Engineer の試験範囲、VPC / Cloud Interconnect / Cloud Load Balancing / Cloud Armor、AWS ANS・Azure AZ-700 比較を詳解。

gcloud CLI 必修コマンド集 100 選|セットアップ・認証・GCE/GKE/BQ 操作 (GCP)

Google Cloud CLI (gcloud) の必修コマンドを 100 個整理。インストール、認証、Configuration、GCE、GKE、Cloud Run、Cloud Storage、BigQuery、IAM、ネットワーク、ACE 試験対策まで網羅。

GCP Associate Google Workspace Administrator (AGWA) 完全ガイド|Workspace 管理入門

Google Cloud Associate Google Workspace Administrator (AGWA) の試験範囲、Gmail / Drive / Meet 管理、Cloud Identity 統合、Microsoft 365 (MS-102) 比較、PGWA / ACE / PCSE への発展ルートを日本語で詳解。

* Google Cloud is a trademark of Google LLC. This article is independently compiled study material and is not affiliated with Google LLC. Exam specifications can change, so always check the latest information on the official Google Cloud page.

Check what you learned with practice questions

Practice with certification-focused question sets

View the GCP exam prep page
Author

NicheeLab Editorial Team

NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.


Related articles
Google Cloud

Google Cloud Certification Roadmap (2026)

Choose your GCP certification path — Foundational, Associate...

Google Cloud

CDL Cloud Digital Leader: Complete Exam Guide (2026)

Pass the Cloud Digital Leader exam — cloud business value, G...

Google Cloud

GAIL Generative AI Leader: Complete Exam Guide (2026)

Pass the Generative AI Leader exam — Gemini, Vertex AI, Work...

Google Cloud

Vertex AI Fundamentals for GCP Certs (2026)

Vertex AI basics every cert candidate needs — Workbench, Pip...

Google Cloud

Associate Cloud Engineer (ACE): Complete Guide (2026)

Pass the Associate Cloud Engineer exam — Console, gcloud, pr...

Browse all Google Cloud articles (103)
© 2026 NicheeLab All rights reserved.