Agentic AI Testing / Quiz

Agent Memory & Context

Context windows, memory strategies, and the failures that happen when an agent forgets, or remembers the wrong thing.

Difficulty
Medium
Format
Quiz
Points
150
Estimate
8 min

// MISSION BRIEF

Your Mission

An agent is only as good as what it can remember and what it can fit in context. This quiz covers context-window limits, memory strategies (buffer, summary, vector), and the bugs that emerge when memory is mismanaged.

// FIRST CONTACT

Battle teaser

A long chat agent starts giving answers that contradict what the user said 40 messages ago. The most likely cause:

  1. AThe system prompt is too short
  2. BThe model got tired
  3. CEarly messages were truncated/evicted from the context window, the model literally can't see them anymore
  4. DTemperature is too low
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

agenticmemorycontext-windowrag