Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
I had my first interview with Uber for the Software Engineer position. The interview started with behavioral questions where they asked about my previous projects and how I handled teamwork and challenges. Then, they shifted to technical questions.
The main coding challenge was related to calculating the minimum distance of a robot navigating on a grid, which is a slightly modified version of the Robot Grid Distance Challenge. I was asked to implement a solution that efficiently computes this distance and handles various edge cases effectively. After I presented my solution, the interviewer provided feedback and asked follow-up questions to delve deeper into my understanding of the algorithm. Overall, it was a challenging yet rewarding experience, and I felt that I could communicate my thought process clearly during the technical portion.
Technical Questions
- Robot Grid Distance Challenge (Dynamic Programming, Grid)
Tips & Insights
Be prepared to explain your thought process during coding challenges and to discuss edge cases.