Retrieval Quality — Final Exam

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

Time remaining: 20:00
  1. Question 1easy

    Why can pure vector search miss a query for an exact token like an error code 'ERR_2043'?

  2. Question 2easy

    What is hybrid search?

  3. Question 3medium

    Why does Reciprocal Rank Fusion (RRF) use rank position instead of raw scores?

  4. Question 4medium

    In RRF with score 1/(K+rank), what is the role of the constant K (commonly 60)?

  5. Question 5medium

    How does a cross-encoder differ from the bi-encoder used in first-pass retrieval?

  6. Question 6medium

    Why is a cross-encoder used as a second stage over a shortlist rather than over the whole corpus?

  7. Question 7hard

    Reranking returns a poor top-4. You confirm the answer chunk was never in the 25-candidate shortlist. What should you fix?

  8. Question 8medium

    What is query rewriting / multi-query retrieval?

  9. Question 9hard

    In the HyDE pattern, what is embedded for retrieval?

  10. Question 10hard

    Which are valid cautions about query rewriting? (Select all that apply)

    Select all that apply.

  11. Question 11medium

    What problem does MMR (maximal marginal relevance) address?

  12. Question 12hard

    In MMR's score λ·relevance − (1−λ)·redundancy, what does setting λ = 1.0 do?

  13. Question 13medium

    Which single addition is often the highest-ROI upgrade to a basic RAG retrieval pipeline?

  14. Question 14medium

    What is the classic keyword/term-frequency ranking algorithm (acronym) paired with vector search in hybrid retrieval?

  15. Question 15hard

    Name the rank-based method (acronym or full name) for combining multiple ranked result lists without normalizing scores.

0 / 15 answered