Independent exam prep · Not affiliated with or endorsed by Anthropic · Not the official CCA exam or certification
Independent CCA-F practice tests

Claude Certified Architect – Foundations (CCA-F) Practice Test

Independent exam-preparation resource — not affiliated with or endorsed by Anthropic — not the official CCA exam or certification.

Prepare for the CCA Foundations exam with realistic, scenario-based questions designed to match the exam format. Study all 5 exam domains and pass with confidence.

400
Practice questions
5
Exam domains
4
Test modes
Lifetime
Free updates
Already sure you want full access?

Built to Get You Exam-Ready

A complete, independent prep program covering all five CCA Foundations domains — every question written to match the official scenario-based format.

400
Scenario-based questions
100%
Of answers with written explanations
5/5
Exam domains covered, at official weightings
120 min
Full-length timed mock exam

Built from the official CCA Foundations exam guide · Updated weekly · 10-day money-back guarantee

See the question quality before you buy

Real scenario-based questions, every answer fully explained — just like the 400 in the full bank.

Agentic Architecture & Orchestration (27%)

A coding agent calls tools inside a loop. A developer needs to decide when to terminate the loop. Which is the correct, robust termination signal?

  • AStop when the assistant’s text no longer contains a completion word like “done.”
  • BStop after a fixed maximum of 10 iterations, regardless of state.
  • CKeep executing tools and looping while the response’s stop_reason is tool_use; stop when stop_reason is end_turn.
  • DStop as soon as any tool returns an error.
Claude Code Configuration & Workflows (20%)

A team adds Claude Code to a CI pipeline to auto-review pull requests. The job hangs indefinitely and times out instead of producing output. Which fix resolves it?

  • ASet CLAUDE_HEADLESS=true.
  • BRun claude with the -p (print) flag and pass the prompt as an argument.
  • CAdd the --batch flag.
  • DRedirect stdin from /dev/null.
Tool Design & MCP Integration (18%)

You’re designing a tool that queries an external inventory API for an agent. The API sometimes returns “item not found” or rate-limit errors. How should the tool handle these to maximise the agent’s ability to recover?

  • ARaise an exception that terminates the agent loop so a human can intervene.
  • BReturn a structured result describing the error (clear message and error type) as the tool result, so Claude can read it and decide how to proceed.
  • CReturn an empty string so Claude assumes there’s no data.
  • DRetry silently inside the tool until the API eventually succeeds.
COMPLETE COURSE + PRACTICE TESTS
$49.00
One-time payment · Lifetime access
  • 5 modules covering all CCA exam domains
  • 400 scenario-based practice questions with explanations
  • Timed practice sessions: 20 min, 40 min, 60 min
  • Full-length practice exam (120 minutes, 60 questions)
  • Domain-weighted scoring matching real exam (Agentic 27%, Claude Code 20%, Prompting 20%, Tools/MCP 18%, Context 15%)
  • Lifetime updates as the CCA exam evolves
Powered by Stripe · 10-day money-back guarantee · Secure checkout
Practice Tests
Choose a timed session or take the full certification exam.

Want a study schedule? Build a free personalized study plan based on your weeks until exam.

Quick Sprint FREE

A fast 10-question drill covering random topics. Great for daily practice.

10 Questions20 Minutes
🔥

Focused Session LOCKED

A 20-question session hitting core architecture patterns and model selection.

20 Questions40 Minutes
🎯

Deep Practice LOCKED

A 30-question comprehensive session across all domains.

30 Questions60 Minutes
🏆

Full Certification Exam LOCKED

The complete 60-question practice test simulating the real certification exam.

60 Questions120 Minutes
Question 1 of 10
20:00
YOUR SCORE
85%
PASSED
You answered 51 out of 60 questions correctly.
Lesson Plan
Master every domain of the Claude Certified Architect exam.
Your Progress
Track how your mastery of each exam domain develops as you keep practicing.

Frequently Asked Questions

What is the Claude Certified Architect (CCA) Foundations exam? +

The CCA Foundations exam is Anthropic's official certification for professionals who design and build production-grade applications with Claude. It tests knowledge across five domains: Agentic Architecture, Claude Code Configuration, Prompt Engineering, Tool Design & MCP, and Context Management.

How many questions are on the CCA Foundations exam? +

The CCA Foundations exam consists of 60 scenario-based multiple choice questions with a 120-minute time limit. Our practice platform offers 400 independent practice questions across all five domains.

What is the passing score for the CCA exam? +

The CCA Foundations exam uses a scaled scoring system of 100–1,000. The passing score is 720 out of 1,000 — this is a scaled score, not a percentage of questions answered correctly.

Which domain has the most weight on the CCA exam? +

Agentic Architecture carries the highest weight at 27%, followed by Claude Code Configuration and Prompt Engineering at 20% each, Tool Design & MCP at 18%, and Context Management at 15%.

How long does it take to prepare for the CCA Foundations exam? +

Most students prepare in 1–2 weeks using daily practice sessions. Our Quick Sprint mode (10 questions, 20 minutes) is ideal for daily practice, while the full 120-minute exam simulation is recommended in the final days before your test.

What is the Model Context Protocol (MCP) and why is it on the CCA exam? +

MCP (Model Context Protocol) is Anthropic's open standard for connecting Claude to external tools and data sources. It accounts for 18% of the CCA exam and covers MCP server architecture, tool schema design, transport layers (stdio and SSE), and security considerations.

What is the PRECISE framework tested on the CCA exam? +

PRECISE is a prompt engineering framework tested in the Prompt Engineering domain (20% of the exam). It stands for Persona, Role, Explicit instructions, Context, Instructions, Steps, and Examples — a structured approach for designing effective system prompts.

What types of questions appear on the CCA practice exam? +

All questions are scenario-based — you are placed in a real-world architectural situation and must choose the best decision. There are no simple recall or definition questions. Topics include agent loop design, tool selection, prompt optimization, and context window management.

How is the CCA Foundations practice exam different from other AI certifications? +

The CCA Foundations exam is specific to Anthropic's Claude and covers Claude-specific capabilities like Constitutional AI, the CLAUDE.md configuration system, Claude Code, and the Model Context Protocol. It focuses on practical architecture decisions rather than general AI theory.

What happens after passing the CCA Foundations exam? +

The CCA Foundations certification is valid for 2 years. It demonstrates expertise in building production-grade Claude-powered applications and is recognized by organizations adopting Anthropic's AI in their products and workflows.