GCP Prep
ProfessionalDevOpsCloud Engineer

Professional Cloud DevOps Engineer

Professional Cloud DevOps Engineer covers building delivery pipelines, applying site reliability engineering practice, and monitoring services in production. More than any other exam in the programme, it tests process and culture alongside technology.

Overview

The distinguishing feature of this exam is that a real portion of it is not about products at all. Error budgets, blameless post-mortems, toil reduction and alerting philosophy are examined as concepts, and you can lose marks by answering with the technically strongest option rather than the operationally correct one.

If you have not read Google's public SRE material, do that before anything else. The exam's framing of reliability comes directly from it, and the vocabulary — SLI, SLO, error budget, toil — is used precisely.

The technical half is deployment strategy and observability. Expect canary and blue/green rollouts, traffic splitting, structured logging, log-based metrics, tracing and profiling.

A recurring question shape: a service is failing an SLO and you must choose what to do. The right answer is usually the one that respects the error budget policy, not the one that ships the most engineering.

Level
Professional
Exam length
120 minutes
Questions
50–60 multiple choice and multiple select
Registration fee
USD $200 (plus tax where applicable)
Valid for
2 years
Delivery
Online proctored, or onsite at a test centre
Recommended experience (official)
Google recommends 3+ years of industry experience, including 1+ year managing solutions on Google Cloud.

Our difficulty rating

4/5

Our recommended preparation

812weeks

Difficulty and preparation time are GCP Prep's own editorial assessments, not official figures.

Who Should Take This Certification?

  • DevOps and platform engineers
  • Site reliability engineers
  • Engineers who own delivery pipelines
  • Team leads responsible for production availability

Skills Covered

  • Bootstrapping an organisation and its projects for repeatable delivery
  • Designing CI/CD pipelines and artefact promotion
  • Infrastructure as code and configuration management
  • SLIs, SLOs and error budgets as operational decisions
  • Monitoring, alerting and reducing alert fatigue
  • Incident response, blameless post-mortems and toil reduction
  • Performance analysis and capacity planning

Exam Topics

Weightings are shown only where they are officially published — we do not estimate them.

1.Bootstrapping a Google Cloud organisation for DevOps

~10%
  • Designing a resource hierarchy that supports delivery
  • Managing projects, service accounts and permissions for automation
  • Infrastructure as code and repeatable environment creation
  • Managing shared platform services across teams

2.Building and implementing CI/CD pipelines

~30%
  • Designing pipelines from source through build, test and deploy
  • Artefact management, image scanning and supply chain integrity
  • Deployment strategies: rolling, blue/green and canary
  • Secure handling of credentials and secrets in pipelines
  • Testing strategy and quality gates

3.Applying site reliability engineering practices

~25%
  • Defining SLIs and SLOs that reflect user experience
  • Error budgets and the decisions they should drive
  • Toil identification and elimination
  • Incident response, on-call structure and escalation
  • Blameless post-mortems and follow-up actions

4.Implementing service monitoring strategies

~20%
  • Metrics, logs and traces and what each is good for
  • Designing alerts on symptoms rather than causes
  • Dashboards for different audiences
  • Log routing, retention and cost control

5.Optimising service performance

~15%
  • Identifying bottlenecks through profiling and tracing
  • Autoscaling behaviour and capacity planning
  • Troubleshooting latency and resource contention
  • Cost efficiency of running services

Preparation Roadmap

Our suggested order of study. Tick steps as you complete them — progress is saved in this browser.

Loading your progress…

Progress is saved in this browser

  1. SRE principles

    Start here, not with products. SLIs, SLOs, error budgets, toil and the philosophy of alerting on symptoms.

  2. Organisation and project bootstrapping

    Resource hierarchy, automation identities and repeatable environment provisioning.

  3. CI/CD pipeline design

    The heaviest scored domain. Source to build to test to artefact to deploy, with quality gates at each step.

  4. Deployment strategies

    Rolling, blue/green and canary — how each behaves under failure and how you roll back from it.

  5. Kubernetes operations

    Workload management, autoscaling, resource requests and limits, and debugging a failing deployment.

  6. Observability in depth

    Metrics, structured logs, traces and profiles. Log-based metrics and alert design are reliably tested.

  7. Incident response

    Roles during an incident, communication, and what a blameless post-mortem actually contains.

  8. Practice questions and mock exams

    Pay particular attention to questions where the technically impressive answer is the wrong one.

Certification ready

Study Resources

Learning-hub topics that cover this certification's material, written by us.

Official documentation and training remain the authoritative source for exam content. Our material explains concepts in our own words and is designed to sit alongside it, not replace it.

Practice Questions & Mock Exam

We have 18 original questions relevant to this certification, each with an explanation of why the correct answer is correct and why every distractor is not.

Career Opportunities

DevOps Engineer

Own the delivery pipeline and the platform teams deploy onto.

Site Reliability Engineer

The closest certification to SRE practice in the programme.

Platform Engineer

Build internal platforms and the paved road to production.

Release Engineer

Own build, artefact and release management at scale.

Explore career resources

Frequently Asked Questions

Do I need to read Google's SRE books?
You do not need to read them cover to cover, but you should be fluent in the core chapters on SLOs, error budgets, toil, monitoring and post-mortems. The exam uses that vocabulary precisely and expects you to reason within it.
How much Kubernetes is on this exam?
A significant amount, from an operations angle: autoscaling, resource management, rollouts and debugging. Cluster architecture depth matters less than being able to run workloads reliably.
Is it easier than Professional Cloud Architect?
It is narrower, which most people find easier. But the SRE-culture questions are genuinely difficult for engineers who have not worked in an SLO-driven environment, because the correct answer is often organisational rather than technical.
Which other certification pairs well with this one?
Associate Cloud Engineer beforehand for platform fluency, and Professional Cloud Architect afterwards if you are heading towards technical leadership.