Quiz — Advanced Level, Session 8
“Context, reliability & provenance »
Program : Applied AI — Yann Isola Format: 10 MCQs (MCQ = Multiple Choice Questionnaire), certification level Claude Certified Architect Duration : 20 minutes — only one correct answer per question unless otherwise stated Threshold : 7/10
⚠ Figures cited (context windows, 50% batch reduction, 100,000 request limit, 24-hour SLA) reflect documentation at the time of writing and are volatile : check the official Anthropic documentation. SLA = Service Level Agreement.
Q1 — Nature of the API and memory
A developer is surprised: “I sent the client file to the model three requests ago, why doesn’t it remember it anymore? » What is the right architect’s explanation?
Q2 — Saturation arithmetic
Window of 200,000 tokens ⚠. Fixed costs (system + tool definitions): 7,000 tokens. Exit reserve: 8,000 tokens. Each full spin (exchange + raw tool result) adds ~3,300 tokens to the history. Order of magnitude of the saturation turn?
Q3 — Choice of context strategy
A long-term investigation agent must both remember decisions made 100 turns ago and reason carefully about the last 5 exchanges (exact tool results included). What strategy?
Q4 — Reliability of the context summary
In a digest-compression architecture, which statement is correct?
Q5 — PostToolUse hook and context pollution
A tool search_transactions returns 40 fields per transaction and up to 10,000 rows. The agent uses 4 fields and a few flagged lines. What is the best practice?
Q6 — Scratchpad pattern
What is the decisive advantage of the boss? investigation-scratchpad.md » (persistent external memory) compared to the summary in context alone?
Q7 — Verification of provenance
A generated report cites {"tool": "check_sanctions", "call_id": "call_0042", "record_id": "SANC-2211-08"}. What should the application do before considering the assertion as sourced?
Q8 — Reproducibility
For a regulatory report, management requests the guarantee of being able to “regenerate exactly the same report” from the same inputs. Correct response from the architect?
Q9 — API batches: analysis
Your batch of 80,000 requests displays processing_status: "ended". Which statement is correct?
Q10 — Economical batch + cache optimization
Non-interactive nightly reprocessing of 80,000 files sharing a system prompt of 3,200 tokens. Which configuration minimizes the cost, and why?