CDE logo
Focused certification exam prep
Start practice

What Is CDE Certification?

TL;DR
  • CDE costs $200 plus tax and runs 2 hours with 50-60 multiple-choice/multiple-select questions.
  • CI/CD Pipelines and Observability are tied as the largest domains at about 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 Is

The Professional Cloud DevOps Engineer (CDE) certification is Google Cloud's credential for engineers who build delivery pipelines, run production systems, and apply site reliability engineering (SRE) principles at scale. It's administered through Pearson VUE, with both online-proctored and onsite testing options, so candidates can sit for it from a home office or a physical test center depending on what's available in their region.

Unlike associate-level cloud certifications that test broad platform familiarity, CDE assumes you already work in or near production environments. The exam doesn't ask "what is Cloud Build" - it asks you to reason through a pipeline failure, a rollback decision, or an SLO breach the way you would on the job. If you're still mapping out what this credential covers at a conceptual level, our What Is CDE? and CDE Meaning pages break down the terminology before you dive into domain specifics here.

Not Just Another Acronym: If you landed here searching "what does CDE stand for," it's short for Cloud DevOps Engineer - Google's SRE-flavored certification track, distinct from other industry uses of the same initials. See What Does CDE Stand For? for a full disambiguation.

Registration, Format, and Fees

Registration for the CDE exam costs $200 plus applicable tax, paid directly through the Google Cloud certification portal before you schedule a Pearson session. There are no prerequisite courses or exams - Google doesn't gate registration behind any other certification - but the recommended background is meaningful: 3+ years of industry experience, with 1+ year designing and managing production systems specifically on Google Cloud. Skipping that experience doesn't disqualify you from registering, but it significantly raises the difficulty of the exam itself.

The exam format is consistent and worth memorizing before test day:

  • 50-60 questions, a mix of multiple-choice and multiple-select
  • 2-hour time limit - roughly 2 minutes per question if you distribute time evenly
  • Delivered via Pearson, online-proctored or at a testing center
  • Scenario-based phrasing - most questions describe a system state or incident and ask for the best next action

For a line-by-line cost breakdown, including what happens if you need to reschedule or retake, see CDE Certification Cost 2026: Complete Pricing Breakdown.

Key Takeaway

Budget for one attempt at $200 plus tax, but also budget study time around the two domains that make up half the exam - CI/CD Pipelines and Observability - since they carry disproportionate weight in scoring.

The Five Exam Domains

Google Cloud organizes the CDE exam into five domains with published (approximate) weightings. Two domains - Building and implementing CI/CD pipelines and Implementing observability practices - are tied at the top, each around 25% of the exam. That means half of your score is determined by pipeline and observability knowledge alone, which should directly shape how you allocate study hours.

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

Covers organizational structure, IAM policy design, resource hierarchy, and how you set up a Cloud environment that scales safely across teams.

  • Organization policies and folder/project hierarchy design
  • IAM roles vs. custom roles for least-privilege access
  • Infrastructure-as-code bootstrapping patterns (Terraform, Deployment Manager equivalents)

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

The largest domain, covering continuous integration and delivery for application, infrastructure, and machine learning workloads - not just app code.

  • Cloud Build, Cloud Deploy, and artifact management
  • Continuous testing strategies embedded in pipeline stages
  • Pipeline patterns specific to ML workloads, not only web services

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

Tests your understanding of SLIs, SLOs, error budgets, and how SRE principles translate into day-to-day operational decisions.

  • Defining and measuring SLOs against real service behavior
  • Error budget policy and its effect on release velocity
  • Incident response, postmortems, and toil reduction

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

Tied with Domain 2 as the heaviest section - expect deep coverage of logging, metrics, tracing, and diagnosing failures under pressure.

  • Cloud Monitoring, Cloud Logging, and Cloud Trace configuration
  • Alerting design that avoids noise while catching real degradation
  • Root-cause troubleshooting scenarios across distributed services

Domain 5: Optimizing Performance and Cost (12%)

The smallest domain by weight, but still tested - focuses on rightsizing, autoscaling, and cost-aware architecture decisions.

  • Autoscaling configuration for compute and managed services
  • Cost visibility tooling and budget alerts
  • Performance tuning without over-provisioning

For a deeper walkthrough of each domain with more granular subtopics, our CDE Exam Domains 2026: Complete Guide to All 5 Content Areas article expands on every bullet above. If you want domain-specific study guides, we've also published dedicated deep dives on Domain 1: Bootstrapping and maintaining a Google Cloud organization, Domain 2: Building and implementing CI/CD pipelines, Domain 3: Applying site reliability engineering practices, and Domain 4: Implementing observability practices and troubleshooting.

DomainWeightCore Focus
1. Bootstrapping a Google Cloud Organization20%IAM, org structure, resource hierarchy
2. CI/CD Pipelines25%Continuous testing, app/infra/ML pipelines
3. Site Reliability Engineering Practices18%SLOs, error budgets, incident response
4. Observability & Troubleshooting25%Monitoring, logging, tracing, root cause
5. Performance and Cost Optimization12%Autoscaling, rightsizing, cost controls

