Upload Button Icon Add office photos

Uber

Compare button icon Compare button icon Compare
4.2

based on 801 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Uber Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Uber Interview Questions and Answers

  • Q1. Number of operations to make Graph connected You have been given a graph consisting of ‘N’ vertices numbered from 1 to ‘N’. The graph has ‘M’ edges. In an operation, you ...read more
    asked in Software Developer Intern interview
  • Q2. K-Palindrome You are given a string ‘str’. You need to find out whether the string is a K-Palindrome or not. A string is called a K-Palindrome if, after removing at most ...read more
    asked in Software Engineer interview
  • Q3. Smallest Subarray with K Distinct Elements Given an array 'A' consisting of 'N' integers, find the smallest subarray of 'A' containing exactly 'K' distinct integers. Not ...read more
    asked in SDE-2 interview
View all 75 questions

Uber Interview Experiences

Popular Designations

157 interviews found

I applied via LinkedIn

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Competency based question and followed with some situational / role-based questions
Round 3 - Case Study 

Situation based to solve a real wold problem

Round 4 - Group Discussion 

Presentation round with a panel

Interview Preparation Tips

Interview preparation tips for other job seekers - Be free to ask questions and be genuine and come prepared with your work / impacts numbers

Senior Program Manager Interview Questions asked at other Companies

Q1. How do you manage conflicts within your functional teams during program management?
View answer (1)

I was interviewed in Dec 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Timing: 8:00-9:00 PM
There was 1 MCQ and 3 SQL queries. The platform was easy to use and navigate.

  • Q1. SQL Question

    A table containing the details of all the drivers, and another table containing the details of trips is provided. Query the name of drivers that have taken at least 1 trip.

  • Ans. 

    Step 1 : I performed inner join on the 2 tables on the driver_id key. 
    Step 2 : Then I selected the distinct driver_name 's from the joined table. 
    Step 3 : This query was satisfying all the 5 test cases.

  • Answered by CodingNinjas
  • Q2. SQL Question

    A table containing the details of all the drivers, and another table containing the details of trips is provided. Query the name and number of trips taken by each driver which has rating more t...

  • Ans. 

    Step 1 : I performed inner join on the 2 tables on the driver_id key. 
    Step 2 : Then I performed group by on the driver_id, and selected the name and COUNT(trip_id). I filtered out the trips with rating less than 4 by using "WHERE trip_rating>4".
    Step 3 : This query was satisfying all the 5 test cases.

  • Answered by CodingNinjas
  • Q3. SQL Question

    A table containing the details of Uber employees were provided. I had to query the maximum number of employees that worked in the company during each employee's tenure.

  • Ans. 

    I did not have enough time to think about this question, and could not solve it. I submitted a blank response for this question.

  • Answered by CodingNinjas
Round 2 - Video Call 

