Uber Interview

Recruiter Phone Call

  • Describe your technical experience (Be ready to talk about your past experience)
  • Why you are interested in the position you applied for
  • Preparing to talk about yourself (elevator pitch)

Engineer Phone Call

Onsite Interview

Tell me about a time that you resolved a technical disagreement with a team member

Describe a time that you needed to acquire information from someone who was not very responsive—how did you handle it?

Being able to talk about your past experiences and what you learned from them give your interviewer a better sense of your work style

Candidates who do not have any questions to ask their interviewer are often viewed as uninterested, so spend some time before your interview thinking of a few topics that pique your interest and would like to learn more about from your interviewer.

The biggest thing to remember here is to communicate with your interviewer.

Although this may seem self-evident, thinking out loud while you work through a problem gives your interviewer insight into your thought process. Talk about the approach you are taking and any trade-offs you can identify. If you arrive at a point where you have to choose between two different data structures, explain why you chose the one you did.

After the Interview

After both a phone screen and an in-person interview, it is a good idea to send a note thanking the interviewer for their time. You can also send this to the recruiter you are working with if you do not have the interviewer’s contact information.

If the team you interviewed with decided not extend an offer, you can ask the recruiter for advice about what you can do better next time or if there are any other open opportunities that might be a better fit.

Interview Questions

System Design

  1. Design Uber Eats https://eng.uber.com/ubereats-react-native/

  2. Design an app to show closest 5 bus stops

  3. Design a rate-limiter, only 10 requests should hit the 'backend' in a second http://blog.gssxgss.me/not-a-simple-problem-rate-limiting/
  4. Architect a blackjack game
  5. Design Uber freight etc
  6. design scalable recommendation system
  7. design stackoverflow

http://highscalability.com/blog/2015/9/14/how-uber-scales-their-real-time-market-platform.html

  1. Write a function that takes a list of "ranges" and returns a list of the minimum number of "ranges" by combining overlapping "ranges".

  2. Imagine you are an Uber driver who begins in the middle spot of an n by n matrix. Write a code that allows you to pick up the most riders in your immediate vicinity (e.g. spots directly adjacent to your location) until all surrounding spots are 0. You can only move up, right, left or down.

Example: [0, 5, 3], [2, 6, 9], [0, 1, 0]

https://github.com/rishabh115/Interview-Questions/tree/master/Uber#coding

https://www.careercup.com/page?pid=uber-interview-questions&n=2

results matching ""

    No results matching ""