Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview process with Uber included a technical phone screen that lasted for about 29 minutes. The first part was an introduction, where I shared my previous experiences and then transitioned into technical questions. One of the key challenges was the Robot Grid Distance Challenge, which involved calculating the shortest distance a robot would travel on a grid to reach a target location from a starting position. This required an understanding of BFS and pathfinding algorithms.
The interviewer was very supportive and provided hints when I was stuck on a few aspects of the problem. After discussing potential approaches, I implemented my solution live while they observed and asked follow-up questions about my thought process and coding style.
Technical Questions
- Robot Grid Distance Challenge (BFS, Pathfinding)
Tips & Insights
- Be prepared to explain your thought process and coding style during the implementation.
- Familiarize yourself with BFS and pathfinding algorithms, as they are commonly tested in technical interviews.