AI/ML Engineer signal: hash map + dedupe in a beam-search decoder context. This is a ProdMatch-owned ai ml engineer drill, framed as a March 2026 Google GenAI Runtime simulation, not a copied platform question.
Company context
Google · GenAI Runtime
Freshness
March 2026
Product surface
beam-search decoder
ProdMatch interview simulation based on product-team patterns; not a claim of a real company question.
For beam-search decoder, collapse duplicate tokens 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.