Software Engineer · Unknown Level · Phone Screen
The interview consisted of two coding questions. The first was to implement the Linux `cd` command given the current working directory. The second question was merge intervals. **My approach to the first question:** 1. I parsed the input path to handle relativ...