CCA-F Study Pack
Goal: pass the Anthropic Claude Certified Architect — Foundations exam.
How to use this pack:
- Read
exam/first. It tells you how questions work. - Then read
scenarios/. The exam is built from these 6 scenarios. - Then read
patterns/. These are the answer patterns that repeat. - Use
claude-code/,mcp/,api/as fact reference. Memorize the tables.
Map
flowchart LR
A[exam/<br/>How the exam works] --> B[scenarios/<br/>The 6 exam stories]
B --> C[patterns/<br/>Repeating answer logic]
C --> D[claude-code/<br/>Facts: CLI, config, tools]
C --> E[mcp/<br/>Facts: MCP]
C --> F[api/<br/>Facts: API]All lessons
exam/ — read first. Short pages about the exam itself.
exam/format.mdx— 60 Q / 120 min / 720 pass, official domain weightsexam/question-anatomy.mdx— the last-sentence rule, distractor stylesexam/answer-patterns.mdx— the 10 patterns that break 50/50 tiesexam/exam-day.mdx— two-pass strategy, OnVUE, proctoringexam/study-plan.mdx— what to study, honest source ratingsexam/cheat-sheet.mdx— one-page last-hour review
scenarios/ — the 6 exam stories (4 appear on your sitting). Each file is one complete lesson: the story, what gets tested, traps, recap.
scenarios/customer-support.mdx·scenarios/code-generation.mdx·scenarios/multi-agent-research.mdxscenarios/developer-productivity.mdx·scenarios/ci-cd.mdx·scenarios/data-extraction.mdx
One complete lesson per topic — full picture first, recap at the end:
patterns/patterns.mdx— the 5 answer patterns behind most questionsclaude-code/claude-code.mdx— tools, CLI, sessions, plan mode, memory, permissions, hooks, skills, subagentsmcp/mcp.mdx— servers, scopes, tool design, error handlingapi/api.mdx— the agentic loop, structured output, caching & batch
The 3 most important facts
- Read the last sentence of each question first. It decides the answer ("primary reason" ≠ "best fix" ≠ "first step").
- When a customer asks for a human → escalate. Do not over-engineer.
- When output format is wrong → add few-shot examples.