- Exam Overview and Domain Weighting
- Domain 1: Designing and Planning a Cloud Solution Architecture
- Domain 2: Managing and Provisioning a Cloud Solution Infrastructure
- Domain 3: Designing for Security and Compliance
- Domain 4: Analyzing and Optimizing Technical and Business Processes
- Domain 5: Managing Implementation
- Domain 6: Ensuring Solution and Operations Excellence
- Case Studies and Question Format
- Scheduling Study Time Across Domains
- Who Hires PCA-Certified Architects
- Registration, Fees, and Renewal Mechanics
- Frequently Asked Questions
- The PCA exam has 6 domains covering design, provisioning, security, optimization, implementation, and operations.
- Case studies (Altostrat Media, Cymbal Retail, EHR Healthcare, KnightMotives Automotive) drive 20-30% of questions.
- The exam is 50-60 questions in 2 hours, scored strictly pass/fail with no partial credit shown.
- Standard exam costs $200 USD plus tax; renewal exam is $100 USD plus tax and only 25 questions.
Exam Overview and Domain Weighting
The Professional Cloud Architect exam is built around six content domains that Google Cloud updates periodically to reflect current platform capabilities, including recent additions like the Google Cloud Well-Architected Framework, Gemini Cloud Assist, the Gemini Enterprise Agent Platform, and AI Hypercomputer. Unlike associate-level certifications that test isolated skills, the PCA exam asks you to reason across an entire cloud environment - architecture, infrastructure, security, cost, delivery, and ongoing operations - often within the context of a single fictional company's business and technical requirements.
Google does not publish an official percentage weighting for each domain, which is one reason candidates struggle to prioritize their study time. This guide breaks down what each domain actually tests, what "high-value" topics look like inside it, and how the six domains interact with the exam's case-study format. If you want a step-by-step preparation plan instead of a domain breakdown, see our companion resource, the PCA Study Guide 2026: How to Pass on Your First Attempt.
Domain 1: Designing and Planning a Cloud Solution Architecture
This domain sets the tone for the entire exam. It tests whether you can translate business and technical requirements into a coherent Google Cloud architecture - covering compute, storage, networking, and data services - while balancing cost, performance, availability, and future scalability.
What Candidates Must Understand
You need to move fluidly between business constraints (budget, compliance, timeline) and technical decisions (which compute product, which storage class, which network topology).
- Choosing between Compute Engine, GKE, Cloud Run, and serverless options based on workload characteristics
- Designing multi-region and multi-zone architectures for availability and disaster recovery
- Applying the Google Cloud Well-Architected Framework pillars when justifying design tradeoffs
- Mapping storage and database choices (Cloud SQL, Spanner, Bigtable, Firestore, BigQuery) to workload access patterns
Because this domain is foundational, many candidates find it the most conceptually demanding - not because the facts are obscure, but because the questions require synthesis. Our dedicated resource, PCA Domain 1: Designing and planning a cloud solution architecture - Complete Study Guide 2026, walks through practice scenarios modeled on this reasoning style.
Domain 2: Managing and Provisioning a Cloud Solution Infrastructure
Once a design exists, someone has to build it. This domain shifts from architecture theory to implementation mechanics: provisioning resources, configuring networking, and managing infrastructure as code.
High-Value Topics
- Infrastructure as Code approaches using Terraform or Deployment Manager patterns
- VPC design, including shared VPC, peering, and hybrid connectivity via Cloud Interconnect or VPN
- IAM resource hierarchy: organizations, folders, projects, and how policies inherit
- Provisioning managed services (GKE clusters, Cloud SQL instances, load balancers) with appropriate configurations for the scenario
Expect scenario questions that describe a partially built environment and ask what should be provisioned next, or what configuration is missing to meet a stated requirement. For a deeper walkthrough of provisioning patterns and common exam traps, see PCA Domain 2: Managing and provisioning a cloud solution infrastructure - Complete Study Guide 2026.
Domain 3: Designing for Security and Compliance
Security is woven throughout the entire exam, but this domain isolates it as a standalone discipline: identity, network security, data protection, and compliance requirements that vary by industry (notably relevant to the EHR Healthcare case study, which involves healthcare data handling).
What to Master
- IAM roles, custom roles, and the principle of least privilege applied to real org structures
- VPC Service Controls and firewall rules for perimeter and micro-segmentation defense
- Encryption options - default encryption, CMEK, and CSEK - and when each is appropriate
- Compliance-driven design decisions, such as data residency and audit logging requirements
This domain is covered in more depth in PCA Domain 3: Designing for security and compliance - Complete Study Guide 2026, including sample questions that mirror the exam's applied style.
Domain 4: Analyzing and Optimizing Technical and Business Processes
This domain tests your ability to evaluate an existing system and recommend improvements - often around cost efficiency, performance bottlenecks, or operational maturity. It's less about building something new and more about diagnosing what's already there.
Common Question Patterns
- Identifying cost optimization opportunities: committed use discounts, rightsizing, autoscaling policies
- Recommending migration or modernization paths for legacy workloads (a recurring theme in the KnightMotives Automotive case study)
- Analyzing monitoring data to pinpoint performance or reliability gaps
- Weighing managed versus self-managed service tradeoffs for operational overhead reduction
Because this domain blends technical and business reasoning, candidates who only study technical documentation without practicing scenario analysis tend to underperform here. The PCA Domain 4: Analyzing and optimizing technical and business processes - Complete Study Guide 2026 resource breaks down the analytical frameworks the exam expects.
Domain 5: Managing Implementation
This domain covers the operational discipline of rolling out a design into production: deployment strategies, testing approaches, and coordinating implementation across teams and environments.
Key Areas
- CI/CD pipeline design using Cloud Build, Artifact Registry, and deployment automation
- Migration strategies for moving workloads and data into Google Cloud with minimal downtime
- Testing methodologies for validating infrastructure changes before production rollout
- Coordinating implementation phases across the case-study organizations' existing systems and constraints
Questions here often present a company mid-migration and ask what implementation step comes next or what risk needs mitigating before proceeding - testing whether you understand sequencing, not just individual tools.
Domain 6: Ensuring Solution and Operations Excellence
The final domain covers what happens after go-live: monitoring, incident response, reliability engineering, and continuous improvement. It's where the Well-Architected Framework's operational excellence pillar becomes most directly testable.
What Candidates Must Know
- Cloud Monitoring, Cloud Logging, and alerting policy design for proactive issue detection
- SLI/SLO/error budget concepts and how they inform operational decisions
- Incident response processes and post-incident review practices
- Using Gemini Cloud Assist for operational insights and troubleshooting recommendations within a Google Cloud environment
Key Takeaway
Domains 5 and 6 are frequently underestimated because candidates focus heavily on design (Domain 1). Budget dedicated review time for implementation sequencing and operational monitoring concepts, not just architecture patterns.
Case Studies and Question Format
Roughly 20-30% of the standard exam draws from four official case studies: Altostrat Media, Cymbal Retail, EHR Healthcare, and KnightMotives Automotive. Each describes a company's business requirements, existing technical environment, and constraints. Questions tied to these case studies can pull from any of the six domains - a single case study might generate a security question, a cost-optimization question, and an implementation-sequencing question.
The remaining 70-80% of questions are standalone multiple-choice and multiple-select items not tied to a specific case study, though they still test the same six domains. Because Google does not disclose which questions are scored versus unscored, treat every question - case-study or standalone - as consequential.
| Question Type | Approx. Share | What It Tests |
|---|---|---|
| Case-study based | 20-30% | Applied reasoning across multiple domains within a business scenario |
| Standalone multiple choice | Remaining majority | Direct knowledge of a single domain's concepts |
| Standalone multiple select | Included in above | Identifying multiple correct actions or components |
For a broader discussion of how case studies affect overall exam difficulty, see How Hard Is the PCA Exam? Complete Difficulty Guide 2026.
Scheduling Study Time Across Domains
Because the six domains build on each other - design decisions in Domain 1 affect provisioning in Domain 2, which affects security posture in Domain 3, and so on - sequencing your study in domain order tends to work better than jumping around randomly.
Domain 1 and Domain 2
- Study architecture patterns and Well-Architected Framework pillars
- Practice provisioning scenarios with Terraform or Deployment Manager logic
Domain 3
- Deep-dive IAM hierarchy, VPC Service Controls, and encryption options
- Review compliance angles from the EHR Healthcare case study
Domain 4
- Practice cost optimization and migration-analysis scenario questions
- Review KnightMotives Automotive modernization themes
Domains 5 and 6
- Study CI/CD and migration sequencing
- Review monitoring, SLO concepts, and Gemini Cloud Assist use cases
Full case-study review
- Work through all four case studies end-to-end
- Take timed practice questions to build 2-hour pacing stamina
This sequencing isn't a rigid formula - adjust the pace based on your existing Google Cloud experience - but studying domains in this order mirrors how the exam layers concepts on top of one another. For a fuller preparation framework including practice-test strategy, revisit the PCA Study Guide 2026: How to Pass on Your First Attempt.
Who Hires PCA-Certified Architects
Employers hiring for cloud architect, solutions architect, and infrastructure lead roles frequently list the PCA certification as a preferred or required qualification, particularly at organizations running production workloads on Google Cloud. Because the exam's domains mirror real job responsibilities - designing systems, provisioning infrastructure, securing environments, optimizing spend, managing rollouts, and maintaining operations - hiring managers often treat the credential as a proxy for end-to-end cloud ownership experience rather than narrow technical knowledge.
If you're evaluating whether this certification aligns with your career goals, our guides on PCA Jobs and Is the PCA Certification Worth It? Complete ROI Analysis 2026 cover the employer landscape and career return in more detail. For compensation context tied to the role, see the PCA Salary Guide 2026: Complete Earnings Analysis.
Registration, Fees, and Renewal Mechanics
The standard PCA exam costs $200 USD plus applicable tax and can be taken via online-proctored delivery from home or onsite at a Pearson VUE testing center, registered through Google Cloud's CM Connect/CertMetrics system. There are no formal prerequisites, though Google recommends 3+ years of industry experience with at least 1 year designing and managing solutions on Google Cloud.
Certification is valid for 2 years. Renewal opens during the professional renewal window beginning 60 days before expiration, and you can renew by retaking the standard exam, passing the shorter 1-hour, 25-question renewal exam for $100 USD plus tax, or using eligible Google Skills renewal options where available. For a full cost breakdown including retake fees and renewal economics, see PCA Certification Cost 2026: Complete Pricing Breakdown.
No official open-book allowance exists - standard ID verification, workspace checks, and exam-security rules apply whether you test online or at a testing center. Results are reported strictly pass/fail, with no domain-by-domain score breakdown provided.
To see how outcomes on this exam compare across the broader Google Cloud certification track, check PCA Pass Rate 2026: What the Data Shows. And if you're still getting oriented to the certification track itself, our foundational pieces - What Is PCA?, PCA Certification, and What Is PCA Certification? - cover the basics before you dive into domain-level prep.
Once you're ready to test your domain knowledge under realistic conditions, practicing with scenario-based questions on our practice test platform is one of the most direct ways to gauge readiness before exam day. Working through timed practice sets that mirror the case-study format helps surface weak domains before they cost you points on the real exam.
Frequently Asked Questions
Google does not publish official domain weightings for the standard exam, so it's best to prepare all six domains thoroughly rather than assume any single domain dominates the question count.
Yes - since case-study questions make up about 20-30% of the exam, understanding the business context and technical environment of Altostrat Media, Cymbal Retail, EHR Healthcare, and KnightMotives Automotive is important preparation.
Domain 1 (designing and planning) is a strong starting point since its architectural concepts underpin the provisioning, security, and operational decisions covered in later domains.
The renewal exam is shorter at 1 hour and 25 questions, costs $100 plus tax, and is designed for previously certified professionals, but it still covers the current domain content and Well-Architected Framework updates.
You can retake it, since up to 4 attempts are allowed within a 2-year period, though a waiting period applies after each failed attempt before you can register again.
- PCA Domain 1: Designing and planning a cloud solution architecture - Complete Study Guide 2026
- PCA Domain 2: Managing and provisioning a cloud solution infrastructure - Complete Study Guide 2026
- PCA Domain 3: Designing for security and compliance - Complete Study Guide 2026
- PCA Domain 4: Analyzing and optimizing technical and business processes - Complete Study Guide 2026