RAG Fundamentals — Practice quiz
Untimed. Answers are graded when you submit, with explanations and spaced-repetition scheduling.
- Question 1easy
What core problem does RAG primarily address?
- Question 2easy
You need the model to answer in your company's brand voice, but it already knows the facts. Which tool fits best?
- Question 3easy
What is an embedding?
- Question 4medium
Which similarity metric is most commonly used to compare embeddings in RAG retrieval?
- Question 5medium
Why must queries and documents be embedded with the same model?
- Question 6medium
Which of the following are risks of making chunks TOO LARGE? (Select all that apply)
Select all that apply.
- Question 7hard
Which stages happen at QUERY time (per request) rather than during offline indexing? (Select all that apply)
Select all that apply.
- Question 8medium
What is the purpose of overlap when chunking documents?
- Question 9hard
In the generation step, what single instruction most distinguishes grounded RAG from just pasting search results next to an LLM?
- Question 10medium
Which metric tells you whether retrieval fetched the chunks that actually contain the answer?
- Question 11hard
The retrieved context clearly contains the correct answer, but the model's answer is invented and unsupported. Which metric captures this failure?
- Question 12medium
A RAG answer is wrong. What is the most useful FIRST diagnostic step?
- Question 13medium
Name the two-word technique (acronym expanded or not) for grounding an LLM in retrieved external documents at query time.
- Question 14hard
In one word, what failure mode does instructing the model to 'say you don't know' primarily prevent?