Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview was a technical phone screen that lasted for about 30 minutes. The first part focused on behavioral questions regarding my resume, including inquiries about previous projects and experiences, as well as situations where I faced challenges and how I resolved them. The second part consisted of a coding challenge related to grid navigation, specifically solving the Robot Grid Distance Challenge. I was asked to write a function that calculates the distance of a robot from its starting point after moving through a given grid of directions. The interviewer was very friendly and provided hints when I was stuck. Overall, it was a positive experience, and I felt comfortable discussing my thought process as I solved the problem.
Technical Questions
- Robot Grid Distance Challenge (Grid, Dynamic Programming)
Tips & Insights
Be prepared to discuss your past experiences and challenges in detail. Practice coding problems related to grid navigation and dynamic programming, as they may come up during technical interviews.