- A CDE is a Google Cloud Professional Cloud DevOps Engineer, verified via a proctored, 50-60 question exam.
- CI/CD Pipelines and Observability each make up about 25% of the exam - the two largest domains.
- Registration costs $200 plus tax and is administered through Pearson, online or onsite.
- No prerequisites exist, though Google recommends 3+ years of industry experience and 1+ year on Google Cloud.
What Is a CDE, Exactly?
CDE is shorthand for the Professional Cloud DevOps Engineer certification, one of Google Cloud's professional-level credentials. If you've landed here searching "what is a CDE," the short answer is: it's a vendor-administered exam that verifies you can build CI/CD pipelines, apply site reliability engineering (SRE) practices, and run observability and troubleshooting workflows on Google Cloud infrastructure. It is not a general DevOps certificate - it is specifically anchored to Google Cloud tooling, services, and operational patterns.
Unlike associate-level cloud badges that test broad familiarity with a platform, the CDE assumes you already understand cloud fundamentals and instead probes how you operate, monitor, and optimize systems that are already running in production. That distinction matters when you're deciding whether this is the right next certification, and it's covered in more depth in our Is the CDE Certification Worth It? Complete ROI Analysis 2026 breakdown.
Who Issues the Credential and How
Google Cloud owns the Professional Cloud DevOps Engineer certification, but the actual test delivery is handled by Pearson, which offers both online-proctored exams (taken from your own computer with webcam monitoring) and onsite testing at physical test centers. There's no requirement to complete a specific Google training path first - you can register and sit the exam as soon as you feel ready, which is different from some vendor certifications that gate registration behind coursework.
Because the exam is closely tied to real Google Cloud services and operational scenarios, most candidates use hands-on lab time alongside structured review. If you want a full walkthrough of exam mechanics before diving into study, our CDE Certification overview and the What Is CDE Certification? explainer are good companion reads to this one.
The Five Domains That Define the Exam
The exam content isn't evenly distributed. Google Cloud publishes approximate weightings across five domains, and understanding that weighting is the single most useful thing you can do before opening a single study guide.
Domain 1: Bootstrapping and Maintaining a Google Cloud Organization (20%)
Covers organization-level setup: resource hierarchy, IAM structure, policy enforcement, and the foundational scaffolding that every workload sits on top of.
- Resource hierarchy and folder/project design
- IAM roles and policy inheritance
- Organization policies and constraints
Domain 2: Building and Implementing CI/CD Pipelines (25%)
The largest single domain, tied with observability. It spans pipelines for application code, infrastructure-as-code, and machine learning workloads - including continuous testing at each stage.
- Build and deployment automation across environments
- Continuous testing strategies for apps, infra, and ML
- Artifact management and rollout/rollback strategies
Domain 3: Applying Site Reliability Engineering Practices (18%)
Tests your grasp of SRE principles as Google defines them - SLIs, SLOs, error budgets, toil reduction, and incident response.
- Defining and measuring service level objectives
- Error budget policy and its effect on release velocity
- Postmortem and incident management practices
Domain 4: Implementing Observability Practices and Troubleshooting Issues (25%)
Equally weighted with CI/CD, this domain covers monitoring, logging, alerting, and diagnosing production issues using Google Cloud's operations tooling.
- Metrics, logs, and traces instrumentation
- Alerting policy design to avoid noise and missed incidents
- Root-cause troubleshooting across distributed systems
Domain 5: Optimizing Performance and Cost (12%)
The smallest domain by weight, but still tested - resource rightsizing, autoscaling tuning, and cost visibility.
- Autoscaling and capacity planning
- Cost monitoring and budget alerting
- Performance tuning for compute and storage
For a domain-by-domain breakdown with more granular subtopics, see our dedicated CDE Exam Domains 2026: Complete Guide to All 5 Content Areas resource, which pairs well with this overview.
Key Takeaway
Because CI/CD Pipelines and Observability each account for roughly a quarter of the exam, candidates who under-study either domain risk missing nearly half the available points.
What the Questions Actually Look Like
The exam consists of 50-60 questions delivered as multiple-choice and multiple-select items, all to be completed within a 2-hour window. There's no coding sandbox and no live console interaction - every question is scenario-based text, typically describing a situation ("a team's deployment pipeline is failing intermittently during canary releases…") and asking you to choose the best operational response from several plausible-looking options.
This format rewards judgment over memorization. Two or three answer choices are often technically valid, but only one aligns with Google Cloud's recommended practices for the described scenario. That's why simply knowing service names isn't enough - you need to understand when SRE principles like error budgets should override a rigid release schedule, or when a logging-based alert is more appropriate than a metrics-based one.
If you're trying to gauge how much this format differs from other cloud exams you may have taken, our How Hard Is the CDE Exam? Complete Difficulty Guide 2026 article covers that comparison directly, and CDE Passing Score 2026: Exactly What You Need to Pass explains how scoring works without relying on guessed numbers.
Who Hires People With This Title
Organizations running production workloads on Google Cloud - particularly those with mature or maturing DevOps/SRE functions - look for this credential when hiring or promoting into roles like Platform Engineer, Site Reliability Engineer, DevOps Engineer, and Infrastructure Engineer. It's also common among consultants and systems integrators who need to demonstrate Google Cloud operational competency to clients.
The credential signals two things to a hiring manager simultaneously: familiarity with Google Cloud's specific tooling (Cloud Build, Cloud Deploy, Cloud Monitoring, Cloud Logging, and similar services) and fluency in the broader discipline of SRE and DevOps practice. That combination is why it's frequently listed as a preferred (rather than required) qualification in job postings. For a closer look at how this plays out in postings and compensation ranges, see CDE Jobs and CDE Salary Guide 2026: Complete Earnings Analysis.
Registration, Fees, and Logistics
Registering for the exam is straightforward: you sign up through Google Cloud's certification portal, which routes scheduling through Pearson. You choose between an online-proctored session or an onsite test center appointment, whichever suits your setup better.
| Detail | Specification |
|---|---|
| Registration fee | $200 plus applicable tax |
| Test delivery | Pearson - online-proctored or onsite |
| Question count | 50-60 multiple-choice / multiple-select |
| Time allotted | 2 hours |
| Prerequisites | None required; 3+ years industry experience recommended |
| Recommended Google Cloud experience | 1+ year designing and managing production systems |
Because there are no formal prerequisites, anyone can register regardless of background - but Google's own recommendation of 3+ years of industry experience, including at least a year working with production systems on Google Cloud specifically, is a meaningful signal about the exam's difficulty level. For the full cost picture, including retake fees and how it compares to other cloud certifications, read CDE Certification Cost 2026: Complete Pricing Breakdown. If you're unsure whether your background meets the recommended bar, CDE Requirements 2026: Eligibility, Prerequisites & How to Qualify walks through that in detail, and CDE Exam Dates 2026: Testing Windows, Deadlines & Scheduling covers how to actually book a slot.
Validity and Renewal
Once earned, the Professional Cloud DevOps Engineer certification is valid for 2 years. Google opens the renewal window 60 days before the credential expires, and as of now, renewal requires retaking the standard exam rather than a shortened recertification version. That means the material doesn't get "easier" the second time around - you're preparing as though sitting the exam fresh, which is worth planning for well before your expiration date approaches.
Mapping a Study Plan to the Domains
Rather than studying generically, the most efficient approach is to sequence your review around domain weight and dependency. Foundational topics (organization setup) should come first because later domains assume you understand the environment they operate in.
Organization Foundations
- Resource hierarchy, IAM, and policy - Domain 1 material
- Set up a sandbox project mirroring exam-style scenarios
CI/CD Pipelines
- Build and test pipelines for app, infra, and ML workloads - the single largest domain
- Practice continuous testing and rollout strategies hands-on
SRE Practices
- SLIs, SLOs, error budgets, and incident response workflows
Observability and Troubleshooting
- Cloud Monitoring, Cloud Logging, alerting design - tied for the largest domain weight
- Practice diagnosing scenario-based production issues
Performance and Cost, Then Review
- Autoscaling, rightsizing, and cost alerting - the smallest domain
- Full-length practice exam and weak-area review
Notice that Weeks 2-3 and 5-6 get double the time of the smaller domains - that's a direct response to the 25%/25%/18%/20%/12% split, not a generic template. For a more detailed week-by-week breakdown with resource recommendations, see the CDE Study Guide 2026: How to Pass on Your First Attempt, and keep a condensed version of key facts handy using the CDE Cheat Sheet 2026: One-Page Review of Must-Know Facts.
Once you've worked through the material, running full-length timed practice exams on our practice test platform is the most reliable way to confirm you can apply domain knowledge under the same 2-hour, 50-60 question constraints you'll face on test day.
Frequently Asked Questions
In this context, CDE refers to the Professional Cloud DevOps Engineer certification from Google Cloud. See What Does CDE Stand For? and CDE Meaning for more on the term itself.
No. There are no formal prerequisites, though Google recommends 3+ years of industry experience, including at least 1 year designing and managing production systems on Google Cloud.
The exam runs 2 hours and includes 50-60 multiple-choice and multiple-select questions covering all five domains.
CI/CD Pipelines and Observability practices are tied as the largest domains at approximately 25% each, so they deserve the most preparation time, followed by the Bootstrapping domain at 20% and SRE practices at 18%.
The certification is valid for 2 years. The renewal window opens 60 days before expiration, and renewal currently requires retaking the standard exam rather than a shorter recertification test.
Understanding what a CDE actually is - and how its domains, question format, and registration mechanics differ from other cloud certifications - is the groundwork for building a realistic study timeline. From here, pairing domain-specific review with full-length timed practice on clouddevopspracticetest.com is the most direct path toward exam readiness.