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 6 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

156 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tasks in a class using js
  • Ans. 

    Tasks in a class using JavaScript involve defining properties and methods for objects.

    • Define properties using 'this' keyword

    • Create methods within the class using 'function'

    • Access properties and methods using dot notation

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

It was a ideal machine coding round. Consisting of a question to be completed within 45 mins. For a given manager to employee hierarchy, count direct + indirect repartees.

Interview Preparation Tips

Topics to prepare for Uber Senior Software Engineer interview:
  • Data Structures

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write SQL to print the user with the highest restaurant order. There are couple of joins to be used.
  • Ans. 

    Use SQL with joins to find user with highest restaurant order

    • Use JOIN to connect user table with order table

    • Group by user and sum the order amounts

    • Order by sum in descending order and limit to 1 result

  • Answered by AI
Round 2 - Aptitude Test 

Statistical Analysis related questions

Skills evaluated in this interview

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)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

There was an online coding test on signal consisting of leetcode easy medium and hard

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

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)

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

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basics of python coding

Round 2 - Group Discussion 

Discuss the company capital, investment, profit and loss

Round 3 - HR 

(3 Questions)

  • Q1. Tell me the your hobbies
  • Ans. Reading books,listening music, talking to the moon
  • Answered Anonymously
  • Q2. Explain a new book
  • Q3. Why are you talking to the moon

Interview Preparation Tips

Interview preparation tips for other job seekers - Seeks the experience

Get interview-ready with Top Uber Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

React based
problem solving round

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Uber

View all

senior backend Interview Questions & Answers

user image Neha Singla

posted on 2 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Codesignal platform
2 Med questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Bipartite graph
  • Q2. He asked just one question

Software Developer 1 | Software Developer II | Software Developer Intern interview

user image Coding Ninjas

posted on 1 Dec 2021

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your experience
  • Q2. How would you reduce contact rate
  • Ans. 

    To reduce contact rate, implement self-service options, improve website FAQs, and provide proactive communication.

    • Implement self-service options such as chatbots or automated phone systems

    • Improve website FAQs to address common customer inquiries

    • Provide proactive communication through email or text alerts

  • Answered by AI
Round 2 - Case Study 

Reduce contact rates related to lost item

Round 3 - Group Discussion 

Multiple questions from cross-functional teams

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crisp, and don't ramble

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding and data structure
Round 2 - Technical 

(1 Question)

  • Q1. ML Breadth and depth

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

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 68 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 84 Uber interviews
Job Portal
Referral
Company Website
Campus Placement
36%
18%
17%
14%
15% 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
565 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