Study guide

On-site preparation roadmap

Use this guide with the mock exams: build domain mastery first, then tighten timing and decision quality for proctored conditions. The sequence below mirrors the official CCA Foundations exam scope.

Domain-by-domain focus (D1-D5)

Use these as your mastery checkpoints before you sit the full simulation.

D1 Agentic Architecture (27%)

Parallel decomposition, synthesis, deterministic guardrails for high-risk actions.

D2 Tool Design and MCP (18%)

Clear tool boundaries, explicit descriptions, normalized outputs, scoped toolsets.

D3 Claude Code Workflows (20%)

Project versus user memory, path-scoped rules, command and skill usage, session hygiene.

D4 Prompting and Structured Output (20%)

Schema-safe extraction, semantic validation, retry-with-feedback, severity criteria.

D5 Context and Reliability (15%)

Fact preservation, stale-context recovery, escalation boundaries, temporal consistency.

Recommended study sequence

Follow this loop until your score and reasoning consistency stabilize.

1) Read one topic section below and write decision rules in your own words.
2) Run domain-filtered Practice mode and review every explanation, including correct guesses.
3) Track recurring misses by failure type: tool choice, escalation, schema semantics, or context decay.
4) Re-run the weakest domain until you can explain why each distractor is wrong.
5) Finish with a full Proctored exam to validate speed, stamina, and final answer discipline.

Exam-day strategy

Target disciplined tradeoffs under time pressure, not just recall.

Start with high-confidence questions first, then return to flags with remaining time.
Prioritize deterministic controls over prompt-only instructions for safety-critical scenarios.
For extraction questions, separate syntax reliability from semantic correctness.
For multi-agent questions, prefer explicit structured handoffs over implicit context sharing.
Before submit, clear unanswered questions because blanks are scored incorrect.

Topic library

Everything below lives on this site. Use the home page cards to jump here, or open a section directly.

Building effective agents

Production agent design balances autonomy with control: decompose work, preserve shared context, and enforce policy before side effects.

Core patterns

Multi-agent coordination

↑ Back to topic list

Claude Agent SDK

The SDK is how you orchestrate subagents, hooks, and tool use with explicit control flow.

What to internalize

↑ Back to topic list

Claude Code

Configuration, commands, and skills must be scoped so the right rules load for the right files and users.

Memory and rules

CLI and CI

↑ Back to topic list

Model Context Protocol (MCP)

MCP connects tools and data to agents; design shapes reliability and token use.

Design principles

↑ Back to topic list

Message Batches API

Asynchronous batch processing trades latency for cost and throughput.

↑ Back to topic list

Prompt engineering and structured output

Schemas constrain shape, not meaning; pair them with validation and review workflows.

↑ Back to topic list

Exam outline summary

The CCA Foundations exam weights domains to reflect solution architecture for production Claude applications. This site’s mock exams follow the same five domains and six scenario families.

↑ Back to topic list

Certification and the live exam

The live proctored certification is offered through Anthropic’s official training and exam flow (for example via their access and scheduling portal). This prep site is unofficial: use it to practice; register and schedule through the official program when you are ready.

No outbound links are required to study here—the topic sections above are sufficient for exam-style reasoning alongside the mock exams.

↑ Back to topic list