Claude Certified Architect – Foundations Practice Test
Free practice for Anthropic's Claude Certified Architect – Foundations exam (CCAR-F) in English, Chinese, and Spanish — agentic architecture, tool design & MCP, Claude Code configuration, prompt engineering, and context management.
Choose a domain
Practice questions based on the official Claude Certified Architect – Foundations (CCAR-F) exam guide and Anthropic's public documentation. This is an independent study tool, not affiliated with or endorsed by Anthropic, and does not grant certification. The real exam is 60 questions, 120 minutes, passing at a scaled 720/1000, delivered via Pearson VUE ($125).
About the Claude Certified Architect – Foundations (CCAR-F) exam
Claude Certified Architect – Foundations (exam code CCAR-F) is Anthropic's certification for solution architects who design production applications with Claude. The real exam has 60 multiple-choice and multiple-response questions in 120 minutes, built around 4 scenarios drawn from a bank of 6 (customer support agents, Claude Code workflows, multi-agent research, developer productivity, CI/CD, and structured extraction). Passing requires a scaled score of 720 on a 100–1,000 scale; the fee is $125 and the credential is valid for 12 months. It tests five domains: Agentic Architecture & Orchestration (27%), Tool Design & MCP Integration (18%), Claude Code Configuration & Workflows (20%), Prompt Engineering & Structured Output (20%), and Context Management & Reliability (15%). Our free practice questions mirror those domains and weights, with instant explanations in English, Simplified Chinese, and Spanish.
How to Study for the Claude Certified Architect – Foundations Exam
Anchor your study to the five blueprint domains, weighted as the exam weights them. Agentic Architecture & Orchestration (27%) is the biggest: know the agentic loop cold — continue while stop_reason is "tool_use", append tool results to history, terminate on "end_turn" — plus the hub-and-spoke coordinator pattern, subagent context isolation (subagents never inherit the parent's history; pass findings explicitly in the prompt), parallel spawning via multiple Task calls in one response, and when hooks (deterministic enforcement) beat prompt instructions (probabilistic guidance). The exam loves the hooks-vs-prompt distinction: if a business rule must never be violated, the answer is programmatic enforcement.
For Tool Design & MCP (18%), remember that tool descriptions are the model's primary selection signal — most misrouting questions are answered by 'fix the descriptions' or 'reduce/scope the toolset,' not by routing layers or temperature. Know structured MCP error responses (errorCategory, isRetryable, isError in the result so the model can self-correct), tool_choice semantics (auto/any/forced), and .mcp.json project scoping with ${ENV_VAR} expansion for secrets. For Claude Code (20%), map the memory hierarchy (user ~/.claude/CLAUDE.md is per-machine; project CLAUDE.md ships with the repo — the answer to every 'works on my machine, fails in CI' question), .claude/rules/ with paths globs, skill frontmatter (context: fork isolates verbose output; allowed-tools scopes permissions), plan mode vs direct execution, and headless -p with --output-format json for CI.
For Prompt Engineering & Structured Output (20%), the recurring patterns are: explicit categorical criteria beat vague instructions (and beat 'be conservative') for false-positive problems; few-shot examples fix format inconsistency across varied documents; tool use with a JSON schema guarantees syntax but never semantics; nullable fields prevent fabrication when data is absent; retry-with-error-feedback cannot recover information missing from the source; and the Message Batches API trades a 24-hour window for a 50% discount, with custom_id as the only reliable way to match results. For Context Management & Reliability (15%), know the persistent case-facts block (vs lossy progressive summarization), lost-in-the-middle positioning (documents first, question last), trimming verbose tool outputs, objective escalation triggers (explicit human request, policy gaps — never sentiment or self-reported confidence), and distinguishing access failures from genuinely empty results in multi-agent error propagation. Finally, drill with our timed 60-question mock to build pacing for the real 120-minute format.
FAQ
Are these the real exam questions?
No. Real exam content is confidential and protected by a non-disclosure agreement every candidate signs. Our questions are original, written against the publicly published CCAR-F exam guide (domains, task statements, and sample-question style) and Anthropic's official documentation, so they cover the same knowledge base at a similar difficulty — without reproducing any actual exam item.
How do I register for the real CCAR-F exam?
Register through the Anthropic Partner Academy certification page, then schedule with Pearson VUE (online proctored or a test center). The fee is $125, you can reschedule up to 24 hours before your appointment, and retakes have waiting periods of 14/30/90 days after failed attempts. Read the official Exam Guide PDF before scheduling — it is the authoritative blueprint our practice is based on.
What score do I need to pass, and how long is the credential valid?
You need a scaled score of 720 on a 100–1,000 scale (roughly equivalent to ~72% — our practice pass line). The credential is valid for 12 months; on-time renewal is a free, non-proctored assessment on the Partner Academy, but a lapsed credential requires retaking the full exam at full price.
Is this practice test free? Can I study in Chinese or Spanish?
Yes, completely free — no account, no payment; progress is saved in your browser. Every question, option, and explanation is available in English, Simplified Chinese, and Spanish. The real exam is delivered in English, so studying key terms like 'agentic loop,' 'tool_choice,' and 'prompt caching' in English alongside your strongest language is the ideal combination.