Upload Button Icon Add office photos

Uber

Compare button icon Compare button icon Compare

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 26 Feb 2025

Top Uber Interview Questions and Answers

View all 67 questions

Uber Interview Experiences

Popular Designations

149 interviews found

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

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

Round 1 - Coding Test 

Medium question on hashmap

Round 2 - Technical 

(1 Question)

  • Q1. Design question which checks oops concept and data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm and don't over think, first complete a working code and then optimize

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)
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)
Uber Interview Questions and Answers for Freshers
illustration image
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-Palindrome Problem Statement Determine whether a given string str can be considered a K-Palindrome. A string is considered a K-Palindrome if it can be transformed into a palindrome after removing up to ‘k’ characters. Example: Input: str ... read more
View answer (1)

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 (196)
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)

Uber interview questions for popular designations

 Software Engineer

 (14)

 Software Developer

 (6)

 Data Analyst

 (5)

 Senior Software Engineer

 (5)

 Business Analyst

 (5)

 Product Manager

 (4)

 Operations Manager

 (3)

 Software Developer Intern

 (3)

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

Get interview-ready with Top Uber Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is ai and deep learning
  • Ans. 

    AI is the simulation of human intelligence processes by machines, while deep learning is a subset of AI that uses neural networks to learn from data.

    • AI involves machines performing tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.

    • Deep learning is a subset of AI that uses neural networks with many layers to learn from large amounts ...

  • Answered by AI

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)

Jobs at Uber

View all

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. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)
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 Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

SDE Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium questions, 45 mins

Round 2 - One-on-one 

(2 Questions)

  • Q1. HLD question - cant disclose
  • Q2. Design LRU cache
  • Ans. 

    Design a data structure for LRU cache with get and put operations, evicting least recently used item when capacity is reached.

    • Implement a doubly linked list to keep track of the order of keys based on their usage

    • Use a hashmap to store key-value pairs for quick access

    • Update the linked list and hashmap accordingly when get or put operations are performed

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
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)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Uber

No Interviews

SALARIES

Aptiv

INTERVIEWS

Sulekha.com

No Interviews

SALARIES

InMobi

DESIGNATION

LIST OF COMPANIES

InMobi

Overview

INTERVIEWS

Housejoy

No Interviews

SALARIES

InMobi

SALARIES

Aptiv

LIST OF COMPANIES

Aptiv

Overview

Tell us how to improve this page.

Uber Interview Process

based on 137 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
Swiggy Interview Questions
3.8
 • 425 Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Zomato Interview Questions
3.8
 • 311 Interviews
Oyo Rooms Interview Questions
3.3
 • 218 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
Ola Cabs Interview Questions
3.4
 • 138 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
View all

Uber Reviews and Ratings

based on 839 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.1

Salary

3.6

Job security

4.1

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 839 Reviews and Ratings
Training & Content - Associate Program Manager

Hyderabad / Secunderabad

1-5 Yrs

Not Disclosed

Software Engineer II - Front-end

Hyderabad / Secunderabad

1-4 Yrs

Not Disclosed

Sr Technical Program Manager

Bangalore / Bengaluru

14-15 Yrs

Not Disclosed

Explore more jobs
Driver
584 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

CAR Driver
361 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
130 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Uber with

Amazon

4.1
Compare

Google

4.4
Compare

Ola Cabs

3.4
Compare

Airbnb

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview