Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview consisted of a technical phone screen where I was asked to solve the Robot Grid Distance challenge. I approached the problem using a BFS (Breadth-First Search) algorithm to explore the grid and keep track of the distance to reach the destination. My answer was well received, and I explained my thought process clearly to the interviewer. Overall, the experience was quite positive!
Technical Questions
- Robot Grid Distance (BFS, Grid)
Tips & Insights
Be prepared to explain your thought process clearly and consider using algorithms like BFS for grid-related problems.