Google Cloud · 2026 Edition
A complete preparation guide written by Google Cloud-certified engineers. Covers the exam format,all 6 blueprint domains, a week-by-week study plan, and proven tips for passing first time.
4–6 months
Prep time
Advanced
Difficulty
60
Exam questions
720/1000
Pass mark
Exam code
PCA
Full name
Google Professional Cloud Architect
Vendor
Google Cloud
Duration
120 minutes
Questions
60 items
Passing score
720/1000 (scaled)
Domains covered
6 blueprint domains
Recommended experience
3+ years of cloud architecture experience; 1+ year of hands-on GCP experience
Typical prep time
4–6 months
The Google Professional Cloud Architect (PCA) is one of the most recognised cloud certifications globally. It validates the ability to design, develop, and manage secure, scalable, and highly available Google Cloud solutions.
Job roles this opens
Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.
Weeks 1–3
Designing Cloud Solutions: compute, storage, networking, databases
Tip: PCA uses two case studies in the exam: Mountkirk Games and Dress4Win (or equivalent). Read the official Google case studies before your exam — the exam refers to these companies by name and asks you to design solutions for their stated requirements.
Weeks 4–6
Managing and Provisioning: IAM, deployment manager, Terraform, Anthos
Tip: Anthos is Google's hybrid and multi-cloud platform. Know that Anthos clusters can run on GCP, on-premises (VMware), and other clouds (AWS, Azure). Anthos Config Management applies Kubernetes configurations consistently across all clusters using GitOps-style policy management.
Weeks 7–9
Designing for Security and Compliance: VPC Service Controls, Cloud Armor, Identity-Aware Proxy
Tip: VPC Service Controls create a security perimeter around Google Cloud services. Know that they prevent data exfiltration by blocking access to GCP APIs from outside the perimeter, even from authenticated identities — this is different from IAM, which controls who can do what.
Weeks 10–15
Analysing Processes and Ensuring Reliability: SLOs, error budgets, DR, monitoring
Tip: Google SRE concepts appear on PCA: SLI (what you measure, e.g. request latency), SLO (your target, e.g. 99.9% of requests under 200ms), SLA (commitment to customers, often slightly lower than SLO), error budget (how much reliability you can afford to spend on new features). Know these definitions and their relationships.
PCA is a scenario-based exam. The case studies are publicly available on cloud.google.com — read them carefully before your exam and understand the business and technical requirements for each company.
Cloud Spanner is tested on PCA for scenarios requiring globally distributed relational databases with strong consistency and horizontal scaling. Know when to choose Spanner (global OLTP, strong consistency across regions) vs Cloud SQL (regional relational database) vs Bigtable (NoSQL, low-latency analytics).
GCP networking: VPC is global (unlike AWS where VPCs are regional), subnets are regional. Shared VPC allows multiple projects to share a single VPC network — the host project owns the network, service projects use it. Know when to recommend Shared VPC vs VPC peering.
Cloud Run vs GKE: Cloud Run is fully managed serverless containers (no cluster to manage, scales to zero, charged per request), GKE is managed Kubernetes (you manage node pools, scales to zero requires config, charged per node). PCA scenarios use the word 'managed overhead' or 'Kubernetes expertise' to distinguish which to recommend.
Google Cloud IAM hierarchy: Organisation → Folder → Project → Resource. IAM permissions are inherited downward — a role granted at the organisation level applies to all projects. Know that a deny policy (newer feature) can block inherited permissions at a lower level.
Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.
Deep-dive explanations of the key topics tested on PCA — with exam key points and common misconceptions.