Skip to content

Repository files navigation

CCAF Practice — Claude Certified Architect: Foundations

Free, browser-based practice tool for the Claude Certified Architect — Foundations (CCAF) certification exam — no login, no install, no cost.

Launch the app →


What is this?

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.


Modes

Practice Mode

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.

Exam Mode

Simulates real exam conditions — 120-minute timer, no feedback until you submit, tab-switch detection. Answer all questions before submitting.


Features

  • 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

Live Demo

https://madathingalafsal.github.io/CCAFEXAMMOCK/


How to use

  1. Open the link above in any browser
  2. Click Start Practice and choose a question set, or click Start Exam for exam simulation
  3. Select the answer you think is correct — if wrong, it highlights and you try again
  4. Use the Question Palette on the right to jump between questions
  5. Click Finish & score when done to see your result

Run locally

git clone https://github.com/madathingalafsal/CCAFEXAMMOCK.git
cd CCAFEXAMMOCK
npm install
npm run dev

Open http://localhost:5173


Tech stack


Contributing

Questions wrong or outdated? Want to add more? PRs are welcome.

  1. Fork the repo
  2. 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." }
  ]
}
  1. Open a pull request

Keywords

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


License

MIT — free to use, share, and modify.


Built for developers preparing for the Claude Certified Architect — Foundations exam.

About

Free browser-based mock test for CCAF exam prep. Instant feedback, score report, and a 72% pass tracker. No account needed.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages