Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The phone screen started with a brief introduction. I was asked about my background and experience. Then, the interviewer presented a coding challenge: the Robot Grid Distance Challenge. The task was to determine the shortest path for a robot on a grid. I explained my thought process and implemented a solution using BFS. The interviewer asked follow-up questions on optimizing the code. Overall, the experience was quite technical, but the interviewer was supportive and provided hints when needed.
Technical Questions
- Robot Grid Distance Challenge (BFS, Grid)
Tips & Insights
Be prepared to explain your thought process clearly and be open to optimizing your solution based on feedback.