Skip to content

schinchli/cloud-certification-exam-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Certified Architect Exam Guide PDF + AWS SAA-C03 Cheatsheet + GCP Certification Prep 2026

The most complete free resource for AWS (CLF-C02, SAA-C03, SAP-C02), GCP (ACE, PCA), and Anthropic Claude (CCA-F) certifications.
Real notes from a 13x AWS Certified architect who has trained 1,000+ engineers β€” including the official Anthropic CCA-F exam guide with all sample questions and exercises.

AWS GCP Claude CCA-F Stars License: MIT


Overview

This repository is a free, structured certification prep hub built from real exam experience across AWS, GCP, and Anthropic Claude. Every guide is mapped to official exam domains. No paywalls. No dumps. No filler.

What's inside:

  • Deep-dive study notes for 8 certifications
  • SAP-C02 professional notes across 16 topic modules
  • AWS hands-on security labs (KMS, WAF, RDS, Secrets Manager)
  • GCP Cloud Digital Leader + GenAI Leader complete guides
  • Official Anthropic CCA-F exam guide PDF β€” all 5 domains, 12 sample questions with answers, 4 hands-on exercises, full appendix
  • Cheatsheets, practice questions, and learning roadmaps

Who This Is For

Profile What You'll Get
Beginner (0 β†’ Cloud) CLF-C02 + GCP Digital Leader roadmap
Developer / DevOps SAA-C03 study guide + hands-on labs
Architect SAP-C02 professional notes (16 modules)
AI / ML Engineer AIF-C01, MLS-C01, GCP ML Engineer paths
Claude / AI SDK developer CCA-F exam guide with official PDF + all sample questions
Multi-cloud professional AWS + GCP comparison + Claude CCA-F

Anthropic Claude CCA-F β€” Official Exam Guide

The Claude Certified Architect – Foundations (CCA-F) is Anthropic's certification for solution architects building production systems with Claude. Launched March 2026 as part of the Claude Partner Network.

πŸ“„ Download Official CCA-F Exam Guide PDF
β†’ Full CCA-F Study Guide with All Sample Questions

Exam at a Glance

Questions 60 multiple-choice, scenario-based
Duration 120 minutes
Passing Score 720 / 1,000 (scaled 100–1,000)
Format 4 of 6 scenarios randomly selected
Cost Free (Claude Partner Network) / $99 otherwise
Registration anthropic.skilljar.com

5 Exam Domains

Domain Weight Core Topics
D1: Agentic Architecture & Orchestration 27% Agentic loops (stop_reason), hub-and-spoke multi-agent, Task tool spawning, PostToolUse hooks, session forking
D2: Tool Design & MCP Integration 18% Tool descriptions for selection, 4–5 tools per agent, tool_choice modes, .mcp.json vs ~/.claude.json, isError flag
D3: Claude Code Configuration 20% CLAUDE.md hierarchy, .claude/rules/ glob patterns, .claude/commands/, plan mode vs direct execution, -p flag for CI
D4: Prompt Engineering & Structured Output 20% Explicit criteria, few-shot examples, tool_use + JSON Schema, validation-retry loops, Message Batches API
D5: Context Management & Reliability 15% "Case facts" blocks, lost-in-the-middle, escalation triggers, structured error propagation, scratchpad files

6 Exam Scenarios

  1. Customer Support Resolution Agent β€” get_customer, lookup_order, process_refund, escalate_to_human
  2. Code Generation with Claude Code β€” CLAUDE.md, slash commands, plan mode
  3. Multi-Agent Research System β€” coordinator/subagent, parallel Task calls, provenance tracking
  4. Developer Productivity with Claude β€” built-in tools (Read/Write/Grep/Glob), MCP servers
  5. Claude Code for CI/CD β€” -p flag, --output-format json, PR review automation
  6. Structured Data Extraction β€” JSON schemas, validation-retry, Message Batches API

Key Facts the Exam Tests

stop_reason = "tool_use"  β†’ continue agentic loop
stop_reason = "end_turn"  β†’ stop

tool_choice: "auto"       β†’ model may return text
tool_choice: "any"        β†’ model MUST call a tool
tool_choice: {forced}     β†’ model calls specific tool

