Questions › Technical PM › Top-Interview
Given a list of bounding boxes and annotations, write a function to compute Intersection over Union.
- Technical PM
- Top-Interview
- Easy
- 20 min
Given a list of bounding boxes and annotations, write a function to compute Intersection over Union.
What this question tests
- Technical PM
- Structured problem solving
- Communication
- Trade-off reasoning
Practise this question under interview conditions. Answer it out loud against a timer with an AI interviewer that asks follow-ups, then review the scored report.
Related Technical PM questions
- Write a query that detects repeated authentication failures from the same IP within a 10-minute window. Then explain how you would determine whether the pattern indicates malicious activity or simple user error.Top-Interview · Technical PM · Hard
- Design an inference batching system for a single GPU that can handle up to 100 inputs per batch while users wait synchronously, maximizing utilization under compute constraints.Top-Interview · Technical PM · Hard
- Given an array of integers and a number N, find the length of the longest contiguous subarray such that the difference between any two elements in the subarray is less than N.Top-Interview · Technical PM · Hard
- Given profiler samples from running code, find the slowest part in the code.Top-Interview · Technical PM · Hard
- Design and implement an in-memory key-value store that supports set, transactional begin, commit, and abort operations.Top-Interview · Technical PM · Hard
- Given a sequence of credit issuance and usage events, where credits may expire or have usage constraints, write a function to translate the list into the user’s remaining credit pool and total available credits.Top-Interview · Technical PM · Hard
All Technical PM questions · Product manager interview questions by skill area