(3 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Timing: 11 AM-11:30 AM
The interviewer was very kind and helpful. He helped me by giving hints whenever I was stuck.

  • Q1. SQL Question

    User table containing user_id, ph_no, email_id, signup_city, banned, role, timestamp and trips table containing trip_id, client_id, driver_id, city_id, product_id, request_at, status={completed...

  • Ans. 

    Step 1 : Get the month and year from the request_at variable which is in timestamp format.
    Step 2 : Select COUNT(trip_id) to get the number of trips
    Step 3 : Put the WHERE condition to get only the trips of January 2021.

  • Answered by CodingNinjas
  • Q2. SQL Question

    User table containing user_id, ph_no, email_id, signup_city, banned, role, timestamp and trips table containing trip_id, client_id, driver_id, city_id, product_id, request_at, status={completed...

  • Ans. 

    Step 1 : Join the 2 tables on trips.client_id=User.user_id
    Step 2 : Select COUNT(DISTINCT trip_id) to get the number of trips
    Step 3 : Put the WHERE condition to get only the trips where user has role='RIDER'.

  • Answered by CodingNinjas
  • Q3. SQL Question

    User table containing user_id, ph_no, email_id, signup_city, banned, role, timestamp and trips table containing trip_id, client_id, driver_id, city_id, product_id, request_at, status={completed...

  • Ans. 

    Step 1 : Join the 2 tables on trips.client_id=User.user_id
    Step 2 : Use CASE WHEN statement to get 0 and 1 for successful and unsuccessful trips respectively.
    Step 3 : Take ratio of unsuccessful trip by total trips to get the proportion of unsuccessful trips.
    Step 4 : Get the month and year from the request_at variable which is in timestamp format.
    Step 5 : Put the WHERE condition to get only the trips of January 2021.

  • Answered by CodingNinjas
Round 3 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Timing: 12:15 PM to 12:45 PM.
The interviewer was very helpful and friendly. He was more interested in my approach rather than the final answer.

  • Q1. Puzzle Question

    In a bank, suppose there are 5 counters. Which approach mentioned below is better?
    1) The new customer goes to whichever counter has a smaller queue
    2) Each counter has a specific purpose (e.g...

  • Ans. 

    Tip 1 : Clarify the question properly if you have any doubts
    Tip 2 : Try to think of out of the box solutions

  • Answered by CodingNinjas
  • Q2. Puzzle Question

    What new feature would you like to add in Uber?

  • Ans. 

    Tip 1 : Creativity has no limit in such questions
    Tip 2 : Suggest any of the dreams that you would like to see in your dream company
    Tip 3 : I suggested ideas such as Uber Ambulance, Uber Flights, etc

  • Answered by CodingNinjas
Round 4 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Hard

Timing: 3:00PM to 3:30PM
This was Hiring Manager round. He asked me case study type of questions.

  • Q1. Puzzle Question

    How would you predict which user is likely to churn in the next 1 month? What variables would you consider for this?

  • Ans. 

    Tip 1 : Thoroughly understand the question
    Tip 2 : Ask questions about the existing approach that is used by the company
    Tip 3 : Try to answer from a technical, as well as business point of view.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Science Intern in BangaloreEligibility criteriaNo criteriaUber interview preparation:Topics to prepare for the interview - Machine Learning Algorithms, SQL Queries, Python, Data Mining, Data Visualization, Descriptive and Inferential Statistics, Random Variables and Probability Distributions.Time required to prepare for the interview - 3.5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice SQL and python coding questions using online coding platforms.
Tip 2 : Get in-depth theoretical knowledge about all the machine learning algorithms.
Tip 3 : Strengthen your statistics understanding.

Application resume tips for other job seekers

Tip 1 : Highlight your skills properly
Tip 2 : Have thorough understanding about everything written in the resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Uber Data Science Intern Interview Questions and Answers

Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which approach mentioned below is better?1) The new customer goes to whichever counter has a smaller queue2) Each counter has a specific purpose (e.g., cash withdrawal, cash deposit, c... read more
View answer (1)

Data Science Intern Interview Questions asked at other Companies

Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which approach mentioned below is better?1) The new customer goes to whichever counter has a smaller queue2) Each counter has a specific purpose (e.g., cash withdrawal, cash deposit, c... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Hr round is good
  • Q2. About pacakge and job role and background
  • Q3. Uber good or bad
  • Q4. Employees good or bad
  • Q5. What about team
Round 2 - Coding Test 

Coding test are defulct and good

Risk and Compliance Analyst Interview Questions asked at other Companies

Q1. Stages of AML, types of alerts in transaction monitoring, sanctions
View answer (6)

Senior Team Leader Interview Questions & Answers

user image Prasant Prabhakaran

posted on 12 Oct 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Case Study 

Case study on business process

Round 3 - One-on-one 

(4 Questions)

  • Q1. Understanding of the business metrics. People management questions. Operational excellence questions
  • Q2. People Management questions
  • Q3. Operational excellence questions
  • Q4. Team management

Senior Team Leader Interview Questions asked at other Companies

Q1. How will u manage with low bandwidth and excessive target to achieve EOD.
View answer (1)

Uber interview questions for popular designations

 Software Engineer

 (16)

 Software Developer

 (8)

 Senior Software Engineer

 (7)

 Business Analyst

 (5)

 Data Analyst

 (5)

 Product Manager

 (5)

 Software Developer Intern

 (5)

 Coe Specialist 2

 (3)

Operations Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2022

I applied via campus placement at Indian Institute of Management (IIM), Lucknow

Round 1 - Group Discussion 

Sales/Rides have shown a decreasing trend for a city like Delhi. Identify the problem and recommend actions.

Round 2 - Case Study 

Uber is looking to grow into an Autonomous (AI-driven) Vehicles Tech and wants to launch the service in India. Who all are the stakeholders to be considered? What should be the Go-to-Market strategy? What issues can be faced in its implementation? How will you convince people to use the service?

Operations Interview Questions asked at other Companies

Q1. Please help me design a warehouse for sports shoes (box dimension 2ft/1ft) and since you are from North India, tell me where shall it be located in North India?
View answer (1)

Get interview-ready with Top Uber Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

SQL and Math are judged in this round

Round 2 - Case Study 

Analytical and Presentation skills are judged in this round

Round 3 - One-on-one 

(1 Question)

  • Q1. Stakeholder management, situational questions, STAR methodology

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Jobs at Uber

View all

I applied via campus placement at Indian Institute of Management (IIM), Lucknow

Round 1 - Group Discussion 

Topic related to Pollution

Role Play: You are about to interact with Lucknow Uber drivers. Pitch them to be Uber partners.

Round 2 - Group Discussion 

Design training structure for Uber drivers.

Interview Preparation Tips

Interview preparation tips for other job seekers - ✓ Know your expertise, find your favorite firm
✓ Dedicate all your preparation time to it rather than working for many.
✓ Interaction with seniors, mock GDs, PIs, internet

Sales & Marketing Interview Questions asked at other Companies

Q1. 1) what are the benefits of mutual fund and why someone should invest in mutual fund rather than direct equity?
View answer (10)

