Anthropic free flashcards

Free CCAR-F flashcards

8 real CCAR-F flashcards, sampled from 4 of the 5 domains the exam tests, heaviest first. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.

The full deck has 506 flashcards, and a free account opens 40 of them across every domain. For a domain-by-domain breakdown and a study plan, read the CCAR-F study guide.

ConceptAgentic Architecture & Orchestration

Why did an agent keep calling process_refund without a preceding lookup_order, despite a CLAUDE.md rule requiring it?

CLAUDE.md text enters the model's context and biases sampling, so compliance is high but never total. A prerequisite that must hold every time needs a PreToolUse hook, which runs in the harness rather than the model, inspects the pending call, and can refuse it before it reaches the tool.

MisconceptionAgentic Architecture & Orchestration

Tool call ordering between two MCP tools is enforced by the server that publishes them.

MCP servers do hold connection state, but the protocol exposes independent tools with no cross-tool ordering semantics. There is no server-side sequencing rule that could lapse and explain out-of-order calls.

ConceptClaude Code Configuration & Workflows

When does a subdirectory CLAUDE.md actually get loaded into a Claude Code session?

Memory files are scoped to the part of the tree they sit in. The root CLAUDE.md applies to the whole repository from the start, but a nested CLAUDE.md is only brought into context when Claude Code reads or edits files under that directory. A session that never leaves one package never has cause to load another package's memory file.

MisconceptionClaude Code Configuration & Workflows

A PostToolUse hook that logs every migration command with its target connection string, reviewed weekly, prevents the outage.

The logging is genuinely useful for accountability, but it fires after the command has already run, so it improves detection of the outage rather than preventing it.

ConceptPrompt Engineering & Structured Output

Why does an instruction like 'flag any potential security concern' produce inconsistent CI review results across pull requests?

Precision depends on where the decision boundary sits, not on the category name. 'Flag any potential security concern' gives the model a class name without a membership rule, so each run must infer its own threshold from the diff in front of it. Two equivalent code snippets can land on either side of that inferred line, producing the same-code-different-verdict pattern. Stating the boundary explicitly, such as requiring attacker-controlled input reaching the construct, replaces the inference with a stated test.

MisconceptionPrompt Engineering & Structured Output

A schema requiring file and line fields guarantees that every finding came from the reviewed pull request's diff rather than the wider repository.

The schema only requires a string and an integer in those fields, not that the position falls inside the changed lines. Confirming a finding sits within the diff needs a separate check the pipeline is not running.

ConceptTool Design & MCP Integration

How does an agent decide which of two MCP tools to call when both look like they could handle the same request?

The model matches the request against each tool's name, description and input schema. If two descriptions state the same capability in different words, nothing distinguishes them, so selection falls to incidental wording in the message and looks random across many calls.

MisconceptionTool Design & MCP Integration

A PostToolUse hook that alerts an on-call engineer whenever process_refund is called meets an incapability requirement.

A hook is the right family of mechanism and gives a deterministic signal, but PostToolUse runs after the call has executed, so the refund has already been paid by the time the alert fires.

Study 40 CCAR-F flashcards free

A free account opens 40 cards from the 506-card CCAR-F deck, spread across every domain the exam tests. Drop your email and we will keep you posted as new CCAR-F study material ships. No spam - we mail you only when it is worth your time.

Frequently asked questions

Are these CCAR-F flashcards free?

Yes. Every card on this page is free to read with no sign-up. The full deck has 506 flashcards; a free account opens 40 of them, spread across every domain, and Pro opens the rest.

What is a misconception card?

A card built from a tempting wrong answer in our question bank, naming the trap and explaining why it fails. Most flashcard decks only drill the fact (a concept card); we pair each one with the misconception the exam actually tests you on.

Are these real CCAR-F exam questions or vendor content?

No. These are original flashcards written from our own blueprint-aligned practice questions. We never reproduce live exam items or vendor material.

How many flashcards are in the full CCAR-F deck?

506 cards spread across all 5 domains. For the full domain-by-domain breakdown, read the study guide.

Examworthy is not affiliated with or endorsed by Anthropic. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. CCAR-F and related marks belong to their respective owners.