logo
GCP专业级☁️ 云计算

Google Cloud Certified - Professional Cloud Developer

验证您在 Google Cloud 上构建可扩展、高可用应用程序的能力。GCP 专业级云开发者认证。

$200
Exam Fee
50
Questions
120m
Exam Duration
70/100
Passing Score
?
Bottom line · It depends

GCP 开发者认证对已经在用 GCP 的团队有价值,但市场需求远低于 AWS DVA-C02。

MEMBERSHIP

JR Academy Membership

Unlock all certifications, courses & tools at a fraction of the cost

  • All certification exam prep included
  • Course discounts up to 50%
  • AI tools & Chrome extensions
  • Priority 1-on-1 coaching
View Membership Plans

What this certification covers

This page is structured for quick scanning first: exam format, fit, prep time, and the actual study scope.

Google Cloud Certified - Professional Cloud Developer 验证你在 GCP 上构建、测试和部署应用的能力。考试 50-60 题,120 分钟,及格线约 70%,考试费 $200 USD。

与 GCP ACE 不同,PCD 假设你已经会配 GKE、Cloud Run、Cloud Functions — 它考的是"给你一个微服务架构,哪个方案在延迟、成本、可维护性之间平衡最好"。CI/CD 部分占 28% 权重,Cloud Build + Artifact Registry + Cloud Deploy 的组合是必考知识点。

GCP 认证的考生总量远小于 AWS(全球 GCP 认证持证人约 20 万 vs AWS 超过 300 万),但在用 GCP 的公司里(Spotify、Twitter/X、PayPal),这张证的认可度很高。

You will work with

Cloud RunGKECloud BuildCloud DeployCloud FunctionsPub/SubCloud MonitoringCloud LoggingCloud TraceArtifact Registry

After preparation

  • 获得 Google Cloud 官方专业级云开发者认证
  • 掌握 GCP 云原生应用开发最佳实践
  • 具备 CI/CD 流水线设计与实施能力
  • 能够实施 SRE 原则和服务监控策略

Exam details

Exam Code
PCDE
Provider
Google Cloud Platform
Duration
120 minutes
Question Count
50 questions
Passing Score
70/100
Validity
2 years
Exam Fee
$200 USD
Question Types
Single choice, Multiple select
Languages
English, 日本語
Official Page

Who should take it

Good fit

  • 云应用开发工程师
  • 后端开发工程师
  • DevOps 工程师
  • 希望验证 GCP 开发能力的软件工程师
  • 希望掌握云原生开发的传统应用开发者

Before you start

  • 3 年以上软件开发经验(含 1 年以上 GCP 实践)
  • 熟悉至少一种编程语言(Java, Python, Go 等)
  • 了解容器化和微服务架构
  • 具备 CI/CD 基础知识

Is it worth it? Career value

Salary ranges, target job titles, and the real career impact of holding GCP Professional Cloud Developer.

澳洲
$120K-170KAUD
美国
$140K-200KUSD
新加坡
$100K-150KSGD
Cloud DeveloperBackend EngineerGCP Application EngineerPlatform Engineer

市场现实

澳洲市场上明确要求 GCP 认证的 JD 占比约 12%,远低于 AWS(45%)和 Azure(30%)。但如果目标公司的技术栈是 GCP,这张证就是必备项 — 因为竞争对手少,有证 vs 没证的差异更明显。

不适合考的人:还没确定要走 GCP 方向的人。GCP 认证不像 AWS SAA 那样有"通用敲门砖"效果。如果你的目标公司没用 GCP,这张证对简历的帮助有限。

Study preparation

With hands-on AWS

6-8 weeks

From scratch

10-14 weeks

Daily pace

1-2 hours/day

Learning path preview

7 chapters
1
PCDE 考试概述与备考指南
45 min
2
构建和实施 CI/CD 流水线
140 min
3
应用 SRE 原则
120 min
4
实施服务监控策略
120 min
5
优化服务性能
110 min
6
云原生应用开发实践
100 min
+ 1 more chapters inside the full path

Step-by-step preparation

A concrete week-by-week plan from past test-takers — not generic advice.

1

第一阶段:GCP 计算服务对比(2 周)

搞清楚 Cloud Run vs GKE vs Cloud Functions vs App Engine 的选型边界。Cloud Run 适合无状态容器,GKE 适合需要 Pod 间通信的微服务,Cloud Functions 适合事件驱动的轻量任务。

2

第二阶段:CI/CD + 可观测性(2-3 周)

Cloud Build 的 cloudbuild.yaml 配置、Artifact Registry 镜像管理、Cloud Deploy 的 delivery pipeline。监控部分重点是 Cloud Logging 的过滤语法和 Cloud Trace 的延迟分析。

3

第三阶段:数据存储 + 安全(2 周)

Firestore vs Cloud SQL vs Spanner 的选型逻辑,Secret Manager 管理密钥,IAM service account 最小权限原则。

4

第四阶段:模考冲刺(1 周)

用 Google 官方 Practice Exam + Whizlabs 做 2-3 套模考,稳定 75% 以上再去考。

Real test-taker experiences

What it actually took for real candidates to pass — prep time, scores, and lessons learned.

题目比预想的难,很多场景题要求你在 Cloud Run 和 GKE 之间做选择,关键是看题目有没有提到"stateful"或"inter-service communication" — 有的话选 GKE。

GCP 用户 2 年通过
Sydney Backend Engineer · 6 weeks prep

没有 GCP 实操经验会很痛苦。建议至少用 GCP Free Tier 跑一遍 Cloud Build + Cloud Run 的完整部署流程,光看文档不够。

全栈工程师转云通过
· 9 weeks prep

Certification comparison

GCP Professional Cloud DeveloperGCP Associate Cloud EngineerGCP Professional Cloud Architect
ProviderGCPGCPGCP
Level专业级助理级专业级
Fee$200$125$200
Duration120 min120 min120 min
Question count505060
Validity2 yrs2 yrs2 yrs

Study tips and common mistakes

💡

**选型题的关键词**:"serverless + stateless" → Cloud Run;"Kubernetes + service mesh" → GKE;"event-driven + short-lived" → Cloud Functions。

💡

**IAM 题做排除法**:看到 "service account key" 基本是错误选项,GCP 推荐 Workload Identity Federation。

💡

**考试可以用 Google Cloud Console 的知识**:题目不会问 CLI 命令的具体参数,但会问你在 Console 里应该去哪个页面配置。

⚠️

**Cloud Run 和 GKE 选错** — Cloud Run 是无状态容器,不支持 Pod 间直接通信;需要 sidecar 或服务网格选 GKE。

⚠️

**忽略 Cloud Deploy** — 很多人只准备了 Cloud Build,但考试会问 Cloud Deploy 的 progressive delivery(canary/rolling)配置。

⚠️

**Firestore 模式混淆** — Native Mode 用于移动/Web 应用(实时同步),Datastore Mode 用于后端服务(无实时监听)。

FAQ

Frequently Asked Questions

If you plan to take GCP Professional Cloud Developer, start with real practice.

50+ questions, chapter-by-chapter learning, mock exams, wrong-question review, and AI tutor support live in the exam page.

Go to exam prep

From $39 · 2 free chapters

Related certifications