Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview consisted of a coding challenge related to the Robot Grid Distance. I was asked to visualize the problem and then implement a solution based on the distance calculations from a starting point to a target on the grid. The interviewer was very encouraging and provided hints on optimizing my approach. Overall, it was a good experience, but I felt the pressure during the coding part.
Technical Questions
- Robot Grid Distance (Dynamic Programming, Recursion)
Tips & Insights
Stay calm during the coding part and don’t hesitate to ask for hints if you’re stuck. Visualization of the problem can greatly help in understanding the solution better.