J'ai postulé en ligne. J'ai passé un entretien chez Uber (San Francisco, CA) en févr. 2023
Entretien
I have cleared the initial assessment round and attended the 2nd technical round. The interviewer asked a hard level leet code question and was not interested at all the whole time and did not answer thhe questions that was asked for.
J'ai postulé en ligne. J'ai passé un entretien chez Uber (Bengaluru) en sept. 2024
Entretien
1. Resume Shortlisting(Selected)
2. OA Round, 4 Question need to be done in 1 hour (All done so Selected)
3. Round 1 Interview, Trust Matrix question, able to provide O(n^2) approach but not able to optimise it (So not Selected)
Questions d'entretien [1]
Question 1
OA Round Question
There is a matrix Like
[1 0 0]
[1 1 1]
[1 0 1]
this is a trust matrix where 1 represent trust and if matrix[i][j]=1 means rider i trust rider j so we need to find that rider who doesn't trust anybody but other all driver trust him.
First round: phone screening
I was asked about my previous experience.
Second round: Live coding interview with tech lead.
Problem was mid to hard LT problem. Only had 40 minutes to solve the problem.