Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Formats
/
Multiple Choice
Multiple Choice
343 questions
Topics
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Pick the formula that defines head_dim from hidden_size and num_heads.
Multiple Choice
Easy
·
Qual 4.0
Llama-2 70B uses 64 query heads, how many KV heads does it actually keep?
Multiple Choice
Easy
·
Qual 4.0
How does torch.nn.functional.scaled_dot_product_attention relate to FlashAttention?
Multiple Choice
Medium
·
Qual 4.0
Does FlashAttention change the attention output relative to standard attention?
Multiple Choice
Easy
·
Qual 4.0
Flash-Decoding parallelizes an axis FlashAttention v2 left alone. Pick which one.
Multiple Choice
Medium
·
Qual 4.0
Why is causal attention cheaper than full bidirectional at the same length?
Multiple Choice
Medium
·
Qual 4.0
Encoder self-attention versus decoder self-attention, what is the single structural difference at the mask level?
Multiple Choice
Easy
·
Qual 4.0
Inside a T5-style encoder-decoder, which sub-layer reads the encoder outputs, and through which projection?
Multiple Choice
Easy
·
Qual 4.0
Walk through how a token's d_model embedding is split into per-head pieces inside multi-head attention.
Multiple Choice
Easy
·
Qual 4.0
Bi-encoders vs cross-encoders, where does attention cross the query and document?
Multiple Choice
Medium
·
Qual 4.0
Identify the context vector inside scaled dot-product attention and what produces it.
Multiple Choice
Easy
·
Qual 4.0
BERT prepends a [CLS] token to every input, what is its actual job in the model?
Multiple Choice
Easy
·
Qual 4.0
What problem does chunked prefill solve in production LLM serving?
Multiple Choice
Medium
·
Qual 4.0
Name the additive bias term in attention and the two things it most commonly carries.
Multiple Choice
Easy
·
Qual 4.0
Attention temperature divides QK^T; sampling temperature divides output logits, distinguishwhere each lives.
Multiple Choice
Medium
·
Qual 4.0
After W_O projects the multi-head output back to d_model, what happens before the next sub-layer runs?
Multiple Choice
Easy
·
Qual 4.0
Injecting noise into pre-softmax attention scores, goal and risk?
Multiple Choice
Medium
·
Qual 4.0
Contrast ALiBi's linear distance bias with RoPE's vector rotation, which one modifies scores additively, and which one modifies Q and K directly?
Multiple Choice
Medium
·
Qual 4.0
Pick the statement that best describes a scoring rubric in LLM evaluation.
Multiple Choice
Easy
·
Qual 4.0
Pick the best definition: in LLM evaluation, a metric is _____.
Multiple Choice
Easy
·
Qual 4.0
Why might F1 score be a better choice than raw accuracy for evaluating entity extraction?
Multiple Choice
Easy
·
Qual 4.0
You have no reference answers for your eval set. Does that mean you cannot evaluate the model?
Multiple Choice
Easy
·
Qual 4.0
Offline eval now or wait for the A/B test results? Pick the key difference between online and offline evaluation.
Multiple Choice
Easy
·
Qual 4.0
For a machine translation eval, a senior engineer says BLEU is fine as the primary metric. When are they right, and when should you push back?
Multiple Choice
Medium
·
Qual 4.0
ROUGE-L, BERTScore, and LLM-as-judge are on the table for a summarization eval. Which covers what, and which drops first if budget is tight?
Multiple Choice
Medium
·
Qual 4.0
Showing 76–100 of 343
← Prev
Next →