Skip to content
Preptima

Hybrid Search & Reranking interview questions

Why dense retrieval alone misses exact terms, combining BM25 with vectors, fusion strategies, and where a cross-encoder reranker earns its latency.

3 questions in RAG, Retrieval & Agents.

hard3

hardConceptDesign

Where does a cross-encoder reranker earn the latency it costs you?

It earns it when your gold set shows recall at 50 is much better than recall at 5, because that gap is what reranking converts into answer quality. The cost is a model pass per candidate with nothing precomputable, so the latency budget divided by measured per-batch cost sets the candidate count.

5 minmid, senior, staff