Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Home
/
Roles
/
LLMOps Engineer
LLMOps Engineer
328 questions
Serves, scales, and monitors LLM systems, capacity, latency, observability, rollouts, on-call.
Topics
Format
Difficulty
Companies
Track
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Given draft acceptance rate α and target/draft cost ratio c, when does speculative decoding actually win?
Short Answer
Hard
·
Qual 4.0
Fireworks Ai
Together Ai
Predict whether speculative decoding wins for given α, K, c
Predict Output
Hard
·
Qual 4.0
What is RadixAttention in SGLang and how does it differ from vLLM's prefix sharing?
Short Answer
Hard
·
Qual 4.0
Which workload most benefits from RadixAttention specifically vs simpler per-request prefix caching?
Multiple Choice
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
Apply the roofline model to LLM inference and identify where decode and prefill sit on it.
Short Answer
Hard
·
Qual 4.0
NVIDIA
On the roofline, which intervention moves an LLM decode workload most directly toward higher peak throughput?
Multiple Choice
Hard
·
Qual 4.0
NVIDIA
Given a TPM rate limit, how do you compute supportable concurrent users for a feature?
Short Answer
Medium
·
Qual 4.0
OpenAI
Predict supportable concurrent-user count under a 200k TPM rate limit
Predict Output
Medium
·
Qual 4.0
OpenAI
Match each post-training quantization method to what it protects against
Match Pairs
Hard
·
Qual 4.0
Hugging Face
NVIDIA
When would you choose QAT over PTQ for inference quantization and what's the cost?
Short Answer
Hard
·
Qual 4.0
Which scenario most justifies the extra cost of QAT over PTQ for inference quantization?
Multiple Choice
Medium
·
Qual 4.0
How do Anthropic and OpenAI prompt-cache pricing models work and what counts as a cache hit?
Short Answer
Medium
·
Qual 4.0
Which prompt-construction pattern is most likely to actually hit the provider's prompt cache?
Multiple Choice
Medium
·
Qual 4.0
Anthropic
OpenAI
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
Why does prefill's O(seq^2) attention cost saturate compute rather than bandwidth?
Short Answer
Hard
·
Qual 4.0
NVIDIA
Decompose the cost of a single API call into its components and explain which dominates.
Short Answer
Medium
·
Qual 4.0
Predict the total cost of one Claude Sonnet API call with realistic token counts
Predict Output
Medium
·
Qual 4.0
Compare tensor, pipeline and expert parallelism for inference serving.
Short Answer
Hard
·
Qual 4.0
NVIDIA
Match each multi-GPU parallelism strategy to its defining property
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
How do online (interactive) and offline (batch) inference workloads differ in optimization target?
Short Answer
Medium
·
Qual 4.0
Showing 151–175 of 328
← Prev
Next →