CDE logo
Focused certification exam prep
Start practice

CDE Certification

TL;DR
  • The exam runs 50-60 questions in 2 hours, proctored by Pearson, for $200 plus tax.
  • CI/CD Pipelines and Observability are tied as the largest domains at roughly 25% each.
  • No prerequisites exist, but Google recommends 3+ years of experience, including 1+ year on Google Cloud production systems.
  • Certification is valid for 2 years, with a renewal window opening 60 days before expiration.

What the CDE Certification Actually Tests

The Professional Cloud DevOps Engineer certification is Google Cloud's way of validating that you can operate, not just build, production systems. It's less about memorizing service names and more about proving you understand how CI/CD pipelines, monitoring stacks, and reliability practices work together on real Google Cloud environments. If you're still deciding whether this is the right credential to pursue, the overview in CDE Certification covers the fundamentals, and What Is CDE Certification? breaks down how it fits into Google's broader certification track.

Unlike associate-level cloud exams that lean heavily on service trivia, this exam expects scenario reasoning: given a described incident, pipeline failure, or cost overrun, what's the most appropriate Google Cloud-native fix? That framing shapes everything from how you study to how you should pace yourself during the actual test.

Not a Generic Cloud Exam: The CDE exam assumes you already know core infrastructure concepts and instead tests judgment under operational pressure - incident response, pipeline design, and cost/performance tradeoffs specific to Google Cloud tooling.

Registration, Format, and Fee Mechanics

Google Cloud administers this certification through Pearson, and you can sit for it either online-proctored from home or onsite at a testing center. Registration costs $200 plus applicable tax, and the exam itself consists of 50-60 multiple-choice and multiple-select questions delivered in a 2-hour window.

There are no formal prerequisites - you can register the day you decide to pursue the credential. That said, Google explicitly recommends 3+ years of industry experience, including at least 1 year designing and managing production systems specifically on Google Cloud. Candidates who skip that recommendation and jump in without hands-on Google Cloud time tend to struggle most with scenario-based questions rather than factual recall. For a full breakdown of what the $200 fee does and doesn't include, see CDE Certification Cost 2026: Complete Pricing Breakdown.

AttributeDetail
DeliveryPearson - online-proctored or onsite
Fee$200 + applicable tax
Length2 hours
Questions50-60, multiple-choice and multiple-select
PrerequisitesNone formally required
Recommended experience3+ years industry, 1+ year on Google Cloud production systems
Validity2 years

The Five Exam Domains, Weighted Correctly

Google publishes approximate domain weightings, and the distribution tells you exactly where to invest study time. CI/CD Pipelines and Observability are tied as the largest sections at about 25% each - together they represent half the exam. If you only read one other resource before test day, make it the full domain breakdown in CDE Exam Domains 2026: Complete Guide to All 5 Content Areas.

Domain 1: Bootstrapping and Maintaining a Google Cloud Organization (20%)

Covers organizational structure, IAM policy design, resource hierarchy, and governance patterns that let teams operate safely at scale.

  • Organization, folder, and project hierarchy decisions
  • IAM roles vs. custom roles vs. policy inheritance
  • Infrastructure-as-code bootstrapping patterns (Terraform, Config Connector)

The dedicated guide at CDE Domain 1: Bootstrapping and maintaining a Google Cloud organization walks through each governance scenario in depth.

Domain 2: Building and Implementing CI/CD Pipelines (25%)

The single largest domain. Expect questions on pipeline design for application code, infrastructure changes, and ML workloads, plus continuous testing strategy.

  • Cloud Build, Cloud Deploy, and artifact management workflows
  • Progressive rollout strategies - canary, blue/green, rolling
  • Testing gates for infrastructure and ML pipeline stages

See CDE Domain 2: Building and implementing CI/CD pipelines for scenario walkthroughs.

Domain 3: Applying Site Reliability Engineering Practices (18%)

Focuses on SLOs, error budgets, incident management, and postmortem culture - the practices that separate DevOps engineers from generalist cloud admins.

  • Defining SLIs/SLOs and calculating error budget burn
  • Toil reduction and automation prioritization
  • Blameless postmortem structure and follow-through

Full coverage lives in CDE Domain 3: Applying site reliability engineering practices.

Domain 4: Implementing Observability Practices and Troubleshooting Issues (25%)

Tied with Domain 2 as the heaviest section. Tests your fluency with Cloud Monitoring, Cloud Logging, Cloud Trace, and how to diagnose issues from telemetry alone.

  • Building dashboards and alerting policies that map to SLOs
  • Log-based metrics and structured logging strategy
  • Root-cause troubleshooting from distributed traces

Study the specifics in CDE Domain 4: Implementing observability practices and troubleshooting issues.

Domain 5: Optimizing Performance and Cost (12%)

The smallest domain by weight, but not one to skip - questions here test whether you can right-size infrastructure, tune autoscaling, and reduce spend without breaking reliability commitments made in Domain 3.

Key Takeaway

Because Domains 2 and 4 together account for roughly half the exam, weak observability or pipeline knowledge will hurt your score more than any other gap - prioritize accordingly.

Question Style: What "Multiple-Select" Really Means Here

