Analyze Overlap in Closed Intervals
Company: Netflix
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: medium
Interview Round: Technical Screen
Quick Answer: Implement `closed_interval_overlap(intervals, query_points)`. Work through the function contract, boundary cases, correctness argument, and time and space complexity expected in a production-quality solution.