Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview involved solving a problem related to calculating the distance in a robot grid scenario. I was tasked with designing an algorithm to find the shortest path a robot should take while avoiding obstacles. I began by sketching out the problem and discussing my approach with the interviewer before coding. The interviewer provided helpful guidance and hints when I encountered difficulties. After finalizing the solution, I explained my thought process clearly. Overall, it was a good experience, although I felt a bit nervous initially. The focus was on understanding my problem-solving approach rather than just the final solution.
Technical Questions
- Robot Grid Distance Challenge (DFS, BFS, Dynamic Programming)
Tips & Insights
Emphasize your problem-solving process during the interview, as the interviewer is interested in your approach and thought process.