Start

CCA-F Study Pack — Start Here

Map of all study files. Read top to bottom.

On this page

CCA-F Study Pack

Goal: pass the Anthropic Claude Certified Architect — Foundations exam.

How to use this pack:

  1. Read exam/ first. It tells you how questions work.
  2. Then read scenarios/. The exam is built from these 6 scenarios.
  3. Then read patterns/. These are the answer patterns that repeat.
  4. 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.

scenarios/ — the 6 exam stories (4 appear on your sitting). Each file is one complete lesson: the story, what gets tested, traps, recap.

One complete lesson per topic — full picture first, recap at the end:

The 3 most important facts

  1. Read the last sentence of each question first. It decides the answer ("primary reason" ≠ "best fix" ≠ "first step").
  2. When a customer asks for a human → escalate. Do not over-engineer.
  3. When output format is wrong → add few-shot examples.

Next: Answer Patterns (Anthropic House Style)