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
Design an eval framework that tells you whether a production prompt survives a model migration (Claude 4.7 to 5.0, or Claude to GPT-5.5). What do you measure and what's the gate?
Short Answer
Hard
·
Qual 4.0
You're migrating a production prompt from Claude Opus 4.7 to GPT-5.5 to cut cost. What's the most reliable indicator that you can or cannot move the prompt as-is?
Multiple Choice
Medium
·
Qual 4.0
Design a production RAG system serving 10,000 concurrent users over a 100M-document corpus, with a P95 latency target of 2 seconds. Walk through the architecture and the bottleneck at each layer.
Short Answer
Hard
·
Qual 4.0
OpenAI
Perplexity
Your production RAG costs $1M/month. The CFO wants this cut in half with a max 1-point faithfulness regression. What highest leverage cost optimizations do you deploy, in priority order?
Short Answer
Hard
·
Qual 4.0
Multi-GPU FT: pick the right sharding strategy for a 70B full FT on 8 H100s
Multiple Choice
Hard
·
Qual 4.0
Match multi-GPU training strategy to what it shards
Match Pairs
Hard
·
Qual 4.0
Explain bf16's advantage over fp16 and what gradient checkpointing trades
Short Answer
Medium
·
Qual 4.0
Why does fp16 fine-tuning need dynamic loss scaling but bf16 doesn't?
Multiple Choice
Medium
·
Qual 4.0
Estimate peak VRAM for a 7B full-FT run in bf16 + Adam
Short Answer
Hard
·
Qual 4.0
Fill in the full-FT memory contributions for a 7B model
Fill in Blank
Hard
·
Qual 4.0
LoRA vs full FT on 7B + 10k examples: order of magnitude cost comparison
Short Answer
Medium
·
Qual 4.0
When is gradient accumulation NOT equivalent to a real larger batch?
Multiple Choice
Medium
·
Qual 4.0
Which statements about FP8, INT8 and INT4 weight quantization are correct?
Multi-select
Medium
·
Qual 4.0
Match each weight-quantization regime to what it buys you and where it breaks
Match Pairs
Hard
·
Qual 4.0
NVIDIA
What does W8A8 vs W4A16 mean and which regime is appropriate for memory-bound decode?
Short Answer
Hard
·
Qual 4.0
NVIDIA
Match each weight/activation quant regime to its mechanism and best-fit workload
Match Pairs
Hard
·
Qual 4.0
NVIDIA
How does PagedAttention enable prefix sharing across requests and what data structure makes it cheap?
Short Answer
Hard
·
Qual 4.0
Define TTFT, TPOT and throughput. Which should a chatbot vs a batch summarizer optimize?
Short Answer
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
Why does tree-based speculative decoding outperform sequential draft chains at the same target-pass cost?
Short Answer
Hard
·
Qual 4.0
Spot the errors in this tensor-core utilization claim
Spot the Error
Hard
·
Qual 4.0
NVIDIA
How does vanilla speculative decoding work and why is verification a single forward pass?
Short Answer
Hard
·
Qual 4.0
Fireworks Ai
NVIDIA
Put the steps of one round of vanilla speculative decoding in the correct order
Order Steps
Medium
·
Qual 4.0
Spot the errors in this claim about speculative decoding
Spot the Error
Medium
·
Qual 4.0
Which regimes can make speculative decoding fail to speed up, or actively slow down, a serving stack?
Multi-select
Hard
·
Qual 4.0
Showing 126–150 of 328
← Prev
Next →