Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
In this technical phone interview, I was tasked with solving the Robot Grid Distance Challenge. The challenge involved coding a solution that would determine the shortest path for a robot navigating a grid. I discussed various approaches including breadth-first search and dynamic programming, and then implemented a solution in Python. The interviewer was pleased with my thought process and problem-solving skills, but there was a time constraint, which added pressure to my coding speed. Overall, it was an engaging discussion that tested both my coding skills and my ability to communicate effectively under time constraints.
Technical Questions
- Robot Grid Distance Challenge (Dynamic Programming, Graph)
Tips & Insights
Focus on clear communication and time management during coding interviews, as these can significantly impact your performance.