Rubric
Contents — domains, guide and mocks

Context Management & Reliability

CCAR-F · Domain 520 questions · 15% of the exam

Answer everything, then check. Each result links back to the lesson for the objective it came from.

0 of 20 answered0:00
  1. Question 1 · 5.1

    An insurance claims assistant handles conversations that often exceed 80 turns. Late in long conversations it sometimes quotes the wrong policy number or claim amount, even though both were stated clearly near the start. The team uses automatic summarisation when context gets large.

    Which change most directly fixes the errors?

  2. Question 2 · 5.1

    A research agent calls a search tool and a document-fetch tool dozens of times per task. Each fetch returns an entire web page. By mid-task, answers are slower and the agent starts contradicting findings it made earlier.

    Which two changes best address this? (Select 2.)

  3. Question 3 · 5.1

    You set instructions on the server-side compaction edit to “Keep it short.” What is the likely effect?

  4. Question 4 · 5.1

    A team keeps a rule “never edit generated files under src/gen/” as a path-scoped rule in Claude Code. After long sessions compact, Claude occasionally edits those files.

    What is the best fix?

  5. Question 5 · 5.2

    A telecom support agent escalates to humans whenever a sentiment classifier scores the customer as “negative”. Human agents report that most escalated cases are simple billing corrections the bot could have fixed, while several complex contract disputes from polite customers were never escalated.

    What is the best redesign?

  6. Question 6 · 5.2

    A bank’s support agent looks up a customer by name and date of birth and receives two matching accounts. The customer wants to cancel a standing order.

    What should the agent do next?

  7. Question 7 · 5.2

    A research subagent, spawned by a coordinator in the Agent SDK, finds that the user’s request “compare our Q3 numbers” could refer to two different fiscal calendars. The team wants the user to choose.

    What is the most appropriate design?

  8. Question 8 · 5.3

    In a multi-agent research system, the web-search subagent wraps its search call in a try/except and returns an empty list of findings on any exception. Users report that final reports sometimes skip entire subtopics without explanation.

    What is the most effective change?

  9. Question 9 · 5.3

    Which two errors should a subagent generally propagate to its coordinator immediately, rather than retrying itself? (Select 2.)

  10. Question 10 · 5.3

    A coordinator receives a partial result from one of five subagents: a regulatory database was unavailable, so one jurisdiction is not covered. The other four jurisdictions are complete, and the report is due within the hour.

    What should the coordinator do?

  11. Question 11 · 5.4

    An engineer spends two hours in one Claude Code session exploring an unfamiliar logistics codebase. Early on Claude identified the exact classes that calculate shipping rates. Now its answers describe “how rate engines typically work” and contradict details it found earlier.

    What is the most effective way to continue?

  12. Question 12 · 5.4

    Before changing a database column, a team needs to know every service in a 20-service monorepo that reads or writes it. The main Claude Code session will then plan the migration.

    Which approach best manages context?

  13. Question 13 · 5.4

    Which statement about Claude Code compaction is accurate?

  14. Question 14 · 5.5

    An insurer’s claims-extraction pipeline shows 97% field-level accuracy on last month’s labelled sample. The operations lead proposes cutting human review from 100% of claims to a 2% random spot-check.

    What should be done before approving the change?

  15. Question 15 · 5.5

    A document pipeline auto-approves fields when the model’s stated confidence is at least 0.9. An audit finds that 20% of auto-approved dates are wrong, even though the model reported 0.92–0.98 confidence on them.

    What is the best next step?

  16. Question 16 · 5.5

    Which two signals are generally more reliable for routing extractions to human review than a self-reported confidence score on its own? (Select 2.)

  17. Question 17 · 5.5

    A team samples 3% of auto-approved outputs at random each week. Handwritten forms are 4% of volume, and a new scanner vendor has recently started producing blurrier images of them.

    What change to the audit makes a new failure on handwritten forms most likely to be caught quickly?

  18. Question 18 · 5.6

    A multi-agent research system’s search subagents return findings as paragraphs of prose. The synthesis agent’s reports read well, but reviewers often cannot tell which source supports a given sentence, and some sentences blend claims from two sources.

    What is the most effective fix?

  19. Question 19 · 5.6

    Two reputable sources give different figures for the same market: one says 12% growth, the other 8%. The synthesis agent currently reports “about 10% growth”.

    How should the synthesis handle this?

  20. Question 20 · 5.6

    A legal research tool passes contract PDFs to Claude and needs every statement in the answer to point to the exact page it came from. The team also wants the answer returned as strict JSON matching a schema.

    Which design meets both needs?

You can change answers until you check. Nothing is saved or sent anywhere.