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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA coding test, 2 questions

Round 2 - Technical 

(2 Questions)

  • Q1. DSA round, asked one graph problem
  • Q2. Question around BFS

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 questions of dsa
1 of api

Round 2 - Technical 

(1 Question)

  • Q1. Graph based question to find the shortest path between 2 prime numbers by changing 1 digit at once and obtained number should be prime too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Thoroughly dsa foe 1st round
For 2nd round there was low level design
But I couldn't get to the 2nd round

Top Uber Software Engineer Interview Questions and Answers

Q1. K-PalindromeYou 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 ‘k’ characters from the string, it can be Transformed into a Palindrome... read more
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL Window function- hard
  • Q2. Case study questions answers

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

It was on leetcode bus routes problem

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)

Engineering Manager Interview Questions & Answers

user image dinesh chaudhari

posted on 5 Aug 2024

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

(1 Question)

  • Q1. Desing crickinfo
Round 2 - Behavioral 

(1 Question)

  • Q1. Scenario based question.
Round 3 - Behavioral 

(1 Question)

  • Q1. Scwnario based question.

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)

Get interview-ready with Top Uber Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Platform: Code Signal, Duration: 90 mins, Topics: DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on Graphs
  • Q2. Question based on Linked List

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)

Jobs at Uber

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a payment system for credit cards
  • Ans. 

    Design a secure and efficient payment system for credit cards

    • Implement tokenization to securely store credit card information

    • Use encryption to protect sensitive data during transactions

    • Integrate with payment gateways like Stripe or PayPal for processing payments

    • Implement fraud detection algorithms to prevent unauthorized transactions

  • Answered by AI

Skills evaluated in this interview

Staff Software Engineer Interview Questions asked at other Companies

Q1. How will you open a file whos size is double that of RAM on your system.?
View answer (1)

Software Developer Intern interview

user image Get Saged

posted on 1 Dec 2021

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How will you improve uber ride experience
  • Ans. 

    By implementing features such as real-time driver ratings, personalized recommendations, and improved driver training programs.

    • Implement real-time driver ratings to ensure quality service

    • Offer personalized recommendations based on user preferences and past rides

    • Enhance driver training programs to improve professionalism and customer service

    • Introduce in-app feedback system for continuous improvement

  • Answered by AI

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Tree, Graph, dynamic programming

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot with multiple levels and automated ticketing system

    • Include multiple levels for parking spaces

    • Implement automated ticketing system for entry and exit

    • Provide designated spots for disabled parking

    • Incorporate security cameras for surveillance

    • Include payment kiosks for convenient payment options

  • 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)

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