Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview process started with a brief introduction where I was asked to talk about my experiences and background. After that, the interviewer asked me to solve a problem related to the Robot Grid Distance Challenge. The problem required calculating the shortest distance a robot would traverse in a grid given certain obstacles. I explained my thought process, discussed the possible edge cases, and implemented a solution using depth-first search. After coding, the interviewer prompted me with a few questions about the time and space complexity of my solution. Overall, the interview lasted about 25 minutes.
Technical Questions
- Robot Grid Distance Challenge (DFS, Grid, BFS)
Tips & Insights
Focus on explaining your thought process clearly and be prepared to discuss the complexities of your solution.