Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview experience was primarily focused on a coding challenge related to the ‘Robot Grid Distance’ problem. The challenge required implementing an algorithm to determine the distance a robot would need to travel on a grid to reach its destination from a starting point. The interviewer asked about edge cases and how to optimize the solution for larger grids, emphasizing the importance of efficiency. Overall, the interviewer was friendly, and the environment was quite relaxed, which helped to ease the tension associated with coding interviews. I felt that I was able to communicate my thought process clearly.
Technical Questions
- Robot Grid Distance Challenge (DFS, Greedy)
Tips & Insights
I would recommend practicing grid-based problems and being ready to discuss algorithmic optimizations during the interview.