Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Attention Mechanism
/
Grouped-Query Attention
Grouped-Query Attention
Subtopic
23 questions
Questions tagged with Grouped-Query Attention — part of Attention Mechanism.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Pick the recipe a 2026 frontier open-weight LLM block actually ships
Multiple Choice
Medium
·
Qual 4.0
At batch 16 and 4k context with FP8 weights, which model still fits on one 80 GB H100?
Multiple Choice
Medium
·
Qual 4.0
Per-token decode time grows linearly as a chat session lengthens, debug it
Short Answer
Medium
·
Qual 4.0
Expand MQA and state its KV-cache cost tradeoff
Flashcard
Easy
·
Qual 4.0
Define GQA in transformer attention
Flashcard
Easy
·
Qual 4.0
Tying K and V to one projection, what is gained and what is risked?
Multiple Choice
Medium
·
Qual 4.0
Spot the GQA configuration error: num_attention_heads=32, num_key_value_heads=7.
Spot the Error
Medium
·
Qual 4.0
Which config token names the count of parallel attention heads in a layer?
Flashcard
Easy
·
Qual 4.0
Why does MQA underperform GQA when both share KV across heads?
Short Answer
Medium
·
Qual 4.0
Llama-2 70B uses 64 query heads, how many KV heads does it actually keep?
Multiple Choice
Easy
·
Qual 4.0
GQA, decode the acronym and describe its KV sharing pattern
Flashcard
Easy
·
Qual 4.0
Match GPT-2 versus Llama-2 attention design choices to their differences
Match Pairs
Medium
·
Qual 4.0
Decode-phase attention is memory bandwidth bound. Explain what flips the regime.
Short Answer
Medium
·
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
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
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 is KV cache memory the bottleneck for long context LLM serving?
Short Answer
Hard
·
Qual 4.0
Compute the KV cache memory for a single request at 4096 context on Llama-2 70B (MHA) in FP16.
Predict Output
Hard
·
Qual 4.0