Data Engineer signal: trie + prefix counts in a data lineage graph context. This is a ProdMatch-owned data engineer drill, framed as a March 2026 Lenskart Data Platform simulation, not a copied platform question.
Company context
Lenskart · Data Platform
Freshness
March 2026
Product surface
data lineage graph
ProdMatch interview simulation based on product-team patterns; not a claim of a real company question.
Build a prefix index for data lineage graph. Support insert(term, weight), delete(term), and topPrefix(prefix) returning the best active term by weight then lexicographic order.
Input
Output
Constraints
Concepts
insert pay 5, insert payout 7, topPrefix pa -> payout
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.