Uber | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
This was a technical phone screen with Uber. The interviewer was friendly and made me feel comfortable. I was asked to solve the Robot Grid Distance Challenge. I spent some time understanding the problem and came up with a brute force solution first. The interviewer asked me to optimize it. After discussing a few ideas, I implemented a dynamic programming approach, which solved the problem efficiently. Overall, it was a positive experience, and I appreciated the interviewer’s guidance throughout the process.
Technical Questions
- Robot Grid Distance Challenge (Dynamic Programming)
Tips & Insights
- Take your time to understand the problem before jumping to a solution.
- Be prepared to discuss optimizations and alternative approaches.