Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview started with some basic introductions and then moved on to coding questions. The first question was about the Robot Grid Distance Challenge, where I was asked to calculate the shortest path for a robot to navigate through a grid with certain obstacles. I prepared a BFS algorithm to tackle this problem. The interviewer followed up with questions about edge cases and optimizations, particularly interested in how my solution scales for larger grids. After the coding portion, I was asked some behavioral questions to assess my fit for the team culture. Overall, the experience was fairly positive, though the wait time for feedback was longer than expected.
Technical Questions
- Robot Grid Distance Challenge (BFS, Graph)
Tips & Insights
- Prepare for both coding and behavioral questions.
- Be ready to discuss edge cases and optimizations for your solutions.