Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview was a technical phone screen focusing on algorithm challenges. The interviewer was very friendly and started with a brief introduction about the company. I was asked to solve the Robot Grid Distance Challenge, which involved calculating the shortest distance a robot would need to travel given a grid with obstacles. This required using a BFS algorithm to ensure optimal pathfinding. After presenting my solution, we discussed the time complexity, best practices for coding, and potential edge cases. The interviewer provided feedback on my thought process and code, making it a positive experience.
Technical Questions
- Robot Grid Distance Challenge (BFS)
Tips & Insights
Be prepared to discuss your thought process and the implications of your solutions, as interviewers often value clarity and understanding over just getting the right answer.