// CCA Exam Reference

CCA Quick Reference
Cheatsheet

Everything for the Claude Certified Architect exam. One page. Zero fluff.

5 domains, 10 anti-patterns, 6 scenarios. Key concepts, code patterns, and the exam structure — all in one reference card. Click domains to expand, search to filter, or print for offline study.

// Section 01

Questions

Pass Score

Scenarios

// Section 02
D1 Agentic27%
D2 Tools/MCP18%
D3 Claude Code20%
D4 Prompts20%
D5 Context15%
// Section 03
|
stop_reason: "tool_use" = continue loop, "end_turn" = agent is done[Lesson 3]
Hub-and-spoke: coordinator manages ALL communication between subagents[Lesson 2]
Subagents get EXPLICIT context passed to them (no automatic inheritance)[Lesson 2]
allowedTools must include "Task" for coordinators to spawn subagents
Anti-pattern: Natural language parsing for agentic loop termination
Agent = LLM + tools + loop. Without the loop, it is just a chatbot.
Agentic loop: prompt -> LLM -> tool_use -> execute -> append result -> repeat
Orchestration patterns: routing (one-shot), pipeline (sequential), hub-and-spoke (coordinator)
// Section 04
1
Tool OverloadD2
2
NL Loop TerminationD1
3
Context InheritanceD1
4
Same-Session Self-ReviewD4
5
Confidence-Based EscalationD5
6
Progressive Summarization DriftD5
7
Generic Tool NamesD2
8
Missing Stop ConditionsD1
9
Raw Exception ForwardingD2
10
Monolithic PromptsD3
// Section 05
1
D1D2
2
D3D4
3
D1D5
4
D2D5
5
D4D5
6
D1D3
// The Code Whisperer

jeremyknox.ai/academy

Master every domain with the full 39-lesson CCA Academy course. From fundamentals through advanced architecture to exam-day strategy.

Related Tools