J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Uber (Monterey, CA) en févr. 2016
Entretien
I loved the experience of interviewing for Uber. It was my first technical interview and I was fortunate enough to get an offer. There were three 45 minute interviews, each with a different interviewer. Two interviews were technical, and one was a system design interview (still technical but not so much). The interview opportunity was in partnership with my school so I am not aware of what interviews are like typically. For the 2 technical interviews, we were required to code on out laptops. For the system design interview I wrote code/pseudocode on a whiteboard. The questions were a lot easier than what I was expecting. None of the questions stumped me. If I got stuck in the middle of writing an algorithm, I would just talk through what I was thinking and the interviewers would guide me through it.
Questions d'entretien [3]
Question 1
Write an algorithm to determine how similar/different two strings are. I was able to interpret this question any way I wanted. (percentage difference, character difference)
Write an algorithm to determine if all of the delimiters in an expression are matched and closed.{(abc)22}[14(xyz)2] should pass
[ { ] } should fail
{ (x) } [ should fail
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez Uber (New Delhi) en juill. 2021
Entretien
There were three questions in round1 and I was able to solve one completely and one partially. I was not selected for the next round as most of the students solved 2 questions completeley.
J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Uber en janv. 2021
Entretien
Recruiter reached out. Took codesignal interview. Didn't proceed further because I was busy and ghosted uber. One recruiter was nice, the other was disorganized. I might contact them again. The codesignal is close to leetcode questions.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Uber (San Francisco, CA) en mars 2020
Entretien
Two phone rounds with two different engineers followed by a behavioral phone call with hiring manager. After these three rounds, a recruiter called to let me know that I passed and an offer was given. Leetcode mediums for both rounds.
Questions d'entretien [1]
Question 1
I received a dynamic programming problem and a DFS problem.