Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
I had a tech phone screen with Uber scheduled for 30 minutes. The first question was related to the Robot Grid Distance Challenge. The interviewer asked me about the best way to approach the problem and what data structures I would use. I explained the grid setup and discussed using dynamic programming to solve it efficiently. The interviewer seemed satisfied with my approach and asked how I would optimize the space complexity. We also touched upon edge cases like obstacles in the grid and how I would handle them. Overall, I felt good about the conversation, but I am waiting for the results now!
Technical Questions
- Robot Grid Distance Challenge (Dynamic Programming)
Tips & Insights
Be prepared to discuss optimization techniques and edge cases related to your solutions.