AI/ML Engineer signal: hash map + dedupe in a knowledge graph RAG context. This is a ProdMatch-owned ai ml engineer drill, framed as a April 2026 Dream11 AI Search simulation, not a copied platform question.
Company context
Dream11 · AI Search
Freshness
April 2026
Product surface
knowledge graph RAG
ProdMatch interview simulation based on product-team patterns; not a claim of a real company question.
For knowledge graph RAG, collapse duplicate entities by external ID. Keep the newest event per ID and return IDs in first-seen order.
Input
Output
Constraints
Concepts
[(a,1),(b,1),(a,3)] -> [(a,3),(b,1)]
Try framing your own approach first. The 30 seconds you think before peeking is where learning happens.
Reveal the approach first.
Your rating tunes when this problem shows up again.