Question 1easy
Why can pure vector search miss a query for an exact token like an error code 'ERR_2043'?
Question 2easy
What is hybrid search?
Question 3medium
Why does Reciprocal Rank Fusion (RRF) use rank position instead of raw scores?
Question 4medium
In RRF with score 1/(K+rank), what is the role of the constant K (commonly 60)?
Question 5medium
How does a cross-encoder differ from the bi-encoder used in first-pass retrieval?
Question 6medium
Why is a cross-encoder used as a second stage over a shortlist rather than over the whole corpus?
Question 7hard
Reranking returns a poor top-4. You confirm the answer chunk was never in the 25-candidate shortlist. What should you fix?
Question 8medium
What is query rewriting / multi-query retrieval?
Question 9hard
In the HyDE pattern, what is embedded for retrieval?
Question 10hard
Which are valid cautions about query rewriting? (Select all that apply)
Question 11medium
What problem does MMR (maximal marginal relevance) address?
Question 12hard
In MMR's score λ·relevance − (1−λ)·redundancy, what does setting λ = 1.0 do?
Question 13medium
Which single addition is often the highest-ROI upgrade to a basic RAG retrieval pipeline?
Question 14medium
What is the classic keyword/term-frequency ranking algorithm (acronym) paired with vector search in hybrid retrieval?
Question 15hard
Name the rank-based method (acronym or full name) for combining multiple ranked result lists without normalizing scores.