Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Vllm
Vllm
Subtopic
19 questions
Questions tagged with Vllm — part of Inference Optimization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Name the architectural shifts vLLM v1 made relative to v0
Short Answer
Medium
·
Qual 4.0
Recognize vLLM and the optimization that made it famous
Flashcard
Easy
·
Qual 4.0
Spell out TensorRT-LLM and pinpoint its production differentiator
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
vLLM defaults to a page size of 16. Pick what makes 1 and 1024 worse choices.
Multiple Choice
Medium
·
Qual 4.0
What problem does chunked prefill solve in production LLM serving?
Multiple Choice
Medium
·
Qual 4.0
How does prefix KV-cache sharing reduce serving cost across requests?
Short Answer
Medium
·
Qual 4.0
Multi-tenant SaaS with 500 customer-specific fine-tunes. Merge or swap?
Multiple Choice
Medium
·
Qual 4.0
How does PagedAttention enable prefix sharing across requests and what data structure makes it cheap?
Short Answer
Hard
·
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
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