Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Continuous Batching
Continuous Batching
Subtopic
21 questions
Questions tagged with Continuous Batching — part of Inference Optimization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Walk through how a prefix-cache hit changes the work that chunked prefill has to do
Short Answer
Medium
·
Qual 4.0
When does splitting prefill and decode onto separate replica pools actually pay off in production?
Short Answer
Medium
·
Qual 4.0
Trace how one slow request stalls every co-batched generation step.
Short Answer
Medium
·
Qual 4.0
Recognize vLLM and the optimization that made it famous
Flashcard
Easy
·
Qual 4.0
Name TGI's maintainer and its niche among serving stacks
Flashcard
Easy
·
Qual 4.0
Hugging Face
Identify PagedAttention and the project it ships with
Flashcard
Easy
·
Qual 4.0
Describe how continuous batching interacts with the KV cache
Short Answer
Medium
·
Qual 4.0
What problem does chunked prefill solve in production LLM serving?
Multiple Choice
Medium
·
Qual 4.0
A chatbot team reports TTFT P99 jumped from 300ms to 1.4s overnight. Which root cause is most likely?
Multiple Choice
Medium
·
Qual 4.0
When would you choose vLLM, TensorRT-LLM, SGLang, or TGI for a production serving deployment?
Short Answer
Hard
·
Qual 4.0
Fireworks Ai
Hugging Face
Match each production serving framework to its defining strength
Match Pairs
Hard
·
Qual 4.0
NVIDIA
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
What problem do DistServe and Splitwise solve by separating prefill and decode onto different GPUs?
Short Answer
Hard
·
Qual 4.0
Spot the errors in this description of continuous batching
Spot the Error
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
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