I applied through other source. The process took 1 week. I interviewed at Uber (San Francisco, CA) in Mar 2017
Interview
I interviewed at Uber for Sr. Software Engineer position. The interview was well planned and I felt that the interview questions were balanced and evaluated my coding, design and personality skills equally.
I had two rounds of problem solving where the engineer asked me to solve a problem and then write the code on the laptop and run the code along with few test cases to ensure the code works.
I also has two rounds of general system design where I was asked to design a system and then to talk about the trade offs, limitations and other aspects of the design.
The interviewers also answered any question I had about their role in the company and why they enjoy doing what they do.
The recruiter was also extremely helpful prior and after the interview. I think the best experience I had was actually with the recruiter. The recruiter was supportive and was kind enough to spend time with me on the phone before the interview to explain what each interviewer might ask and which interviews will be purely coding/technical and which ones will be more toward system design. This is really helpful when you go for a 5+ hours interview :). The recruiter was also very open about the Uber situation which was all over the news when I interviewed and spoke about the challenges Uber is having and how they are trying to improve on many processes.
If Uber HR team is reading this feedback I would like them to consider few changes to their interview process
1- I understand that engineers are very busy and perhaps even worn out if the interview is scheduled after they had an all-nighter. Some of the interviewers seemed really tired to me and that left a negative impression on me about the team culture and their workload
2- some of the interview panel seemed a bit arrogant to me. Yes, uber is a very interesting company to work for but you should remember that if you sound arrogant in the interview this will not sit very well with the candidate.
3- please do not come to the interview with beer :) or if you do please offer beer to the candidate..
4- please make sure the candidate is not dragged between conference rooms throughout the interview. It is not very convenient to walk around the campus between interviews.
5- Make sure the engineers know they also have to sell the team and the company to excite the candidate.
Interview questions [1]
Question 1
data structures, sorting algorithms, binary trees, general system design
I applied through a recruiter. The process took 4 weeks. I interviewed at Uber (San Francisco, CA) in Feb 2017
Interview
Had an initial screening, to test your ability to code comfortably.
The interview process was really smooth and the recruiter has done a great job in providing all the necessary information for preparing for the interview.
Interview questions [1]
Question 1
Problems related to graphs (disguised), advanced data structures etc. Two system design questions.
I applied through an employee referral. The process took 1 week. I interviewed at Uber (San Francisco, CA) in Feb 2017
Interview
Hectic and disorganized, though the people conducting interviews were great. Double bookings in rooms had us moving from one room to another trying to find a free one.
Questions ranged from interpersonal to architectural to comp. sci. theory. Coding test was really annoying and not at all like the phone screening had described. They took questions from Cracking the Coding Interview.
Interview questions [2]
Question 1
Given a string input, create a function that will output a compressed version of the string. E.g. Input = "AAABBZZDDD", Output = "A3B2Z2D3"