Mastering the Robot Grid Distance Challenge: My Uber Software Engineer Journey

Uber | Software Engineer | Interview Experience

Interview Date: Not specified
Result: Not specified
Difficulty: Not specified

Interview Process

The phone screen began with an introduction where the interviewer shared their background and experience. Then, I was asked about my previous work experiences and projects. The interview lasted around 30 minutes and felt relatively straightforward, although I did feel pressured at times due to the time constraints.

Technical Questions

  1. Robot Grid Distance Challenge (BFS, Grid)

Tips & Insights

I discussed my approach towards solving the problem, focusing on algorithm efficiency and edge cases. I mentioned breadth-first search (BFS) and how it can be utilized for grid traversal. We also had a brief discussion about system design concepts, specifically how to design scalable applications and test them effectively.