Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Formats
/
Short Answer
Short Answer
362 questions
Topics
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
What problem does PagedAttention solve and why does block-based allocation enable larger batches?
Short Answer
Hard
·
Qual 4.0
How do online (interactive) and offline (batch) inference workloads differ in optimization target?
Short Answer
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
Why is the vision-encoder phase a different bottleneck class from LLM decode in a multi-modal model?
Short Answer
Hard
·
Qual 4.0
How does S-LoRA serve thousands of LoRA adapters concurrently on a single base model?
Short Answer
Hard
·
Qual 4.0
How does DeepSeek's Multi-Latent Attention (MLA) compress the KV cache below GQA?
Short Answer
Hard
·
Qual 4.0
Why is HBM bandwidth the binding constraint for LLM decode and how do you reason about the 'memory wall'?
Short Answer
Hard
·
Qual 4.0
NVIDIA
How are RoPE NTK scaling and YaRN used at inference time to extend context beyond the training length?
Short Answer
Hard
·
Qual 4.0
Why does naive sliding-window KV eviction break and how does StreamingLLM's attention-sink fix it?
Short Answer
Hard
·
Qual 4.0
How much does FP8 KV cache help, what does it cost and what is KIVI?
Short Answer
Hard
·
Qual 4.0
NVIDIA
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
Why are output tokens typically 3-5× more expensive than input tokens?
Short Answer
Medium
·
Qual 4.0
Anthropic
OpenAI
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
Why is 'reduce FLOPs to speed up decode' the most common beginner misconception in LLM serving?
Short Answer
Medium
·
Qual 4.0
NVIDIA
Why does FlashAttention speed up serving even though it doesn't change the math?
Short Answer
Hard
·
Qual 4.0
Fireworks Ai
NVIDIA
What is GGUF and how do llama.cpp / mlc-llm enable on-device inference where vLLM cannot run?
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
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
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
How does Sarathi-Serve's chunked prefill change the latency profile of a serving system?
Short Answer
Hard
·
Qual 4.0
NVIDIA
Why is batching the single biggest throughput lever for LLM decode?
Short Answer
Medium
·
Qual 4.0
Showing 176–200 of 362
← Prev
Next →