Who Hires CDE-Certified Engineers

The job titles associated with this certification tend to cluster around three patterns: platform/DevOps engineers building shared CI/CD tooling for multiple teams, SRE staff running production services with defined SLOs, and cloud infrastructure engineers responsible for both reliability and cost on Google Cloud. Employers ranging from mid-size SaaS companies to enterprises with dedicated platform teams list this certification in job postings as a signal that a candidate understands operational ownership, not just deployment mechanics.

If you're evaluating whether this certification maps to your career goals or current role, CDE Jobs catalogs the roles that most frequently reference this credential, and CDE Salary Guide 2026: Complete Earnings Analysis covers compensation patterns without relying on invented figures. For a broader cost-benefit view, Is the CDE Certification Worth It? Complete ROI Analysis 2026 weighs the certification against time and money invested.

Terminology Check: Candidates researching this space often bounce between similar-sounding queries. If you're unsure whether "CDE" in your search results refers to this Google Cloud credential or something else, our What Is A CDE? and What Does CDE Mean? articles clarify context before you commit study time.

Validity and Renewal

Like all Google Cloud professional certifications, CDE is valid for 2 years from the date you pass. The renewal window opens 60 days before expiration, and currently this credential requires you to retake the standard exam to renew - there is no abbreviated renewal-only version. That means the domains, format, and question count stay the same the second time around, so treat renewal prep with the same seriousness as your first attempt, especially since Google periodically updates domain content to reflect new tooling.

Because the renewal exam mirrors the original, staying current on Cloud Build, Cloud Deploy, and Cloud Monitoring feature changes between attempts will save you re-study time later.

How to Prepare Without Wasting Time

Generic exam advice ("study a little every day," "use flashcards") applies to almost any certification and won't move the needle much on its own. What actually matters for CDE is sequencing your study time around the domain weights, since two domains carry roughly half the exam's scoring weight.

Week 1-2

CI/CD Pipelines (Domain 2, 25%)

  • Build and deploy sample pipelines with Cloud Build and Cloud Deploy
  • Practice continuous testing gates for app, infrastructure, and ML workloads
Week 3-4

Observability & Troubleshooting (Domain 4, 25%)

  • Configure Cloud Monitoring dashboards and alerting policies
  • Work through simulated incident scenarios using Cloud Trace and Logging
Week 5

Organization Bootstrapping & SRE Practices (Domains 1 & 3, 38% combined)

  • Review IAM and resource hierarchy design decisions
  • Practice writing SLOs and reasoning through error budget tradeoffs
Week 6

Performance/Cost (Domain 5, 12%) + Full Review

  • Cover autoscaling and cost optimization patterns
  • Run full-length practice sessions under the 2-hour time limit

This sequencing front-loads the heaviest domains while your energy and study momentum are highest, then closes with the lighter-weight domain plus timed practice under real exam conditions. For a more detailed week-by-week plan with resource recommendations, see CDE Study Guide 2026: How to Pass on Your First Attempt. If you're still calibrating how much prep time you personally need, How Hard Is the CDE Exam? Complete Difficulty Guide 2026 and CDE Pass Rate 2026: What the Data Shows provide useful context on exam difficulty without relying on guesswork.

Practice Under Real Conditions: Because CDE questions are scenario-based rather than definition-based, timed practice matters more than passive review. Working through full-length simulations on our practice test platform before test day helps you calibrate pacing across all 50-60 questions.

Beyond timed practice, it helps to treat each domain box above as a checklist rather than a reading assignment - actually configure the IAM policies, actually trigger a Cloud Build pipeline failure, actually write an SLO for a sample service. The exam rewards hands-on familiarity over memorized definitions, which is also why candidates who've spent real time managing production Google Cloud systems tend to find the experience more manageable than those studying purely from documentation. You can review more CDE certification fundamentals and cross-reference them against the full practice test hub as you build out your study plan.

Frequently Asked Questions

Is there a prerequisite exam or course required before registering for CDE?

No. There are no formal prerequisites. Google recommends 3+ years of industry experience, including 1+ year managing production systems on Google Cloud, but registration itself has no gating requirement.

How much does the CDE exam cost in total?

Registration is $200 plus applicable tax, paid when you schedule through the Google Cloud certification portal and Pearson. See our detailed cost breakdown for regional tax notes and retake fees.

Which domains should I prioritize if I have limited study time?

Focus first on CI/CD Pipelines and Observability practices, since they're tied as the largest domains at roughly 25% each - together making up about half the exam.

How long does the CDE certification remain valid?

Two years from your pass date. The renewal window opens 60 days before expiration, and renewal currently requires passing the standard exam again rather than a shortened version.

What does the exam actually feel like - memorization or applied reasoning?

Applied reasoning. Most of the 50-60 multiple-choice and multiple-select questions describe a system state, incident, or design tradeoff and ask you to select the best next action rather than recall a definition.

Ready to pass your CDE exam?

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