Cracking Uber's Robot Grid Distance Challenge: My Software Engineer Interview Insights

Uber | Software Engineer | Interview Experience

Interview Date: Not specified
Result: Not specified
Difficulty: Not specified

Interview Process

I had a phone interview for the Software Engineer position at Uber. The interview focused on a coding challenge related to grid distance. The interviewer emphasized the importance of understanding the problem requirements clearly before jumping to a solution. After discussing the problem, I was asked to write my code on a shared editor. I solved the Robot Grid Distance Challenge, which required calculating the minimum distance for a robot to navigate on a grid. I explained my thought process, iterated through my code, and handled edge cases. Overall, it was a good experience but felt a bit rushed towards the end.

Technical Questions

  1. Robot Grid Distance Challenge (Grid, Dynamic Programming)

Tips & Insights

Focus on clearly understanding the problem requirements before starting to code.