~/.claude/CLAUDE.md       β†’ personal only, NOT version-controlled
.claude/CLAUDE.md         β†’ team-shared via VCS
.claude/rules/            β†’ path-specific, YAML frontmatter glob patterns
.claude/commands/         β†’ project slash commands (shared)
~/.claude/commands/       β†’ personal slash commands (not shared)

-p / --print              β†’ non-interactive mode for CI/CD

Message Batches API       β†’ 50% cost savings, up to 24h, no SLA
                          β†’ never use for blocking pre-merge checks

Programmatic enforcement  β†’ deterministic (use for financial operations)
Prompt instructions       β†’ probabilistic (non-zero failure rate)

AWS Certification Prep

Exam Level Guide Cheatsheet
AWS Cloud Practitioner (CLF-C02) Foundational Roadmap β†’ Cheatsheet β†’
AWS Solutions Architect Associate (SAA-C03) Associate Study Guide β†’ Cheatsheet β†’
AWS AI Practitioner (AIF-C01) Foundational Notes β†’ AWS Core β†’
AWS ML Specialty (MLS-C01) Specialty Notes β†’ AWS Core β†’
AWS Security Specialty (SCS-C02) Specialty Notes β†’ AWS Core β†’
AWS Solutions Architect Professional (SAP-C02) Professional 16-Module Notes β†’ AWS Core β†’

β†’ Full AWS guide: How to Pass AWS Certification in 2026


GCP Certification Prep

Exam Level Guide Cheatsheet
GCP Cloud Digital Leader Foundational Complete Guide β†’ GCP Cheatsheet β†’
GCP Associate Cloud Engineer (ACE) Associate Roadmap β†’ GCP Cheatsheet β†’
GCP Professional Cloud Architect (PCA) Professional Roadmap β†’ GCP Cheatsheet β†’
Google Cloud GenAI Leader Foundational Complete Guide β†’ GCP Core β†’
GCP Professional ML Engineer Professional Roadmap β†’ GCP Cheatsheet β†’

β†’ Full GCP guide: GCP Associate Cloud Engineer Complete Guide 2026


Cloud Certification Learning Roadmap

START HERE
    β”‚
    β–Ό
FOUNDATIONAL (4–6 weeks each)
    β”œβ”€β”€ AWS Cloud Practitioner (CLF-C02)      β†’ first cert, validates cloud basics
    └── GCP Cloud Digital Leader               β†’ GCP equivalent of CLF
    β”‚
    β–Ό
ASSOCIATE (6–10 weeks each)
    β”œβ”€β”€ AWS Solutions Architect Associate (SAA-C03)   ← highest ROI cert in market
    └── GCP Associate Cloud Engineer (ACE)
    β”‚
    β–Ό
SPECIALIST / AI
    β”œβ”€β”€ AWS GenAI Practitioner (AIF-C01)
    β”œβ”€β”€ AWS ML Specialty (MLS-C01)
    β”œβ”€β”€ AWS Security Specialty (SCS-C02)
    β”œβ”€β”€ GCP Professional ML Engineer
    └── Anthropic Claude Certified Architect – Foundations (CCA-F)  ← new 2026
    β”‚
    β–Ό
PROFESSIONAL (10–16 weeks)
    β”œβ”€β”€ AWS Solutions Architect Professional (SAP-C02)
    └── GCP Professional Cloud Architect (PCA)

Repo Structure

cloud-certification-exam-prep/
β”‚
β”œβ”€β”€ Anthropic Claude/
β”‚   β”œβ”€β”€ README.md                     All 5 domains Β· 12 sample Qs Β· 4 exercises Β· appendix
β”‚   └── Claude Certified Architect – Foundations Certification Exam Guide.pdf
β”‚
β”œβ”€β”€ AWS/
β”‚   β”œβ”€β”€ SAP-C02/                      16-module professional notes (IAM β†’ DR β†’ IaC)
β”‚   β”œβ”€β”€ AIF-C01-GenAI-Practitioner/
β”‚   β”œβ”€β”€ MLS-C01-ML-Specialty/
β”‚   β”œβ”€β”€ SCS-C02-Security-Specialty/
β”‚   └── security-labs/               Hands-on: KMS Β· WAF Β· RDS Secrets Manager
β”‚
β”œβ”€β”€ GCP/
β”‚   β”œβ”€β”€ Cloud-Digital-Leader/         Complete guide + practice questions
β”‚   └── GenAI-Leader/                 Google Cloud AI certification guide
β”‚
β”œβ”€β”€ cheatsheets/
β”‚   β”œβ”€β”€ aws-saa-c03.md               SAA-C03 + CLF-C02 exam day reference
β”‚   β”œβ”€β”€ gcp-ace-pca.md               ACE + PCA exam day reference
β”‚   β”œβ”€β”€ aws-core-services.md
β”‚   β”œβ”€β”€ gcp-core-services.md
β”‚   └── claude-cca-f.md
β”‚
β”œβ”€β”€ practice-questions/               AWS Β· GCP Β· Claude CCA-F
β”‚
└── roadmap/
    β”œβ”€β”€ aws-certification-guide.md    How to pass AWS SAA-C03 in 2026
    └── gcp-certification-guide.md   How to pass GCP ACE in 2026

