RAG Fundamentals — Final Exam

14 questions · pass mark 80% · 20 minute limit. The timer auto-submits at zero.

Time remaining: 20:00
  1. Question 1easy

    What core problem does RAG primarily address?

  2. Question 2easy

    You need the model to answer in your company's brand voice, but it already knows the facts. Which tool fits best?

  3. Question 3easy

    What is an embedding?

  4. Question 4medium

    Which similarity metric is most commonly used to compare embeddings in RAG retrieval?

  5. Question 5medium

    Why must queries and documents be embedded with the same model?

  6. Question 6medium

    Which of the following are risks of making chunks TOO LARGE? (Select all that apply)

    Select all that apply.

  7. Question 7hard

    Which stages happen at QUERY time (per request) rather than during offline indexing? (Select all that apply)

    Select all that apply.

  8. Question 8medium

    What is the purpose of overlap when chunking documents?

  9. Question 9hard

    In the generation step, what single instruction most distinguishes grounded RAG from just pasting search results next to an LLM?

  10. Question 10medium

    Which metric tells you whether retrieval fetched the chunks that actually contain the answer?

  11. Question 11hard

    The retrieved context clearly contains the correct answer, but the model's answer is invented and unsupported. Which metric captures this failure?

  12. Question 12medium

    A RAG answer is wrong. What is the most useful FIRST diagnostic step?

  13. Question 13medium

    Name the two-word technique (acronym expanded or not) for grounding an LLM in retrieved external documents at query time.

  14. Question 14hard

    In one word, what failure mode does instructing the model to 'say you don't know' primarily prevent?

0 / 14 answered