Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Decode
Decode
Subtopic
25 questions
Questions tagged with Decode — part of Inference Optimization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Find the wrong move in 'decode is slow, so let's switch to a smaller-FLOP model'
Spot the Error
Medium
·
Qual 4.0
Which quantization combo squeezes the most decode bandwidth per percent of quality lost?
Multiple Choice
Medium
·
Qual 4.0
NVIDIA
Name the dominant cost driver of GPT-5.5 latency at a 200k-token input
Short Answer
Medium
·
Qual 4.0
OpenAI
Each decode step loads ___ from HBM, regardless of how many tokens have already been generated
Fill in Blank
Easy
·
Qual 4.0
Prefix-cache hit lands on a request: does speculative decoding still help that request?
Short Answer
Medium
·
Qual 4.0
Walk through how CUDA graphs reshape per-step decode latency and when the win disappears
Short Answer
Medium
·
Qual 4.0
NVIDIA
TTFT: name the metric it captures and what dominates it
Flashcard
Easy
·
Qual 4.0
The roofline model in plain language, without the chart, what is it saying?
Flashcard
Easy
·
Qual 4.0
What unit measures GPU memory bandwidth and why does that number cap decode speed?
Flashcard
Easy
·
Qual 4.0
End-to-end latency: fill in the queue, prefill and decode components.
Fill in Blank
Easy
·
Qual 4.0
Why do hosted LLM APIs charge separate per-million rates for input and output tokens?
Flashcard
Easy
·
Qual 4.0
Describe what happens during the decode phase of LLM inference.
Flashcard
Easy
·
Qual 4.0
Match TTFT and TPOT to the latency they measure during streaming
Match Pairs
Easy
·
Qual 4.0
During decode, why is only Q computed for the new token while full K and V come from cache?
Multiple Choice
Easy
·
Qual 4.0
Prefill and decode: name the two phases of LLM inference and say which one is compute-bound
Flashcard
Easy
·
Qual 4.0
Decode-phase attention is memory bandwidth bound. Explain what flips the regime.
Short Answer
Medium
·
Qual 4.0
What problem does chunked prefill solve in production LLM serving?
Multiple Choice
Medium
·
Qual 4.0
Why does prefill saturate compute while decode is bottlenecked on memory bandwidth?
Short Answer
Medium
·
Qual 4.0
NVIDIA
Which statement best explains why prefill and decode hit different bottlenecks on the same GPU?
Multiple Choice
Medium
·
Qual 4.0
NVIDIA
What exactly does the KV cache store and what computational redundancy does it eliminate?
Short Answer
Medium
·
Qual 4.0
Why are output tokens typically 3-5× more expensive than input tokens?
Short Answer
Medium
·
Qual 4.0
Anthropic
OpenAI
For a 200-token prompt and 1000-token completion, why does decode dominate end-to-end latency?
Short Answer
Medium
·
Qual 4.0
Walk through the byte accounting that proves a single-batch decode step is bandwidth-bound on H100.
Short Answer
Hard
·
Qual 4.0
NVIDIA
Predict the bandwidth-vs-compute latency of a single Llama-70B decode step on H100
Predict Output
Hard
·
Qual 4.0
NVIDIA
Spot the errors in this 'API is slow because of network and tokenizer' explanation
Spot the Error
Medium
·
Qual 4.0