Flashcards

Claude certification flashcards, and how the scheduling works.

Free spaced-repetition flashcards for the Claude certification exams. One fact per card, drawn from the concept library, weighted towards the traps rather than the definitions. Get one right and it comes back later; get it wrong and it comes back sooner. This page explains exactly how that decision is made, and shows you real cards, before you make an account.

Free · no paid tierAll 4 certificationsRight / wrong gradingFree account to use
Thinking mascot - pausing mid-recall, which is the moment the card is doing its work.

The one-line version

A card returns when we estimate you are about to forget it. Not before, because that teaches you nothing.

The scheduler

When a card comes back.

No black box. This is the whole rule, and it is four lines long.

  1. 01

    Every card carries an interval

    A new card starts at about a day. That is the gap before we expect to need to show it to you again.

  2. 02

    Right doubles it. Wrong halves it.

    One day becomes two, then four, then eight. A wrong answer cuts the interval in half, so a card you keep missing keeps arriving - which is the point.

  3. 03

    It returns at roughly 50% recall

    We schedule the next showing for the moment your estimated chance of remembering has fallen to about half. Reviewing something you still know solidly is wasted effort; reviewing something you have completely lost is re-learning it.

  4. 04

    Bounded at both ends

    The interval never drops below six hours, so a card you are struggling with cannot spam you all afternoon, and never exceeds a year.

One consequence worth knowing, because it changes how you should answer: because right doubles and wrong halves, a wrong answer costs you two steps and a right answer buys you one. Guessing to keep a streak alive is expensive. If you do not know it, say so - that is the answer the scheduler can actually use.

Real cards

Three from the deck.

Front, then back. This is the shape of every card - one fact, and the reason it matters, not a definition you could have guessed.

01
D1 · Agentic Architectures

An agent loops on the same tool call without making progress. What is the loop missing?

A stop condition tied to progress, not just to iteration count. Capping turns bounds the damage; it does not detect that the agent has stopped getting anywhere.

Read the concept behind it →
02
D2 · Tool Design + Integration

Why does adding more tools eventually make an agent worse rather than better?

Tool descriptions all compete for the same attention. Past roughly two dozen, selection accuracy degrades - the model is choosing from a menu it can no longer read carefully.

Read the concept behind it →
03
D5 · Context + Reliability

What does prompt caching actually cache, and what invalidates it?

A prefix of the request, not the response. Any change to that prefix - even a timestamp - invalidates the cache from that point on, so ordering the stable content first is the whole technique.

Read the concept behind it →
Where it fits

Flashcards are the last mile, not the first.

Cards test recall. They do not teach a thing you have never met, and using them that way is how people end up memorising sentences they cannot apply. The order that works: learn it on a concept page, see it work in a production scenario, then let the cards keep it alive while you work on something else. When your mock score is close to the 720 bar, cards are what stop the early material decaying while you chase the late material.

Not sure where you stand yet? The 10-minute diagnostic needs no account and names your weakest exam domain, which is the honest place to point the cards.

The flashcard tool needs a free account - it has to remember your answers to schedule them. Everything on this page, and every concept page it links to, is open.

FAQ

6 questions about the flashcards

Every Q is phrased as a real Google search query. Answers cite the same evidence-tagged sources used elsewhere on the site.

Are the Claude certification flashcards free?
Yes. Every card is free, there is no paid tier, and there is no cap on how many you review. You do need a free account to use them, because the whole point is that the system remembers what you got wrong and schedules it - which it cannot do for an anonymous visitor. The 10-minute diagnostic needs no account at all if you want to try something first.
What do the flashcards cover?
Facts drawn from the concept library across all 4 Claude certifications - Architect Foundations and Professional, Developer, and Associate. Each card is one fact, taken from a concept page, weighted towards the traps that catch people in the exam rather than definitions you could guess.
How does the spaced repetition scheduler work?
Each card carries an interval. Answer it right and the interval doubles; answer it wrong and it halves. A card comes back when the system estimates your chance of recalling it has fallen to about 50% - the point where a review is worth doing, because recalling something you already know solidly teaches you nothing. New cards start at about a day; the interval floors at six hours and is capped at a year.
Why only right and wrong, instead of four difficulty grades?
Because the four-grade version was a lie about our own maths. The scheduler only ever asked one question of your answer - was it correct - and it moved the interval the same distance whether you picked hard or easy. Offering four buttons implied a precision the algorithm did not have. Two honest buttons beat four decorative ones.
How is this different from just re-reading the concept pages?
Re-reading feels like learning and mostly is not. Recognising a page you have seen before is a much weaker signal than retrieving a fact without it in front of you, and the gap between the two is where most failed exam prep lives. Reading has its place - the concept pages are where you learn the thing in the first place - but retrieval is what tells you whether it stuck.
How long does a session take?
As long as you want. Cards are served in a queue of what is due, so a session is however many you work through before you stop - typically a few minutes. Doing five minutes daily beats an hour on Sunday, and that is not a motivational line: it is what the interval maths is built around.