Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Home
/
Roles
/
Fresher / New Grad
Fresher / New Grad
380 questions
First AI role, conceptual depth and fundamentals matter most.
Topics
Format
Difficulty
Companies
Track
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Name the scalar that QK^T is divided by inside scaled dot-product attention.
Flashcard
Easy
·
Qual 4.0
RoPE, spell out the acronym and name exactly which vectors it rotates
Flashcard
Easy
·
Qual 4.0
Inside a transformer, what is the residual stream and how does attention interact with it?
Flashcard
Easy
·
Qual 4.0
Name what wraps the attention sub-layer in every transformer block.
Flashcard
Easy
·
Qual 4.0
Fill the blank: for a single head, QK^T has shape (T_query, ___).
Fill in Blank
Easy
·
Qual 4.0
During decode, why is only Q computed for the new token while full K and V come from cache?
Multiple Choice
Easy
·
Qual 4.0
Prefill and decode: name the two phases of LLM inference and say which one is compute-bound
Flashcard
Easy
·
Qual 4.0
What does a padding mask zero out, and why is it needed when batching variable-length sequences?
Flashcard
Easy
·
Qual 4.0
Given Q of shape (B, n_heads, T, d_head), the per-head attention output before concatenation has shape ___.
Fill in Blank
Easy
·
Qual 4.0
Describe the W_O projection in multi-head attention, its shape and what it mixes.
Flashcard
Easy
·
Qual 4.0
Which config token names the count of parallel attention heads in a layer?
Flashcard
Easy
·
Qual 4.0
MQA, spell out the acronym and name exactly what gets shared across heads
Flashcard
Easy
·
Qual 4.0
Decode the acronym MHA in the transformer attention context.
Flashcard
Easy
·
Qual 4.0
Across which axes is the KV cache stored, per layer, per head, per batch?
Flashcard
Easy
·
Qual 4.0
Compare hidden_size, d_model, and embedding_dim, three names for the same thing or three different things?
Flashcard
Easy
·
Qual 4.0
Pick the formula that defines head_dim from hidden_size and num_heads.
Multiple Choice
Easy
·
Qual 4.0
GQA, decode the acronym and describe its KV sharing pattern
Flashcard
Easy
·
Qual 4.0
Does FlashAttention change the attention output relative to standard attention?
Multiple Choice
Easy
·
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
Match each transformer family to the kind of attention it uses
Match Pairs
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
What does the dot product q . k actually measure inside an attention layer?
Flashcard
Easy
·
Qual 4.0
Walk through a T5 decoder block in order, list the attention sub-layers and what each one's Q, K, V read from.
Order Steps
Medium
·
Qual 4.0
Identify the context vector inside scaled dot-product attention and what produces it.
Multiple Choice
Easy
·
Qual 4.0
Showing 126–150 of 380
← Prev
Next →