Upload Button Icon Add office photos

Uber

Compare button icon Compare button icon Compare

Filter interviews by

Uber Interview Questions and Answers for Experienced

Updated 9 Jun 2025
Popular Designations

22 Interview questions

An Operations Executive was asked
Q. How many types of operations are there?
Ans. 

There are several types of operations, including manufacturing, service, financial, marketing, and human resources.

  • Manufacturing operations involve the production of goods.

  • Service operations involve providing services to customers.

  • Financial operations involve managing financial resources.

  • Marketing operations involve promoting and selling products or services.

  • Human resources operations involve managing employees.

View all Operations Executive interview questions
An Operations Executive was asked
Q. How do you create a Google Form?
Ans. 

Creating a Google Form is easy and can be done in a few simple steps.

  • Log in to your Google account and go to Google Forms

  • Click on the plus sign to create a new form

  • Add questions and customize the form as per your requirements

  • Preview the form and make necessary changes

  • Share the form with others via email or a link

View all Operations Executive interview questions
An Operations Executive was asked
Q. Are you familiar with Google Sheets?
Ans. 

Yes, Google Sheet is a cloud-based spreadsheet program offered by Google.

  • Google Sheet is similar to Microsoft Excel but is accessible online.

  • It allows multiple users to collaborate on a single document in real-time.

  • It offers various features such as data validation, conditional formatting, and chart creation.

  • It can be integrated with other Google services such as Google Forms and Google Drive.

  • It can also be used f...

View all Operations Executive interview questions
An Operations Executive was asked
Q. What are the responsibilities of an operations executive?
Ans. 

An operation executive is responsible for overseeing and managing the day-to-day operations of a company.

  • Responsible for ensuring smooth functioning of operations

  • Developing and implementing operational policies and procedures

  • Managing resources and budgets

  • Ensuring compliance with regulations and standards

  • Analyzing data and making strategic decisions

  • Examples: COO, Operations Manager, Operations Director

View all Operations Executive interview questions
An Operations Executive was asked
Q. What are cold calling and hot calling?
Ans. 

Cold calling is making unsolicited calls to potential customers, while hot calling is contacting leads who have shown interest.

  • Cold calling involves reaching out to people who have not expressed any interest in the product or service being offered.

  • Hot calling involves contacting leads who have shown some level of interest, such as filling out a form or requesting more information.

  • Cold calling is often used as a wa...

View all Operations Executive interview questions
A MIS Analyst was asked
Q. What is Vlookup and Hlookup ?
Ans. 

Vlookup and Hlookup are functions in Excel used to search for a value in a table and return a corresponding value.

  • Vlookup stands for vertical lookup and is used to search for a value in the first column of a table and return a value in the same row from a specified column.

  • Hlookup stands for horizontal lookup and is used to search for a value in the first row of a table and return a value in the same column from a ...

View all MIS Analyst interview questions
An Operations Executive was asked
Q. Explain Vlookup, Hlookup ?
Ans. 

Vlookup and Hlookup are Excel functions used to search for a specific value in a table and return a corresponding value.

  • Vlookup searches for a value in the first column of a table and returns a value in the same row from a specified column.

  • Hlookup searches for a value in the first row of a table and returns a value in the same column from a specified row.

  • Both functions are useful for quickly finding data in large ...

View all Operations Executive interview questions
Are these interview questions helpful?
A SDE-2 was asked
Q. 

Rat In a Maze Problem Statement

Given a N * N maze with a rat placed at position MAZE[0][0], find and print all possible paths for the rat to reach its destination at MAZE[N-1][N-1]. The rat is allowed to ...

Ans. 

The problem involves finding all possible paths for a rat to reach its destination in a maze.

  • Use backtracking to explore all possible paths in the maze.

  • Mark visited cells to avoid revisiting them.

  • Return the path once the destination is reached.

  • Handle edge cases like blocked cells and out-of-bounds movements.

View all SDE-2 interview questions
A SDE-2 was asked
Q. 

Smallest Subarray with K Distinct Elements Problem

Given an array A consisting of N integers, find the smallest subarray of A that contains exactly K distinct integers.

Input:

The first line contains two...
Ans. 

Find the smallest subarray with exactly K distinct integers in an array.

  • Use a sliding window approach to keep track of the subarray with K distinct integers.

  • Use a hashmap to store the frequency of each integer in the current window.

  • Update the window size based on the number of distinct integers found.

  • Keep track of the smallest subarray meeting the criteria.

  • Return the starting and ending indices of the smallest sub...

