Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Tokenization
/
Context Window
Context Window
Subtopic
16 questions
Questions tagged with Context Window — part of Tokenization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Bytes, characters, tokens: which one gets billed and how do they relate?
Flashcard
Easy
·
Qual 4.0
Sequence length vs context window, what is the practical distinction and which one drives KV cache size?
Flashcard
Easy
·
Qual 4.0
What is the context window of an LLM?
Flashcard
Easy
·
Qual 4.0
Your input is 9,000 tokens but max_length is 8,192. What are your truncation options?
Flashcard
Easy
·
Qual 4.0
An LLM never sees raw text. So what does it actually process?
Flashcard
Easy
·
Qual 4.0
Someone confuses 'sequence length' with 'context window'. How do you correct them?
Flashcard
Easy
·
Qual 4.0
Where does an agent keep short-term state during a single task?
Flashcard
Easy
·
Qual 4.0
What causes context pollution in a long-running agent?
Flashcard
Easy
·
Qual 4.0
What does a model's 'context window' mean and what does it include?
Multiple Choice
Easy
·
Qual 4.0
Flashcard: what is a token in LLM prompting and why does it matter for cost and context?
Flashcard
Easy
·
Qual 4.0
What does the max_tokens parameter control in an LLM API call?
Multiple Choice
Easy
·
Qual 4.0
You have 500KB of relevant documentation that exceeds the 200K-token context window of your production model. How should you choose between context stuffing (fit what you can) and RAG retrieval?
Multiple Choice
Medium
·
Qual 4.0
Flashcard: what role does the LLM's context window play in a RAG pipeline?
Flashcard
Easy
·
Qual 4.0
How would you build an accurate token budget estimator for a multilingual RAG application?
Short Answer
Medium
·
Qual 4.0
Distinguish short-term vs long-term agent memory and name a failure mode specific to each
Short Answer
Medium
·
Qual 4.0
Why does token cost in a naive agent loop grow quadratically with step count?
Multiple Choice
Medium
·
Qual 4.0