ロードマップ_シニア

PCDE 学習ロードマップ — シニアエンジニア向け(4〜6 週コース)

対象: 実務 5 年以上 / SRE / プラットフォームエンジニア経験豊富 / 他クラウドで同等資格保有 学習時間目安: 30〜60 時間(週 8-15 時間 × 4-6 週)


戦略

シニアは「知識のギャップを狙い撃ち」「GCP 固有用語を正しく覚える」「Google 公式の推奨パスを暗記」の 3 点に絞る。

[Week 1] ギャップ分析 + 高頻度サービスの公式ドキュメント直読
[Week 2] Section 2 + 4(試験 50%)を集中学習
[Week 3] Section 1 + 3 + 5
[Week 4] 模擬試験 + 弱点補強 + 受験

Week 1: ギャップ分析

Day 1: シラバスとの自己照合

../00_試験概要/シラバス詳細.md の各 Considerations に対して、自分の理解度を ◎/◯/△/× で採点する。

Day 2-3: × と △ の項目を潰す

公式ドキュメントを直読:

Day 4-7: 全セクションの要点と暗記.md を通読

../02_学習資料/01_組織と基盤/03_要点と暗記.md など、各セクションの要点ファイルを 1 日 1 セクション ペースで読み切る。


Week 2: Section 2 + 4 集中(試験 50%)

Section 2: CI/CD

トピック チェックポイント
Cloud Build substitution / dynamic substitution / private pool / availableSecrets
Artifact Registry Remote / Virtual / リージョン選定 / ライフサイクルポリシー
Cloud Deploy release / rollout / phase / canary verification / parallel deployment
Binary Authorization attestor / policy / dry-run / breakglass / Continuous Validation
SLSA Level 1〜4 の差分・provenance
Software Delivery Shield Software Composition Analysis / Image scanning
Secret 管理 Secret Manager rotation / Workload Identity Federation / Parameter Manager

../03_問題集/section2_問題集.md を解く

Section 4: 可観測性

トピック チェックポイント
Logging LQL / log-based metric / sink (BQ/PubSub/GCS) / exclusion
Monitoring Metrics Explorer / PromQL / 4 つのチャート種別
Managed Prometheus self-deployed と GMP の差・GKE integration
Alerting SLI/SLO alert / multi-burn-rate / notification channels
Trace OTel 計装 / waterfall 分析 / log との correlation
Profiler CPU / heap / contention の各プロファイル
Synthetic Monitor URL / script ベース・Cloud Monitoring synthetic
Gemini Cloud Assist ログ要約 / 異常検知 / トラブルシュート

../03_問題集/section4_問題集.md を解く


Week 3: Section 1 + 3 + 5

Section 1: 組織と基盤

../03_問題集/section1_問題集.md

Section 3: SRE

../03_問題集/section3_問題集.md

Section 5: FinOps

../03_問題集/section5_問題集.md


Week 4: 模擬試験 + 受験

やること
../04_模擬試験/模擬試験1.md(2 時間) + 復習
弱点セクション学習資料復習
../04_模擬試験/模擬試験2.md(2 時間) + 復習
公式サンプル問題 + 全要点と暗記.md 通読
用語集 ★3 のみ最終確認
休息
受験 🚀

他クラウド資格保有者向け:サービス対応表

AWS / Azure ↔ GCP(PCDE 範囲)

カテゴリ AWS Azure GCP(PCDE で要押さえ)
CI CodeBuild Azure Pipelines (Build) Cloud Build
CD CodeDeploy / CodePipeline Azure Pipelines (Release) Cloud Deploy
Container Registry ECR Azure Container Registry Artifact Registry(multi-format)
IaC(マネージド) CloudFormation ARM / Bicep Infrastructure Manager(Terraform マネージド)
Secret 管理 Secrets Manager Key Vault Secret Manager / Cloud KMS
監視 CloudWatch Azure Monitor Cloud Monitoring(+ Managed Prometheus)
ログ CloudWatch Logs Log Analytics Cloud Logging
分散トレース X-Ray Application Insights Cloud Trace
プロファイル CodeGuru Profiler App Insights Profiler Cloud Profiler
エラー集約 App Insights Error Reporting
Image スキャン Inspector / ECR scan Defender for Containers Artifact Analysis / Container Analysis
サプライチェーン Signer / in-toto Binary Authorization + SLSA + Software Delivery Shield
Identity Federation IAM Identity Center / WIF Workload Identity Federation Workload Identity Federation
Service Mesh App Mesh Cloud Service Mesh(旧 Anthos Service Mesh)
Fleet 管理 EKS Anywhere Arc GKE Fleets
Policy OPA / SCP Azure Policy Policy Controller / Organization Policy
Recommender Compute Optimizer Advisor Recommender / Active Assist
Spot Spot Instances Spot VMs Spot VMs
Reserved Reserved Instances / Savings Plans Reservations Committed Use Discounts (CUD)
SLO サービス Cloud Monitoring Service Monitoring

シニア向け試験戦略

  1. 「Google 推奨」を選ぶ:複数選択肢が「動く」場合、最も Google ネイティブで運用負荷が低いものを選ぶ。
  2. マネージド > 自前:「Prometheus を自分で運用」より「Managed Service for Prometheus」が正解な場合がほとんど。
  3. Cloud Build / Cloud Deploy のセット出題:CI と CD を別々に問う問題ではなく、組み合わせで問われる。
  4. SLO の数字感覚:「99.99% を月で何分」「2 リクエストの失敗で SLO 違反かどうか」程度は瞬時に判断。
  5. 新サービスは正解になりやすい:Gemini Cloud Assist、Cloud Workstations、Infrastructure Manager、Cloud Service Mesh、Software Delivery Shield など。
  6. 「No code change」「No app modification」要件 → サイドカー / プロキシ / Service Mesh:例 — mTLS を「アプリ無改造で」入れる → Cloud Service Mesh。