Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
KV Cache
KV Cache
Subtopic
80 questions
Questions tagged with KV Cache — part of Inference Optimization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Which prompt-construction pattern is most likely to actually hit the provider's prompt cache?
Multiple Choice
Medium
·
Qual 4.0
Anthropic
OpenAI
What problem does PagedAttention solve and why does block-based allocation enable larger batches?
Short Answer
Hard
·
Qual 4.0
What is the primary mechanism by which PagedAttention increases serving throughput?
Multiple Choice
Medium
·
Qual 4.0
What traces and metrics do you need to debug a P99 TTFT regression in production LLM serving?
Short Answer
Hard
·
Qual 4.0
Which metrics are essential to debug a P99 TTFT regression in production LLM serving?
Multi-select
Hard
·
Qual 4.0
How does DeepSeek's Multi-Latent Attention (MLA) compress the KV cache below GQA?
Short Answer
Hard
·
Qual 4.0
Match MLA, GQA and MQA to their mechanisms, cache reduction and quality posture
Match Pairs
Hard
·
Qual 4.0
What exactly does the KV cache store and what computational redundancy does it eliminate?
Short Answer
Medium
·
Qual 4.0
Compute the KV cache size for a 70B model at 128k context (80 layers, 64 heads, head_dim 128, FP16).
Short Answer
Hard
·
Qual 4.0
NVIDIA
Predict the KV cache size in GB for given model dimensions
Predict Output
Hard
·
Qual 4.0
NVIDIA
Which statement most accurately captures why GQA, not MQA, became the production default?
Multiple Choice
Medium
·
Qual 4.0
Match each attention variant to its KV-cache property and a production user
Match Pairs
Medium
·
Qual 4.0
For a 64-Q-head model with GQA group size G=8, how many K/V heads exist and what is the cache reduction vs MHA?
Short Answer
Medium
·
Qual 4.0
What problem do DistServe and Splitwise solve by separating prefill and decode onto different GPUs?
Short Answer
Hard
·
Qual 4.0
Compare greedy, sampling and beam search at inference: cost and best use case.
Short Answer
Medium
·
Qual 4.0
Why do production chat APIs almost never offer beam search as a decoding option?
Multiple Choice
Medium
·
Qual 4.0
Why did continuous batching replace static batching for LLM serving?
Short Answer
Medium
·
Qual 4.0
What does the vLLM-style continuous-batching scheduler actually do at each step?
Short Answer
Hard
·
Qual 4.0
Hugging Face
NVIDIA
Put the vLLM-style continuous-batching scheduler steps in correct order for one iteration
Order Steps
Hard
·
Qual 4.0
NVIDIA
Walk through paged attention end to end, page table, block lookup, and how it enables higher throughput.
Short Answer
Hard
·
Qual 4.0
What problem does paged attention (vLLM) solve, and what OS concept does it borrow from?
Multiple Choice
Hard
·
Qual 4.0
Compare MHA, MQA, GQA, MLA, what production tradeoff are they all addressing, and which models use each?
Short Answer
Hard
·
Qual 4.0
Match each attention variant to its KV-cache memory reduction strategy.
Match Pairs
Hard
·
Qual 4.0
Why does autoregressive generation use a KV cache?
Short Answer
Medium
·
Qual 4.0
What does the KV cache store, and why does it avoid Q?
Multiple Choice
Medium
·
Qual 4.0
Showing 51–75 of 80
← Prev
Next →