GCP Study Resources Guide¶
Consolidated Google Cloud study resources referenced across the GCP certifications in this repo. Use this as the central hub when preparing for any GCP certification.
Official Google Resources¶
Documentation and learning paths¶
- π Google Cloud Documentation - Authoritative service documentation
- π Google Cloud Skills Boost - Free + paid official labs and learning paths
- π Google Cloud Certification Page - Cert paths, exam guides, registration
- π Google Cloud Architecture Framework - Reliability, security, cost, ops, performance, sustainability
- π Cloud Architecture Center - Reference architectures, blueprints, solution guides
- π Solution Library - Industry and use-case solutions
Blogs¶
- Google Cloud Blog - Product launches and feature updates
- Google Cloud Tech Blog (Medium) - Engineering write-ups
- Inside Machine Learning - ML/AI specifically
- Data Analytics Blog
- Identity & Security
Video and event content¶
- Google Cloud Next sessions - annual conference
- Google Cloud on YouTube - product demos and tech talks
- Cloud Study Jams on YouTube
Hands-on Practice¶
Free / low-cost lab environments¶
- Google Cloud Free Tier - $300 credit for 90 days + always-free tier
- Cloud Skills Boost - Hands-on Qwiklabs (subscription gives unlimited lab time)
- Cloud Skills Boost Innovators Plus - Free tier for Google Innovators
- Google Cloud Sandbox - Sandbox projects for paid Skills Boost users
Commercial lab platforms¶
- A Cloud Guru / Pluralsight - sandbox accounts, broad GCP catalog
- Whizlabs - practice exams + labs
- KodeKloud - DevOps-focused labs
Building your own¶
- Use Terraform (google provider) or Deployment Manager to spin up + tear down lab environments
- Use a dedicated GCP project per cert prep to keep costs and resources isolated
- Set Budget alerts before you start
Practice Exams¶
| Provider | Strength | Cost |
|---|---|---|
| Google Cloud Skills Boost Practice Exam | Official; closest to real exam style | included with subscription or one-off |
| Whizlabs | Volume of questions; cheap | $10-20 per cert |
| Tutorials Dojo (Jon Bonso) | High-quality explanations (he covers GCP) | $15-30 |
| Dan Sullivan / A Cloud Guru | Bundled with Pluralsight courses | varies |
| ExamTopics | Free; quality varies; treat as supplementary | free |
Aim for 80%+ on the same practice exam twice in a row before scheduling.
Video Courses¶
- Dan Sullivan (Pluralsight + his own books) - the most-recommended PCA, PDE, Cloud Engineer prep
- Linux Academy / A Cloud Guru - broad GCP catalog; check freshness as services evolve fast
- Coursera Google Cloud specializations - official multi-week courses; thorough but slower
- Stephane Maarek (Udemy) - some GCP content (more limited than his AWS catalog)
Communities¶
- r/googlecloud - active discussion + cert reports
- r/GoogleCloudCertified - cert-focused
- Google Cloud Community - official forums
- GCP Slack (cloudcommunity) - real-time discussion
Cost-Optimization for Lab Use¶
- Activate the $300 / 90-day free credit when you commit to studying.
- One project per cert prep; use IAM to make sure you only have access to that project.
- Set Budget alerts at $25 / $50 / $100 thresholds.
- Tear down resources after every lab session - delete the project to nuke everything cleanly.
- Prefer preemptible / Spot VMs for compute-heavy labs.
- Use e2-micro instances for cheap always-on labs (free tier eligible).
- See GCP Cost Optimization Guide.
Repo Cross-References¶
- GCP CLI Cheat Sheet
- GCP Well-Architected Notes
- GCP Cost Optimization
- GCP Troubleshooting
- On-Prem to GCP Migration
- Service Comparisons (cross-cloud)
- Practice Resources (cross-vendor)
Last reviewed: 2026-04. GCP renames products occasionally (e.g., Vertex AI consolidated AutoML / AI Platform); if a service name in this guide looks dated, check the GCP product page for the current name.