About the CCA Foundations Certification
The Claude Certified Architect (CCA) Foundations certification validates your expertise in designing and building production-grade applications with Claude. It is aimed at software engineers, solutions architects, AI engineers, and technical leads who work with Anthropic's models.
Earning the CCA credential demonstrates that you can architect reliable, secure, and efficient systems across all major Claude capabilities — from prompt engineering to agentic workflows.
Exam Format
| Parameter | Details |
|---|---|
| Questions | 60 scenario-based, multiple choice (one correct answer) |
| Duration | 120 minutes |
| Passing Score | 720 / 1,000 (scaled score, not a percentage) |
| Exam Fee | $125 USD (free for the first 5,000 Claude Partner Network company employees) |
| Delivery | Online proctored or Pearson test center (via Pearson VUE) |
| Validity | 12 months from date of passing; must renew before expiry |
All questions are scenario-based — you will not encounter simple definition recall. Each question presents a realistic situation requiring you to choose the best architectural decision.
Domain Breakdown
The exam is weighted across five domains. Understanding this weighting helps you allocate study time effectively:
Domain 1: Agentic Architecture — 27%
The largest portion of the exam. Covers autonomous agent design patterns, orchestration strategies (router, pipeline, parallel), multi-agent coordination, reliability patterns (SPIDER), error handling, and human-in-the-loop design.
Go deeper on Domain 1: Agentic Architecture & Orchestration — a worked scenario and the traps that catch candidates.
Domain 2: Claude Code Configuration — 20%
Covers CLAUDE.md file structure and best practices, project-level vs user-level configuration, permission models, slash commands, and how to integrate MCP servers into Claude Code workflows.
Go deeper on Domain 2: Claude Code Configuration & Workflows — what this domain actually tests.
Domain 3: Prompt Engineering — 20%
System prompt design, chain-of-thought prompting, few-shot patterns, role and persona prompting, the PRECISE framework, output formatting, and techniques for reducing hallucination.
Go deeper on Domain 3: Prompt Engineering & Structured Output — what this domain actually tests.
Domain 4: Tool Design & MCP — 18%
Model Context Protocol fundamentals, MCP server architecture, tool schema design, resource and prompt management, transport layers (stdio, SSE), security considerations, and error handling patterns.
Go deeper on Domain 4: Tool Design & MCP — what this domain actually covers.
Domain 5: Context Management — 15%
Token budget optimization, prompt caching (ephemeral and persistent), multi-turn conversation design, the CALM framework, context window strategies, and managing long conversations.
Go deeper on Domain 5: Context Management & Reliability — what this domain actually tests.
The Exam Scenarios
Each CCA Foundations exam is built around six production scenarios, of which four are randomly selected for your sitting. Rather than abstract questions, every item is set inside one of these real deployment contexts — so you encounter familiar architectural problems under real-world constraints.
Customer Support Resolution Agent
An autonomous agent that handles customer enquiries end-to-end — classifying intent, retrieving relevant knowledge, drafting resolutions, and escalating to humans when confidence is low. Tests routing logic, human-in-the-loop design, and graceful degradation patterns.
Code Generation with Claude Code
A developer-facing assistant that reads codebases, proposes changes, and runs commands via Claude Code. Tests CLAUDE.md configuration, permission scoping, and the boundary between autonomous action and human approval.
Multi-Agent Research System
An orchestrator that dispatches specialised subagents to gather, synthesise, and cite information from multiple sources in parallel. Tests orchestration patterns (router, parallel, pipeline), error propagation, and output aggregation.
Developer Productivity with Claude
A team-facing tool that accelerates engineering workflows — code review, documentation generation, and onboarding assistance. Tests context management across long sessions, tool scoping, and minimal-footprint design.
Claude Code for Continuous Integration
Integration of Claude Code into a CI/CD pipeline to automate test writing, bug identification, and release notes. Tests agentic reliability under time constraints, failure handling, and safe automation at scale.
Structured Data Extraction
An extraction pipeline that parses unstructured documents into validated schemas for legal, financial, or operational data. Tests prompt engineering for structured output, schema design, and downstream validation patterns.
Study Strategy
Based on the experience of students who have passed the CCA on their first attempt, here is an effective preparation approach:
- Learn the domains — Work through all five lesson modules to build foundational understanding
- Practice with short sessions — Use Quick Sprint mode daily to identify weak areas
- Focus on weaknesses — Review explanations for every wrong answer, not just the correct choice
- Use mnemonics — Frameworks like SPIDER, CALM, and PRECISE help you recall decision criteria under exam pressure
- Simulate real conditions — Take at least two full-length timed exams before your test date
Try a Sample CCA Exam Question
Every question on the real exam is scenario-based, not definition recall. Here's a worked example from the highest-weighted domain, Agentic Architecture (27%):
Sample Question — Agentic Architecture
An orchestrator agent spawns four subagents in parallel to process different sections of a large document. One subagent encounters a permission error on a file system tool and halts. What is the correct response from the orchestrator?
- A. Immediately terminate all remaining subagents and return a top-level error to the user
- B. Ignore the failed subagent and silently return results from the three successful ones
- C. Surface the partial failure to the user, return results from successful subagents, and request clarification before retrying
- D. Automatically retry the failed subagent with elevated permissions to resolve the error autonomously
Correct answer: C. The minimal-footprint and human-in-the-loop principles require permission errors to be surfaced to the user rather than resolved autonomously. Escalating permissions (D) violates minimal-footprint. Silently returning incomplete results (B) is deceptive. Terminating everything (A) is unnecessarily destructive when most of the task already succeeded.
That's one of 400 scenario-based questions across all five domains in our CCA practice questions bank — work through the rest to build the pattern recognition the real exam rewards.
Study Timeline
How much prep time you need depends on your existing familiarity with Claude's APIs and tooling. A focused, intensive week of daily practice followed by a full timed simulation is realistic if you already work with Claude regularly. If you're newer to the ecosystem, spreading that same work across two to four weeks — covering each domain in weight order before simulating — gives you more room to absorb the material.
For a detailed day-by-day plan, see our CCA exam study schedule — or use the free CCA Study Plan Generator to build a schedule weighted to your own exam date and weak domains, no signup required.
Common Mistakes to Avoid
- Focusing only on Agentic Architecture because it has the highest weight — every domain can make or break your score
- Memorizing tool names without understanding when and why to use them
- Ignoring Context Management (15%) — these questions often distinguish passing from failing scores
- Not practicing under timed conditions — time pressure changes how you approach scenario questions
Test Your Readiness
Once you understand the format and domains, take a full CCA Foundations exam to evaluate your readiness.
You can also sharpen specific areas with our CCA practice questions bank of 400 scenario-based questions across all domains.
How to Register for the Official Exam
Registration is handled entirely by Anthropic through their official certification page. CCA Practice Platforms is an independent exam-preparation resource — we are not affiliated with or endorsed by Anthropic, and we do not register candidates for the official exam.
What to know before you book:
- Standard fee: $125 USD, paid directly to Anthropic at scheduling
- Free registration is available to the first 5,000 employees at Claude Partner Network companies during the early-access period — verify eligibility on the portal before booking
- Delivered via Pearson VUE — online proctored (you will need a webcam, stable internet, and a quiet private space) or at a Pearson VUE test centre
- Launched March 12, 2026; currently partner-network gated
Go to Anthropic’s official certification page ↗
Before committing the $125 fee, take our free 10-question readiness diagnostic — it scores you across all five domains in about five minutes and tells you which areas need the most work before your exam date.
Frequently Asked Questions
How hard is the CCA Foundations exam?
Harder than most candidates expect. Every question is scenario-based — you will not encounter simple definitions or recall prompts. The exam tests whether you can choose correctly between two architecturally plausible options under real-world constraints. Candidates who build judgment through active practice pass at a significantly higher rate than those who only read documentation.
How much does the official exam cost?
The standard fee is $125 USD, paid directly to Anthropic at the time of booking. The first 5,000 employees at Claude Partner Network companies qualify for free registration during the early-access period — check Anthropic's official certification page ↗ for current eligibility before you book.
What score do I need to pass?
A scaled score of 720 out of 1,000. This is domain-weighted, not a raw percentage of questions answered correctly — strong performance in a high-weight domain (Agentic Architecture at 27%) carries more influence on your total than equal accuracy in a lighter one.
How long is the exam?
60 questions, 120 minutes — an average of two minutes per question, though complex scenario questions in the higher-weighted domains typically take more time than shorter ones.
How long is the certification valid?
The CCA Foundations certification is valid for 12 months from the date of passing. You must renew before your 12-month term expires; if it lapses, you must re-earn the certification. Check Anthropic's official certification page ↗ for renewal details.
Who should take it?
Professionals with at least six months of hands-on production experience building Claude-powered applications — what Anthropic describes as "300-level" expertise. If you regularly work with Claude APIs, agentic workflows, tool use, or Claude Code in a production context, you are the target candidate. It is not suited to those new to Claude or working at a tutorial level.
Can I retake the exam if I fail?
Yes — retake waiting periods and attempt limits are set by Anthropic and scheduled through Pearson VUE. Check Anthropic's official exam policy and your Pearson VUE scheduling for current details. For retake strategy, see our CCA exam retake policy guide.
Start Your CCA Preparation
Access lesson modules, practice questions, and full exam simulations — everything you need to pass on your first attempt.
Get Started