Skip to content
Discussion options

You must be logged in to vote

Marking this, with the rubric and the two answers that separate candidates.

How it is scored

Signal Weak Strong
Staging One retrieval step, then rerank Names the funnel and the order of magnitude at each stage
Constants "It's logarithmic" Names what the big-O hides — cache lines, decode cost, round trips
Filters An afterthought Knows filters break WAND pruning, and at what selectivity
Honesty Confident numbers "I would measure this; here is roughly what I expect and why"

The two answers that decide it

1 · "The dense leg cannot be stage one at this scale." Most candidates put the vector index
first because that is what tutorials do. Saying why it cannot be — and that lexica…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by akash-coded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: retrieval Retrieval, fusion, indexes, encoders casebook A simulated teaching transcript, not a real exchange interview-round A full simulated interview loop
1 participant