CDE logo
Focused certification exam prep
Start practice

What Is CDE Certification?

TL;DR
  • CDE is Google Cloud's Professional Cloud DevOps Engineer certification, delivered via Pearson for $200 plus tax.
  • The exam has 50-60 questions in 2 hours, all multiple-choice or multiple-select, with no case studies.
  • CI/CD Pipelines and Observability are tied as the largest domains at roughly 25% each.
  • There are no enforced prerequisites, but Google recommends 3+ years of industry experience and 1+ year on Google Cloud.

What the CDE Certification Actually Is

The Professional Cloud DevOps Engineer credential - almost universally shortened to "CDE" in study forums and blog posts - is Google Cloud's exam-based certification for engineers who build, automate, and operate production systems using DevOps and site reliability engineering (SRE) practices. It is not a course you complete or a badge you earn by watching videos. It's a proctored exam that validates whether you can actually design CI/CD pipelines, instrument systems for observability, and apply SRE principles inside Google Cloud environments.

If you've landed here after searching variations like What Is CDE?, CDE Meaning, What Does CDE Stand For?, or What Is A CDE?, this article consolidates the practical answer: it's a professional-level Google Cloud certification, it costs $200, it lasts 2 years, and its content is split across five specific domains that we'll break down below.

Quick Definition: CDE stands for Google Cloud's Professional Cloud DevOps Engineer certification - a 2-hour, 50-60 question proctored exam covering CI/CD, SRE practices, observability, cost/performance optimization, and Google Cloud organization setup.

Who Administers It and How Registration Works

Google Cloud owns the certification, but the actual test delivery is handled through Pearson, which offers two formats: online-proctored (from your own computer with webcam monitoring) or onsite at a physical testing center. Both formats cost $200 plus any applicable tax, and both use the identical question bank and time limit - the format is purely a logistical choice based on your comfort level and local test center availability.

Registration itself is straightforward: you create a Webassessor account tied to your Google Cloud certification profile, select an available date, and pay the fee at checkout. For a full breakdown of what's included in that price, what add-ons exist (like retake fees), and how the CDE fee compares to other Google Cloud certifications, see CDE Certification Cost 2026: Complete Pricing Breakdown. If you're trying to plan around a specific testing window, CDE Exam Dates 2026: Testing Windows, Deadlines & Scheduling walks through scheduling mechanics in more detail.

Exam Format, Timing, and Question Style

The CDE exam consists of 50 to 60 questions, all multiple-choice or multiple-select, delivered within a 2-hour window. There are no essay questions, no live labs, and no coding exercises during the exam itself - everything is scenario-based reasoning against a fixed answer set. That said, the scenarios are deliberately layered: a typical question describes a situation (a failing deployment, a noisy alert, a cost spike) and asks you to select the best next action or configuration choice among several plausible-sounding options.

This format matters for how you prepare. Because there's no partial credit and no way to "show your work," you need pattern recognition for how Google Cloud services are meant to be used together, not just theoretical knowledge of each service in isolation. If you're unsure whether your current knowledge level is exam-ready, How Hard Is the CDE Exam? Complete Difficulty Guide 2026 covers what makes this particular exam challenging compared to associate-level certifications, and CDE Passing Score 2026: Exactly What You Need to Pass explains how scoring works since Google does not publish a raw percentage cutoff.

Key Takeaway

Budget roughly 2 minutes per question on average, but expect uneven pacing - some questions are quick recall, others require reading a multi-paragraph scenario twice before the correct combination of answers becomes clear.

The Five Exam Domains Explained

Google Cloud organizes the CDE exam into five domains, each with an approximate weight. These weights are official but described as approximate, meaning individual exam forms may shift slightly. Here's the breakdown:

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

Covers the foundational setup of a Google Cloud environment - organizational policies, resource hierarchy, IAM structure, and infrastructure-as-code practices for provisioning that foundation.

  • Organization, folder, and project structure decisions
  • IAM roles and policy inheritance across the resource hierarchy
  • Infrastructure as code (Terraform, Deployment Manager equivalents) for repeatable environment setup

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

The largest domain, tied with observability. Covers continuous integration and continuous delivery pipelines for application code, infrastructure changes, and machine learning workloads - including continuous testing at each stage.

  • Pipeline design using Cloud Build, Cloud Deploy, and artifact management
  • Testing strategies embedded into the deployment pipeline, not bolted on afterward
  • Deployment strategies: canary, blue/green, and rolling releases

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

Focuses on SRE fundamentals as Google itself defines and practices them - service level indicators/objectives, error budgets, and incident response.

  • Defining and measuring SLIs and SLOs for real services
  • Error budget policy and how it drives release decisions
  • Postmortem culture and blameless incident review

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

Tied with CI/CD as the largest domain. Covers logging, monitoring, tracing, and the diagnostic workflow for isolating and resolving production issues.

  • Cloud Monitoring dashboards, alerting policies, and uptime checks
  • Cloud Logging queries and log-based metrics
  • Distributed tracing and root-cause analysis across microservices

Domain 5: Optimizing Performance and Cost (12%)

The smallest domain by weight, but still tested - covers rightsizing, autoscaling, and cost visibility tooling.

  • Autoscaling configuration for compute and managed services
  • Cost monitoring and budget alerting
  • Performance tuning tradeoffs between latency, throughput, and spend

For a deeper dive into subtopics within each domain, along with example scenario framing, see CDE Exam Domains 2026: Complete Guide to All 5 Content Areas. Because CI/CD Pipelines and Observability are tied at approximately 25% each, together they make up half the exam - which should heavily influence how you allocate study time.

Domain Weighting Insight: CI/CD Pipelines (25%) and Observability (25%) together account for roughly half the exam content. Site Reliability Engineering practices (18%) and Bootstrapping an Organization (20%) form the next tier, while Performance and Cost Optimization (12%) is the lightest domain.