View all SDE-2 interview questions
A SDE-2 was asked
Q. 

House Robber Problem Statement

Mr. X is a professional robber with a plan to rob houses arranged in a circular street. Each house has a certain amount of money hidden, separated by a security system that a...

Ans. 

House Robber problem - find maximum amount of money Mr. X can rob without triggering alarm in circular street.

  • Use dynamic programming to keep track of maximum money robbed at each house.

  • Consider two cases - robbing the first house and not robbing the first house.

  • Handle circular arrangement by considering the first and last houses separately.

  • Return the maximum amount of money that can be robbed without triggering t...

View all SDE-2 interview questions

Uber Interview Experiences for Experienced

42 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Print the nodes of a n-ary tree in an arc wise manner as seen from the outside.
  • Ans. 

    Print nodes of n-ary tree in arc wise manner from outside

    • Traverse the tree level by level from outside to inside

    • Use a queue to keep track of nodes at each level

    • Print the nodes at each level in a clockwise or anticlockwise manner

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Uber Senior Software Engineer interview:
  • n-ary tree

Skills evaluated in this interview

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. SQL and Python Interview question
  • Q2. Introdction / about past work
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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL Window function- hard
  • Q2. Case study questions answers
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What was one time you lead a transformation project?
  • Q2. How was your experience working with frequently changing business requirements?
  • Ans. 

    I adapt quickly to changing business requirements, leveraging agile methodologies and strong communication skills to ensure project success.

    • Utilized Agile methodologies to accommodate changes, allowing for iterative development and regular feedback.

    • Implemented a change management process that involved stakeholders to prioritize requirements effectively.

    • In a previous project, we shifted from a waterfall model to Agile, ...

  • Answered by AI

Risk Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, data interpretation, SQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL practical questions
  • Q2. Graph based business questions

Decision Scientist Interview Questions & Answers

user image Sarmili Mondal

posted on 14 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Describe your project
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecom company

    • Collected and cleaned customer data including demographics, usage patterns, and customer service interactions

    • Used machine learning algorithms such as logistic regression and random forest to build the predictive model

    • Evaluated model performance using metrics like accuracy, precision, recall, and ROC curve

    • Provided actionable insights to the com...

  • Answered by AI
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

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

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Uber?
Ask anonymously on communities.

Uber Interview FAQs

How many rounds are there in Uber interview for experienced candidates?
Uber interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Uber interview process for experienced candidates are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for Uber interview for experienced candidates?
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, Backend and Computer science.
What are the top questions asked in Uber interview for experienced candidates?

Some of the top questions asked at the Uber interview for experienced candidates -

  1. What is the meaning of operation executi...read more
  2. How do you convince a person to install uber ...read more
  3. Tests Problem solving skills like you will be given a situation and asked to re...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.

Overall Interview Experience Rating

4.4/5

based on 25 interview experiences

Difficulty level

Easy 16%
Moderate 63%
Hard 21%

Duration

Less than 2 weeks 47%
2-4 weeks 42%
4-6 weeks 11%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.4k Interviews
Swiggy Interview Questions
3.8
 • 473 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Blinkit Interview Questions
3.8
 • 241 Interviews
Oyo Rooms Interview Questions
3.2
 • 230 Interviews
Myntra Interview Questions
3.9
 • 228 Interviews
Naukri Interview Questions
4.1
 • 200 Interviews
BlackBuck Interview Questions
3.7
 • 194 Interviews
FirstCry Interview Questions
3.6
 • 187 Interviews
View all

Uber Reviews and Ratings

based on 905 reviews

4.2/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.0

Salary

3.7

Job security

4.2

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 905 Reviews and Ratings
Key Accounts Manager

Chennai

2-5 Yrs

₹ 3.5-4.8 LPA

Explore more jobs
Driver
598 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

CAR Driver
352 salaries
unlock blur

₹1.8 L/yr - ₹5.1 L/yr

Software Engineer
235 salaries
unlock blur

₹20 L/yr - ₹85 L/yr

Senior Software Engineer
175 salaries
unlock blur

₹55.9 L/yr - ₹99.6 L/yr

Data Analyst
161 salaries
unlock blur

₹10.5 L/yr - ₹19.4 L/yr

Explore more salaries
Compare Uber with

Amazon

4.0
Compare

Google

4.4
Compare

Ola Cabs

3.3
Compare

Airbnb

3.7
Compare
write
Share an Interview