Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview was quite challenging. The interviewer started off with a brief introduction of my background. Then we moved on to the coding questions. First, he asked about my experience with data structures and algorithms. Following that, I was given a specific coding challenge.
Technical Questions
- Robot Grid Distance Challenge (DP, Grid)
Given a grid, the robot can only move down or towards the right. How can we calculate the minimum distance a robot has to travel to reach the bottom right corner?
Tips & Insights
After coding the solution, I explained my thought process and the complexity analysis. The interviewer then asked a few follow-up questions regarding edge cases and optimization techniques. Overall, it was a good interview, but I felt the pressure quite a bit. I hope to hear back soon!