Software Engineer interview

user image abrar

posted on 21 Dec 2021

Technical Program Manager II Interview Questions & Answers

user image Sandeep V

posted on 12 Feb 2022

I applied via Approached by Company and was interviewed in Jan 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

Business Case

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions from previous assignments
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions from previous experience
Round 5 - One-on-one 

(1 Question)

  • Q1. Questions from leadership principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the related examples in star format.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic english and reasoning and english reading and writing skills which is similar kind of versant vest

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell about comoany?
  • Ans. 

    Our company is a leading provider of logistics solutions with a focus on efficiency and customer satisfaction.

    • Founded in 2005

    • Headquartered in New York City

    • Specializes in supply chain management and transportation services

    • Clients include Fortune 500 companies such as Amazon and Walmart

  • Answered by AI
  • Q3. Strengths and weaknesses
  • Q4. Tests Problem solving skills like you will be given a situation and asked to react to that situation.
  • Q5. Tests your understanding fo role responsiblities
Round 4 - One-on-one 

(1 Question)

  • Q1. Same kind of questions by hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep sound knowledge of the company and ur role

Operations Specialist Interview Questions asked at other Companies

Q1. 1) Definition: Basic Pharmacovigilance, History of PV. 2) Significance of PV 3) Clinical research, study and trails: definations, process, significance and responsibilities. 4) GVP modules 5) Good Clinical Practices 6) Name all the health a... read more
Add answer

Uber Interview FAQs

How many rounds are there in Uber interview?
Uber interview process usually has 2-3 rounds. The most common rounds in the Uber interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Uber interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Uber. The most common topics and skills that interviewers at Uber expect are Python, SQL, Analytical, Computer science and Backend.
What are the top questions asked in Uber interview?

Some of the top questions asked at the Uber interview -

  1. What types of Frauds will happen in Uber (from driver e...read more
  2. Given a 2d matrix with some D doors and W walls, we need fill distance matrix w...read more
  3. How to add data list in Excel and how to use v-look up function in Ex...read more
How long is the Uber interview process?

The duration of Uber interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Uber Interview Process

based on 69 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 85 Uber interviews
Job Portal
Referral
Company Website
Campus Placement
36%
18%
16%
14%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 744 Interviews
Swiggy Interview Questions
3.8
 • 414 Interviews
BigBasket Interview Questions
3.9
 • 344 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Oyo Rooms Interview Questions
3.3
 • 224 Interviews
Blinkit Interview Questions
3.8
 • 166 Interviews
Ola Cabs Interview Questions
3.4
 • 140 Interviews
MakeMyTrip Interview Questions
3.7
 • 119 Interviews
View all

Uber Reviews and Ratings

based on 801 reviews

4.2/5

Rating in categories

3.8

Skill development

4.1

Work-Life balance

4.1

Salary & Benefits

3.5

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

3.9

Work Satisfaction

Explore 801 Reviews and Ratings
Uber - Growth Product Manager (5-12 yrs)

Bangalore / Bengaluru

5-12 Yrs

₹ 40-80 LPA

Explore more jobs
Driver
574 salaries
unlock blur

₹1.1 L/yr - ₹7 L/yr

CAR Driver
394 salaries
unlock blur

₹0.9 L/yr - ₹7.5 L/yr

Software Engineer
156 salaries
unlock blur

₹21.8 L/yr - ₹86.7 L/yr

Operations Executive
141 salaries
unlock blur

₹1.6 L/yr - ₹3.8 L/yr

Data Analyst
129 salaries
unlock blur

₹6 L/yr - ₹21.8 L/yr

Explore more salaries
Compare Uber with

Amazon

4.1
Compare

Google

4.4
Compare

Ola Cabs

3.4
Compare

Airbnb

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview