J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Uber (San Francisco, CA) en oct. 2017
Entretien
Met at school career fair and talked to head recruiter. Had one phone interview before being flown out to Headquarters for full day of interviews. Four separate interviews with mix of technical and non-technical questions. Overall great experience
Questions d'entretien [1]
Question 1
How would you design a system similar to Uber Eats?
J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Uber (Toronto, ON) en oct. 2024
Entretien
After submitting the application, Uber will send you an Online Assessment link. You will complete 4 questions on Code Signal, 2 of which are easy, 2 of which are medium or difficult. The third question has a lot of code. Many people on the Internet gave up answering the third question. I never got any feedback after submitting the OA. No further interview was arranged, and no one was told that you did not meet the requirements and would not continue the process.
Questions d'entretien [1]
Question 1
You are given operations , an array containing the following twotypes of operations.
[o,a,b]-Create and save a rectangle of size a x b[1,a,bl-Answer the question: "Could a box of size a xb fit inside of each of the earlier saved rectangles?". lt ispossible to rotate the rectangles by 9o degrees, ie: a rectangleof dimensions a x b can be rotated so that its dimensions arebxa
Your task is to retum an array of booleans, representing the answersto the second type of operation, in the order they appear.
Note that the operations should proceed iteratively, so whenoperations[i] is executed, only the results of the previousoperations o,1,. i- 1 are available.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Uber
Entretien
Had a phone screen with an engineer after sending in my resume through a professional club on my campus. Used a collaborative coding environment on a call with an engineer. Started off by asking me about my general experience and going through my resume. Did not move on to the next round.
Questions d'entretien [1]
Question 1
A question similar to deletion distance algorithms problem