Merge overlapping intervals
Company: Amazon
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates a candidate's competency in algorithm design and data-structure manipulation, focusing on sorting-based interval merging and handling half-open and contiguous numeric ranges with edge cases such as empty input, nested intervals, and negative coordinates.