I applied through university. The process took 4 weeks. I interviewed at Uber (San Francisco, CA) in Oct 2017
Interview
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
Interview questions [1]
Question 1
How would you design a system similar to Uber Eats?
I applied online. The process took 1 week. I interviewed at Uber (Toronto, ON) in Oct 2024
Interview
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.
Interview questions [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.
I applied through university. I interviewed at Uber
Interview
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.
Interview questions [1]
Question 1
A question similar to deletion distance algorithms problem