Who Pursues This Certification (and Who Hires For It)

CDE sits at the intersection of software engineering and infrastructure operations. It's typically pursued by people already working as, or transitioning into, roles like DevOps engineer, site reliability engineer, platform engineer, or cloud infrastructure engineer. Unlike associate-level cloud certifications that validate broad familiarity with a platform, CDE assumes you already understand cloud fundamentals and instead tests whether you can operate that platform reliably at production scale.

Employers who post roles referencing this credential are generally looking for candidates who can own the full lifecycle of a deployment pipeline - from code commit through automated testing, release, and post-deployment monitoring - rather than someone who only writes application code or only manages infrastructure tickets. If you're evaluating job market signal for this credential, CDE Jobs looks at how the certification shows up in job postings and hiring conversations, and CDE Salary Guide 2026: Complete Earnings Analysis examines how compensation is discussed for certified professionals.

Whether the time and cost investment pays off for your specific career stage is a fair question - Is the CDE Certification Worth It? Complete ROI Analysis 2026 walks through that decision in more depth than we can cover here.

Eligibility and Recommended Experience

There are no formal prerequisites for the CDE exam - you can register and sit for it regardless of your certification history or job title. However, Google explicitly recommends candidates have 3 or more years of industry experience, including at least 1 year designing and managing production systems specifically on Google Cloud. This recommendation is not enforced at registration, but it reflects the actual difficulty level of the scenario-based questions.

In practice, candidates without hands-on Google Cloud production experience tend to struggle most with Domain 4 (Observability) and Domain 3 (SRE practices), since these domains reward familiarity with what real incidents and real dashboards look like, not just documentation knowledge. A full discussion of eligibility nuances, including how self-taught candidates without professional Google Cloud experience can still prepare effectively, is available in CDE Requirements 2026: Eligibility, Prerequisites & How to Qualify.

Validity Period and Renewal

Like all Google Cloud professional-level certifications, CDE is valid for 2 years from the date you pass. The renewal window opens 60 days before your certification expires, giving you a defined runway to schedule and sit for the renewal exam without a lapse in active status. As of now, renewing this specific credential requires retaking the standard exam - there is no separate abbreviated renewal assessment for CDE.

AttributeDetail
Delivered byPearson (online-proctored or onsite)
Registration fee$200 plus applicable tax
Question count50-60 multiple-choice / multiple-select
Time limit2 hours
PrerequisitesNone required; 3+ years recommended
Validity period2 years
Renewal windowOpens 60 days before expiration
Renewal methodStandard exam retake

Mapping Your Prep to the Domain Weights

Because CI/CD Pipelines and Observability each carry approximately 25% of the exam, it makes sense to schedule your heaviest review blocks around those two domains rather than spreading time evenly across all five. A domain-weighted study plan generally outperforms a chronological "read the docs front to back" approach, especially if your working experience is stronger in one domain than another.

Weeks 1-2

Domain 2: CI/CD Pipelines

  • Build and tear down a full Cloud Build to Cloud Deploy pipeline
  • Practice canary and blue/green deployment configurations
Weeks 3-4

Domain 4: Observability

  • Configure Cloud Monitoring alerting policies and SLO dashboards
  • Practice log-based metric queries and trace analysis
Week 5

Domains 1 and 3

  • Review IAM hierarchy and org-level infrastructure as code
  • Draft sample SLIs/SLOs and an error budget policy
Week 6

Domain 5 plus full review

  • Study autoscaling and cost monitoring basics
  • Run full-length practice exams and review missed domains

For a more granular, week-by-week structure with recommended resources and hands-on labs, see CDE Study Guide 2026: How to Pass on Your First Attempt. And once you're deep into review mode, CDE Cheat Sheet 2026: One-Page Review of Must-Know Facts is useful for last-pass memorization of service names, thresholds, and command patterns you don't want to fumble on exam day.

If you want to gauge readiness before booking your exam date, running through timed practice questions on clouddevopspracticetest.com against each domain individually - rather than only full mixed exams - helps surface which of the five domains needs another pass. Reviewing how many test-takers report struggling with specific domains, as covered in CDE Pass Rate 2026: What the Data Shows, can also help calibrate how much buffer time to leave yourself before your scheduled date.

Formal training options exist too, ranging from self-paced coursework to instructor-led bootcamps; CDE Training breaks down which format tends to suit which type of learner, particularly for candidates who don't yet have a full year of hands-on Google Cloud production experience.

Practical Tip: Since the exam has no partial credit and 50-60 scenario questions in 2 hours, practicing under real time pressure on a full-length practice test matters more than passively re-reading documentation.

Frequently Asked Questions

Is CDE the same as CDE Certification?

Yes - "CDE" and "CDE Certification" both refer to Google Cloud's Professional Cloud DevOps Engineer credential. See CDE Certification and What Is CDE Certification? for related framing of the same credential.

What does CDE stand for exactly?

CDE is shorthand for "Cloud DevOps Engineer," referring to Google Cloud's Professional Cloud DevOps Engineer certification. A full breakdown of the term's origin and usage is in What Does CDE Mean?.

Do I need prior Google Cloud certifications before attempting CDE?

No. There are no enforced prerequisites. Google only recommends, not requires, 3+ years of industry experience and 1+ year working on Google Cloud production systems.

How many questions are on the CDE exam and how long do I have?

The exam contains 50 to 60 multiple-choice and multiple-select questions, and you have 2 hours to complete it.

How long does the certification stay valid, and what does renewal require?

It's valid for 2 years. The renewal window opens 60 days before expiration, and renewal currently requires passing the standard exam again rather than a shortened renewal assessment.

Ready to pass your CDE exam?

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