Official Study Resources

Platform Free Courses Practice Tests Docs
AWS Skill Builder Official Practice docs.aws.amazon.com
GCP Cloud Skills Boost GCP Practice cloud.google.com/docs
Anthropic Anthropic Academy Official Exam docs.anthropic.com

Practice Questions


Cheatsheets

Cheatsheet Best For
AWS SAA-C03 + CLF-C02 AWS exam day quick reference
GCP ACE + PCA GCP exam day quick reference
AWS Core Services Service-by-service reference
GCP Core Services GCP service reference
Claude CCA-F Key Concepts CCA-F exam day reference

Why This Repo

  • 13x AWS Certified β€” notes built from real certification experience
  • 1,000+ engineers trained β€” content tested against what actually appears on exams
  • Official sources only β€” no third-party dumps, no unverified content
  • No paywalls β€” 100% free
  • Actively maintained β€” covers 2026 certifications including Anthropic CCA-F
  • Hands-on labs β€” not just theory; deployable AWS security labs included
  • Official PDF hosted here β€” Anthropic CCA-F exam guide PDF with all sample questions and exercises, downloadable directly from this repo

Learn With a Mentor β€” 1:1 Guidance

Struggling to know where to start? Stuck on exam concepts?
Work directly with Shashank Chinchli β€” Sr. Solutions Architect at GitLab, ex-AWS, AWS Golden Jacket recipient.

Role Sr. Solutions Architect @ GitLab
Background ex-AWS
Certifications 13x AWS Certified
Recognition AWS Golden Jacket β€” awarded to top AWS community contributors
Engineers Trained 1,000+
Mentor Rating Top 1% on Topmate

What you get from 1:1 mentorship:

  • Personalized certification roadmap for your background and goals
  • Exam strategy β€” what to focus on, what to skip
  • Architecture review and real-world scenario coaching
  • Resume and career positioning for cloud roles
  • Direct answers from someone who has passed 13 AWS exams

Common pain points solved:

"I don't know which cert to take first."
"I've been studying for months and keep failing."
"I passed the exam but can't get interviews."
"I need to go from developer to solutions architect."

β†’ Book a session on Topmate


Roadmap

  • AWS SAP-C02 professional notes (16 modules)
  • AWS specialty notes β€” AIF-C01, MLS-C01, SCS-C02
  • AWS hands-on security labs
  • GCP Cloud Digital Leader complete guide + practice questions
  • GCP GenAI Leader complete guide
  • Anthropic Claude CCA-F exam guide (official PDF + full study guide)
  • Platform cheatsheets and practice questions
  • AWS + GCP certification roadmap guides
  • AWS SAA-C03 dedicated notes
  • AWS CLF-C02 foundational guide
  • GCP ACE dedicated notes
  • GCP PCA dedicated notes
  • AWS vs GCP comparison guide
  • Azure certification guides (coming soon)

Contributing

PRs welcome. To contribute:

  1. Fork this repo
  2. Add content under the relevant platform folder
  3. Link only to official vendor documentation
  4. Keep it factual β€” no unverified exam dumps

Built from real exam experience. Maintained by a 13x AWS Certified architect. Last updated April 2026.
πŸ“– Book 1:1 mentorship


Star This Repo

If this saved you time, star the repo β€” it helps other engineers find it.

GitHub stars

Releases

No releases published

Packages

 
 
 

Contributors