Question 1easy
What is 'context engineering'?
Question 2medium
What is the 'lost in the middle' effect?
Question 3medium
Why is 'stuff everything into the prompt' often a bad strategy?
Question 4hard
Prompt caching is a prefix match. What follows from that?
Question 5medium
How do you verify a prompt cache is actually being hit?
Question 6hard
Which silently break prompt caching by changing the prefix? (Select all that apply)
Question 7medium
For a long conversation approaching the context limit, what's a good strategy?
Question 8medium
What is compaction in the context of long conversations?
Question 9medium
How does 'memory across sessions' actually work?
Question 10hard
In a multi-agent system, why give each sub-agent its own scoped context?
Question 11easy
What is the typical render order that affects caching and attention?
Question 12medium
Instead of stuffing a large knowledge base into every prompt, what's the scalable approach?
Question 13medium
One word: the caching technique that reuses an identical leading portion of the prompt across requests (a ____ match).
Question 14hard
One phrase/word: the principle that the RIGHT tokens matter more than MORE tokens (relevance over ____).