Free, browser-based practice tool for the Claude Certified Architect — Foundations (CCAF) certification exam — no login, no install, no cost.
A lightweight study tool for developers and architects preparing for Anthropic's CCAF certification. Choose your question set, pick an answer, get instant feedback, and keep practicing until you hit the 72% passing threshold — just like the real exam.
No ads. No account. No fluff.
Three question sets to choose from:
- Mock 1 — Community-sourced questions covering CCAF topics
- Mock 2 — Questions recalled from the real exam
- Anthropic Practice Questions — Official questions from Anthropic's practice bank
Instant feedback on every answer. Wrong answers stay open until you find the correct one.
Simulates real exam conditions — 120-minute timer, no feedback until you submit, tab-switch detection. Answer all questions before submitting.
- Three question sets — Mock 1, Mock 2 (real exam recall), and Anthropic's official practice bank
- Instant feedback — wrong answers marked immediately so you learn as you go
- Retry until correct — questions stay open until you find the right answer
- Question palette — jump to any question, see answered vs unanswered at a glance
- Live timer — start, pause, and resume the clock
- Score report — full breakdown: correct, wrong attempts, time elapsed, pass/fail at 72%
- Session persistence — exam progress survives accidental tab close
- Works offline — once loaded, no internet needed
- Mobile friendly — works on phone, tablet, and desktop
https://madathingalafsal.github.io/CCAFEXAMMOCK/
- Open the link above in any browser
- Click Start Practice and choose a question set, or click Start Exam for exam simulation
- Select the answer you think is correct — if wrong, it highlights and you try again
- Use the Question Palette on the right to jump between questions
- Click Finish & score when done to see your result
git clone https://github.com/madathingalafsal/CCAFEXAMMOCK.git
cd CCAFEXAMMOCK
npm install
npm run dev- React 18
- Vite
- Deployed on GitHub Pages via GitHub Actions
Questions wrong or outdated? Want to add more? PRs are welcome.
- Fork the repo
- Edit
questions.json— each question follows this shape:
{
"text": "Question text here?",
"options": [
{ "letter": "A", "text": "Option A", "correct": false, "explain": "" },
{ "letter": "B", "text": "Option B", "correct": true, "explain": "Why B is correct." }
]
}- Open a pull request
CCAF Claude Certified Architect Claude Certified Architect Foundations Anthropic certification CCAF exam prep CCAF practice test CCAF mock test Claude AI certification Anthropic exam Claude architect exam CCAF study guide Claude certification practice
MIT — free to use, share, and modify.
Built for developers preparing for the Claude Certified Architect — Foundations exam.