13Why does vector search retrieve 'related but wrong' results, and how do you fix it?▼mediumCohereGleanOpenAI1 replies○ sign inCosine similarity finds topically close, not correct. The failure taxonomy behind most RAG accuracy complaints, and the hybrid-search + reranker fix stack interviewers expect you to know cold.Open full answer →
07Design a hybrid retrieval stack: BM25, vectors, and a reranker. What does each stage rescue?▼medium★ EssentialGleanCohereOpenAI1 repliesunlockedThe retrieval design question with a precise rubric: candidates who can say what each stage rescues, and what it costs in latency, clear it. Includes the RRF detail and the latency budget interviewers ask for.Open full answer →
31How would you use a user's booking history to personalize search: fine-tune embeddings or build a reranker?▼hardOpenAIGlean1 replies◆ premiumA real interview question with a trap in its framing: it offers you two expensive options and hides the cheap one. The escalation ladder from feature-based reranking to two-tower fine-tuning, with the cold-start and position-bias answers ready.Open full answer →