Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview lasted around 25 minutes. The interviewer started with a brief introduction and asked for a summary of my background and knowledge about Uber. I was then presented with a coding challenge involving calculating the distance from a robot’s current position to a target in a grid-like environment. The interviewer focused on my approach to the problem, including edge cases and time complexity.
After clarifying the problem statement, I implemented the solution. The interviewer followed up with questions about potential optimizations and alternative approaches to the problem. Overall, it was an engaging session with a good mix of coding and discussion about algorithms.
Technical Questions
- Robot Grid Distance Challenge (Grid, BFS)
Tips & Insights
Focus on clarifying problem statements before coding. Be prepared to discuss optimizations and different approaches during the interview.