Interactive study guide for the Claude Certified Architect — Foundations (CCA-F) certification exam.
60 scenario-based practice questions across all 5 exam domains, with answer explanations and distractor breakdowns. Built with Next.js, styled to match Anthropic's design language.
Based on the official Anthropic exam guide.
git clone https://github.com/carolinacherry/cca-prep-public.git
cd cca-prep-public
npm install
npm run devOpen http://localhost:3000.
- 60 practice questions weighted by domain importance
- All 12 official sample questions from Anthropic's exam guide
- 48 additional scenario-based questions covering all 30 task statements
- Interactive quiz with answer reveal, distractor explanations, and score tracking
- Task statement reference cards with expandable knowledge and skills sections
- Study progress tracking per task statement
| Detail | Value |
|---|---|
| Questions | 60 multiple-choice |
| Duration | 120 minutes |
| Passing Score | 720 / 1000 |
| Format | Scenario-based, 4 of 6 scenarios per exam |
| Eligibility | Anthropic partners |
The certification is partner-exclusive, but the knowledge applies to anyone building production applications with Claude.
| # | Domain | Weight | Questions |
|---|---|---|---|
| 1 | Agentic Architecture and Orchestration | 27% | 16 |
| 2 | Tool Design and MCP Integration | 18% | 11 |
| 3 | Claude Code Configuration and Workflows | 20% | 12 |
| 4 | Prompt Engineering and Structured Output | 20% | 12 |
| 5 | Context Management and Reliability | 15% | 9 |
Questions are framed within these production contexts:
- Customer Support Resolution Agent
- Code Generation with Claude Code
- Multi-Agent Research System
- Developer Productivity Tools
- Claude Code for CI/CD
- Structured Data Extraction
For a terminal-based study experience inside Claude Code, install the claude-certified-architect plugin:
/plugin marketplace add carolinacherry/claude-certified-architect
/plugin install claude-certified-architect
/claude-certified-architect
- Next.js 15
- TypeScript
- Tailwind CSS
Content derived from the Claude Certified Architect — Foundations Certification Exam Guide by Anthropic.
MIT