Test your understanding of how LLMs are built
This quiz drills into the architecture that powers modern large language models: the transformer. Below are twenty questions on self-attention, multi-head attention, positional encoding, normalization, tokenization, training objectives, and inference optimization. Each is multiple choice, each is scored, and each comes with an explanation so a wrong answer still teaches the concept.
How it works
Read a question, select the answer you believe is correct, and submit it. The quiz immediately tells you whether you were right and explains the mechanism behind the correct answer. Move through all twenty questions and you will get a final percentage score along with a list of the topics you missed — a ready-made study list for the parts of transformer architecture you should review.
Tips for getting the most out of it
Do not just chase the score. Read every explanation, including for questions you answered correctly, because the reasoning often clarifies a related idea. If you miss several questions on one theme — say attention or the training objective — treat that as a signal to revisit the fundamentals before tackling implementation. Retake the quiz after studying; the goal is durable understanding of how these models actually work, not a one-time number.