Pass the Claude Certified Architect exam
Claude Prep drills you with 1,000 original, exam-style practice questions across all five official domains, plus full 120-minute mock exams scored on the real 1000-point scale.
$19.99/year or $4.99/month. No free tier, everything included.

The real exam
Built to the CCA-F blueprint
What you get
Everything you need to walk in ready
1,000 practice questions
A thousand original, exam-style multiple-choice questions written to the official CCA-F blueprint and spread across all five domains, from foundation to advanced.
Full mock exams
Sit a timed 60-question exam weighted exactly like the blueprint, scored on the real 1000-point scale with the 720 pass line, then review every answer.
Explanations that teach
Every question explains why the right answer is right and why the tempting distractors are wrong, with a link to the relevant Anthropic docs.
Weak-spot drills
The app tracks what you keep missing and builds targeted rounds so you spend your time where it moves the needle most.
Readiness tracking
A blueprint-weighted readiness score estimates where you stand against the 720 pass line, with per-domain mastery and mock-exam history.
Daily 5, streaks & widgets
A daily five-question challenge with one question from every domain, plus study streaks, reminders, and Home and Lock Screen widgets to keep your momentum going.
Built-in certification guide
A step-by-step guide to actually getting certified: the exam format, the five-step path, free Anthropic Academy resources, the cert tracks, and retake rules.
See it in action
Practice, sit a mock, track your readiness
The five domains
Weighted exactly like the blueprint
Every practice round and mock exam mirrors the official domain weighting, so your time goes where the points are.
Agentic Architecture & Orchestration
The agentic loop, when to choose a workflow over an agent, multi-agent orchestration, task decomposition, session state, and guardrails.
Study this domain βClaude Code Configuration & Workflows
The CLAUDE.md memory hierarchy, settings and permissions, hooks, slash commands, subagents, and CI/CD automation.
Study this domain βPrompt Engineering & Structured Output
Prompt structure, XML tags, few-shot examples, chain of thought, prefilling, structured JSON output, and batch processing.
Study this domain βTool Design & MCP Integration
Tool descriptions and schemas, the tool-use loop, MCP servers and clients, transports, and integration security.
Study this domain βContext Management & Reliability
Context window management, prompt caching, long conversations, error handling, rate limits, and production reliability.
Study this domain βTry before you buy
Three sample questions
A taste of the real thing. Tap to reveal the answer and the explanation that teaches why.
Which type of task benefits MOST from being split across parallel subagents?
- AA tightly sequential task where each step depends on the output of the previous step
- BA task where every agent must continuously see the other agents' evolving intermediate state
- CA quick, targeted edit to a single known file where response latency matters most
- DRead-heavy research where independent sources can be explored simultaneously and each subagent returns a condensed summary
βΈShow answer & explanation
Answer: D. Read-heavy research where independent sources can be explored simultaneously and each subagent returns a condensed summary
Parallel subagents shine on parallelizable, self-contained, read-heavy work: each worker explores independently in its own context and returns compressed findings. Sequential dependencies eliminate the parallelism benefit, tasks requiring continuously shared state incur heavy coordination overhead, and quick targeted edits are better done in the main conversation because subagents start fresh and add latency.
Read the docs βWhat happens when a PreToolUse hook script in Claude Code exits with code 2?
- AThe tool call is blocked, and the hook's stderr output is fed back to Claude as an error message
- BThe tool call proceeds, but a warning banner is shown to the user in the transcript
- CThe tool call is blocked, and the hook's stdout JSON is parsed for a permissionDecision value
- DThe hook is retried once before Claude Code falls back to the normal permission prompt
βΈShow answer & explanation
Answer: A. The tool call is blocked, and the hook's stderr output is fed back to Claude as an error message
Exit code 2 from a PreToolUse hook is a blocking error: the tool call is prevented and the stderr text is returned to Claude so it understands why the action was rejected. Stdout, including any JSON, is ignored on exit code 2; JSON decisions like permissionDecision are only processed when the hook exits with code 0. There is no automatic retry behavior for hooks.
Read the docs βWhich sequence correctly describes the core loop Anthropic uses to describe how agents operate?
- AClassify the input, route it to a specialized prompt, then aggregate the responses.
- BPlan the full task upfront, execute every step, then summarize and terminate.
- CGenerate a draft, have a second model evaluate it, then return the first draft unchanged.
- DGather context, take action, verify work, then repeat.
βΈShow answer & explanation
Answer: D. Gather context, take action, verify work, then repeat.
Anthropic describes the agent loop as gathering context, taking action, verifying work, and repeating until the task is done. Classify-and-route describes the routing workflow, not the agent loop, and generate-then-evaluate describes evaluator-optimizer. Planning everything upfront and terminating contradicts the iterative, feedback-driven nature of agents.
Read the docs βBetter together
Part of the AI Drops family
Claude Prep gets you certified. /cards drills the Claude Code slash commands you will be tested on, and Claude Drops keeps you current on every release. Same design language, your accent color.
FAQ
Claude certification questions, answered
What is Claude Prep for Claude Certification?+
Is the Claude Certified Architect exam real?+
How much does Claude Prep cost?+
Which domains does the question bank cover?+
Are these the real exam questions?+
How is Claude Prep different from the other AI Drops apps?+
Walk into the exam ready
1,000 practice questions and unlimited mock exams from $19.99/year. Cancel anytime.