With 50-60 questions in 2 hours, you get roughly two minutes per question - tighter than it sounds once you hit multi-part scenarios. Many questions present a short operational scenario (a failing deployment, a noisy alert, a budget overrun) and ask you to select the best next action, not just a technically correct one. Multiple-select questions don't tell you how many answers are correct, so partial-credit guessing strategies don't work the way they might on other exams.

This format rewards candidates who've internalized Google Cloud's recommended patterns rather than memorized documentation. For an honest assessment of how tough this actually is compared to other Google Cloud certifications, read How Hard Is the CDE Exam? Complete Difficulty Guide 2026. And if you want data-informed expectations rather than gut feel, CDE Pass Rate 2026: What the Data Shows puts the difficulty question in context.

Pacing Tip: Flag multi-scenario questions on first pass rather than solving them immediately - some later questions reuse the same scenario context, and reading ahead can save re-reading time.

Who Hires CDE-Certified Engineers

Job titles tied to this certification cluster around Site Reliability Engineer, DevOps Engineer, Platform Engineer, and Cloud Infrastructure Engineer roles - typically at organizations already running meaningful workloads on Google Cloud rather than just experimenting with it. Employers use the credential as a signal that a candidate can own the full lifecycle: pipeline design, deployment automation, monitoring, and incident response, not just one slice of it.

If you're mapping the certification to actual job postings and career paths, CDE Jobs catalogs the roles that most frequently list this credential as preferred or required. It's also worth weighing the investment against outcomes before committing study time - CDE Salary Guide 2026: Complete Earnings Analysis and Is the CDE Certification Worth It? Complete ROI Analysis 2026 both dig into that question using available data rather than assumptions.

A Domain-Weighted Prep Schedule

Generic study techniques only help if you apply them against the right material at the right time. Because CI/CD Pipelines and Observability each carry about 25% weight, they deserve the largest blocks in any prep plan - Domain 5's 12% weight means it shouldn't consume equal calendar time even though it's a distinct topic.

Week 1

Organization Foundations

  • Study Domain 1: IAM, resource hierarchy, and bootstrapping patterns
  • Review Config Connector and Terraform organization setup
Weeks 2-3

CI/CD Deep Dive

  • Work through Domain 2 pipeline scenarios for app, infra, and ML workloads
  • Practice Cloud Build and Cloud Deploy configuration exercises
Week 4

SRE Practices

  • Study Domain 3: SLOs, error budgets, incident lifecycle
  • Draft sample postmortems from hypothetical incidents
Weeks 5-6

Observability and Troubleshooting

  • Study Domain 4: Cloud Monitoring, Logging, Trace
  • Practice diagnosing issues from logs and dashboards alone
Week 7

Cost/Performance and Full Review

  • Study Domain 5: autoscaling, right-sizing, budget alerts
  • Run full-length timed practice sets across all five domains

For a more detailed week-by-week methodology, including how to sequence practice exams against domain review, see CDE Study Guide 2026: How to Pass on Your First Attempt. Running realistic timed sets on the practice test hub before your final review week is the most reliable way to confirm your two-minutes-per-question pacing holds up under exam conditions.

Renewal, Validity, and Keeping the Credential Current

The certification is valid for 2 years from the date you pass. The renewal window opens 60 days before your expiration date, and currently this credential requires retaking the standard exam to renew - there's no separate abbreviated renewal path. Because Google periodically updates domain weightings and tooling coverage as Google Cloud services evolve, treat renewal as a chance to re-validate against whatever the current exam guide reflects, not just a formality.

Mark your calendar around the 60-day window rather than waiting until the credential lapses - letting it expire means starting the process without an active certification on your résumé in the interim.

Terminology Note: If you've seen "CDE" used in unrelated contexts, clarify which one you mean - resources like What Is CDE?, CDE Meaning, What Does CDE Stand For?, What Is A CDE?, and What Does CDE Mean? exist because the acronym overlaps with other fields. This article and its cross-links refer specifically to Google's Professional Cloud DevOps Engineer certification.

If formal instruction fits your learning style better than self-paced review, CDE Training outlines available course options aligned to these five domains. Whichever path you choose, cycling through timed question sets on the main practice test platform remains the most direct way to convert domain knowledge into exam-day speed, and revisiting the practice hub periodically as you move through the study timeline helps confirm which domains still need work before you lock in a test date.

Frequently Asked Questions

Do I need prior Google Cloud certifications before attempting the CDE exam?

No. There are no formal prerequisites. Google only recommends 3+ years of industry experience, including 1+ year designing and managing production systems on Google Cloud - this is guidance, not a registration requirement.

Which domain should I study first?

Start with Domain 1 (Bootstrapping and maintaining a Google Cloud organization) since IAM and resource hierarchy concepts underpin scenarios in every other domain, then move into the heavier-weighted CI/CD Pipelines and Observability domains.

How many questions are on the exam and how much time do I get?

The exam has 50-60 multiple-choice and multiple-select questions to complete within 2 hours, administered through Pearson either online-proctored or at a testing center.

What happens when my certification expires?

Certifications are valid for 2 years. The renewal window opens 60 days before expiration, and renewal currently requires retaking the standard exam rather than a shortened recertification process.

Is Domain 5 worth studying if it's only 12% of the exam?

Yes. While it's the smallest domain, performance and cost optimization questions often intersect with SRE and observability scenarios, so skipping it can cost you points across multiple question types, not just its own section.

Ready to pass your CDE exam?

Put this into practice with free CDE questions across every exam domain.