DevOps / SRE Engineer signal: heap + top-k in a capacity allocator context. This is a ProdMatch-owned devops sre drill, framed as a April 2026 Dream11 Cloud Infra simulation, not a copied platform question.
Company context
Dream11 · Cloud Infra
Freshness
April 2026
Product surface
capacity allocator
ProdMatch interview simulation based on product-team patterns; not a claim of a real company question.
Your Cloud Infra team needs a live top-k view for workloads. Each update changes an item's score. Return the current top k item IDs after each update, ordered by score desc then ID asc.
Input
Output
Constraints
Concepts
scores: [5,1,3], k=2, update [1,+5] -> [1,0]
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.