Upload Button Icon Add office photos

Uber

Compare button icon Compare button icon Compare

Filter interviews by

Uber Interview Questions and Answers

Updated 5 Jul 2025
Popular Designations

74 Interview questions

A Senior Software Engineer was asked 1mo ago
Q. How do you add a new element to a complete binary tree, where all levels are fully populated except for the last level, which is filled from left to right?
Ans. 

To add an element to a complete binary tree, insert it at the next available position, maintaining the complete structure.

  • 1. Identify the next available position in the tree, which is the leftmost empty spot at the last level.

  • 2. Use a queue or array to keep track of nodes for level-order traversal to find the insertion point.

  • 3. Insert the new element as a child of the last node in the queue or array.

  • 4. If the last...

View all Senior Software Engineer interview questions
A Data Scientist was asked 2mo ago
Q. Design and experiment to validate the new recommendation engine.
Ans. 

Designing an experiment to validate a recommendation engine involves A/B testing, metrics, and user feedback for effectiveness.

  • A/B Testing: Split users into two groups, one using the new engine and the other using the old one, to compare performance metrics.

  • Key Metrics: Measure click-through rates, conversion rates, and user engagement to assess the effectiveness of the new engine.

  • User Feedback: Collect qualitativ...

View all Data Scientist interview questions
A Strategy and Operations was asked 4mo ago
Q. How would you identify users who abuse ride cancellation policies?
Ans. 

Identifying abusers of ride cancellations involves analyzing patterns, monitoring behavior, and implementing consequences.

  • Analyze cancellation rates compared to average for all users

  • Monitor frequency of cancellations by specific users

  • Implement consequences for users with excessively high cancellation rates

  • Look for patterns such as cancellations during peak hours or after driver assignment

A Strategy and Operations was asked 4mo ago
Q. What is the pricing strategy for Uber Moto?
Ans. 

Uber Moto can implement dynamic pricing based on demand and supply to maximize revenue.

  • Implement surge pricing during peak hours or high demand to increase revenue

  • Offer discounts or promotions during off-peak hours to attract more customers

  • Consider implementing different pricing tiers based on distance or time of day

  • Analyze competitor pricing strategies to stay competitive in the market

A Team Lead Operations was asked 4mo ago
Q. How do you monitor key performance indicators (KPIs)?
Ans. 

I monitor KPIs through regular data analysis, setting targets, and implementing corrective actions.

  • Regularly analyze data to track performance against targets

  • Set specific KPI targets for each team member

  • Implement corrective actions when KPIs are not met

  • Use software tools like Excel, Tableau, or specialized KPI tracking software

  • Hold regular team meetings to discuss KPI progress and areas for improvement

View all Team Lead Operations interview questions
A Team Lead Operations was asked 4mo ago
Q. What factors influence the efficiency of a standard operating procedure (SOP)?
Ans. 

Factors influencing SOP efficiency include clarity, relevance, training, monitoring, and feedback.

  • Clarity of instructions and steps outlined in the SOP

  • Relevance of the SOP to the specific task or process

  • Proper training provided to employees on how to follow the SOP

  • Regular monitoring of SOP adherence and performance

  • Feedback mechanisms in place to gather input for SOP improvement

View all Team Lead Operations interview questions
A Team Lead Operations was asked 4mo ago
Q. How do you develop a strategy for managing regular defaulters?
Ans. 

Developing a strategy for managing regular defaulters involves analyzing patterns, setting clear expectations, implementing consequences, and providing support.

  • Analyze patterns of defaulters to identify common reasons for non-payment

  • Set clear expectations and communicate consequences for repeated defaults

  • Implement a system for tracking and following up with defaulters

  • Provide support and resources to help defaulter...

View all Team Lead Operations interview questions
Are these interview questions helpful?
A SDE was asked 5mo ago
Q. LRU Cache Design Problem Statement Design a data structure that implements a Least Recently Used (LRU) cache. The cache should support the following operations: get(key) and put(key, value). When the 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

View all SDE interview questions
An Operations Manager was asked 6mo ago
Q. How will you measure the performance of your customer care executive? What targets would you choose and why?
Ans. 

Performance of customer care executive can be measured through various targets such as response time, customer satisfaction scores, resolution rate, and adherence to company policies.

  • Measure response time to customer inquiries or issues to ensure timely assistance.

  • Track customer satisfaction scores through surveys or feedback forms to gauge effectiveness of interactions.

  • Monitor resolution rate to see how efficient...

View all Operations Manager interview questions
A Software Developer was asked 8mo ago
Q. 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

View all Software Developer interview questions

Uber Interview Experiences

156 interviews found

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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Basic grammar and aptitude assessment.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you provide an introduction to your work experience?
  • Ans. 

    I have over 5 years of experience in operations management, leading teams to achieve operational excellence.

    • Managed a team of 20+ employees to ensure smooth operations

    • Implemented process improvements to increase efficiency and reduce costs

    • Developed and monitored KPIs to track team performance

    • Collaborated with cross-functional teams to achieve company goals

  • Answered by AI
  • Q2. How do you develop a strategy for managing regular defaulters?
  • Ans. 

    Developing a strategy for managing regular defaulters involves analyzing patterns, setting clear expectations, implementing consequences, and providing support.

    • Analyze patterns of defaulters to identify common reasons for non-payment

    • Set clear expectations and communicate consequences for repeated defaults

    • Implement a system for tracking and following up with defaulters

    • Provide support and resources to help defaulters mee...

  • Answered by AI
  • Q3. What factors influence the efficiency of a standard operating procedure (SOP)?
  • Ans. 

    Factors influencing SOP efficiency include clarity, relevance, training, monitoring, and feedback.

    • Clarity of instructions and steps outlined in the SOP

    • Relevance of the SOP to the specific task or process

    • Proper training provided to employees on how to follow the SOP

    • Regular monitoring of SOP adherence and performance

    • Feedback mechanisms in place to gather input for SOP improvement

  • Answered by AI
  • Q4. How do you monitor key performance indicators (KPIs)?
  • Ans. 

    I monitor KPIs through regular data analysis, setting targets, and implementing corrective actions.

    • Regularly analyze data to track performance against targets

    • Set specific KPI targets for each team member

    • Implement corrective actions when KPIs are not met

    • Use software tools like Excel, Tableau, or specialized KPI tracking software

    • Hold regular team meetings to discuss KPI progress and areas for improvement

  • Answered by AI
  • Q5. What strategies do you employ to manage attrition and shrinkage within your team?
  • Ans. 

    I employ various strategies such as regular feedback sessions, career development opportunities, and recognition programs to manage attrition and shrinkage within my team.

    • Regular feedback sessions to address any concerns or issues that may be contributing to attrition

    • Providing career development opportunities to keep team members engaged and motivated

    • Implementing recognition programs to acknowledge and reward top perfo...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

  • Q1. Work experience related questions
  • Q2. JAM with 2 panelists. Given a week to prepare, next week to present
  • Q3. What are the key features to consider when building a fitness app that focuses on non-exercise aspects of health and wellness?
  • Q4. What are the key metrics from one of the projects, and how can they be extrapolated to hypothetical cases?
  • Q5. Technical deep dive in one of products delivered in work ex

Operator Interview Questions & Answers

user image Kamalakshi Kasam

posted on 21 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Logical questions and speed test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Not remembered its been long time
  • Q2. No idea its been long time

Interview Preparation Tips

Interview preparation tips for other job seekers - i have no suggestions sorry
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is technical
  • Ans. 

    "Technical" refers to the specialized knowledge, skills, and expertise required to design, develop, implement, and maintain systems, products, or processes. It encompasses various aspects, include.

  • Answered by lemonytonic
  • Q2. Technical is Working
  • Q3. Technical related questions
  • Q4. What is technology
  • Ans. 

    Technology is the application of scientific knowledge for practical purposes, often involving tools and systems to improve efficiency and solve problems.

    • Technology encompasses a wide range of tools, systems, and processes designed to improve efficiency and solve problems.

    • It involves the application of scientific knowledge to practical purposes.

    • Examples of technology include computers, smartphones, software, and machine...

  • Answered by AI
  • Q5. What is technical part
  • Ans. 

    The technical part refers to the specific skills, knowledge, and expertise required for a particular job or task.

    • Includes understanding of relevant laws, regulations, and policies

    • Involves proficiency in HR software and systems

    • Requires knowledge of employee relations best practices

    • May involve conducting investigations and resolving conflicts

    • Includes analyzing data and trends to inform decision-making

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Life mai job important hai

Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Pricing strategy for Uber Moto
  • Ans. 

    Uber Moto can implement dynamic pricing based on demand and supply to maximize revenue.

    • Implement surge pricing during peak hours or high demand to increase revenue

    • Offer discounts or promotions during off-peak hours to attract more customers

    • Consider implementing different pricing tiers based on distance or time of day

    • Analyze competitor pricing strategies to stay competitive in the market

  • Answered by AI
  • Q2. Identifying abusers of ride cancellations
  • Ans. 

    Identifying abusers of ride cancellations involves analyzing patterns, monitoring behavior, and implementing consequences.

    • Analyze cancellation rates compared to average for all users

    • Monitor frequency of cancellations by specific users

    • Implement consequences for users with excessively high cancellation rates

    • Look for patterns such as cancellations during peak hours or after driver assignment

  • Answered by AI

Driver Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. Country and state
  • Q2. How much salary
  • Ans. 

    10000 dollar in usa and as you like

  • Answered Anonymously
  • Q3. All convince resident eating
  • Ans. 

    Company based no my side Ticket visa all off your company

  • Answered Anonymously
  • Q4. How much time driving
  • Q5. No give you advance money
  • Q6. No give you advance

Interview Preparation Tips

Interview preparation tips for other job seekers - I need advance job
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BFS Implementation of a jug question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Few hashmap questions
  • Q2. Object Oriented Programming questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was a leetcode hard problem, optimised solution was done with DSU.
Round 2 - Coding Test 

Two more coding rounds - Can remember the questions

Round 3 - Technical 

(1 Question)

  • Q1. LLD Round - can't remember the exact question
Round 4 - Technical 

(1 Question)

  • Q1. HLD Round - ecom with most popular items
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
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Do RCA on why tides dropped in the last month for Uber?
  • Ans. 

    The drop in tides for Uber may be due to various factors such as changes in demand, competition, pricing strategies, or external market conditions.

    • Conduct a thorough analysis of Uber's recent marketing and promotional activities to see if there were any changes that may have affected demand.

    • Evaluate the competitive landscape to see if there have been any new entrants or changes in existing competitors' strategies.

    • Revie...

  • Answered by AI
Round 2 - Case Study 

Random case study on user acquisition

Round 3 - Group Discussion 

Panel asked about case study

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Uber?
Ask anonymously on communities.

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, Backend and Computer science.
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 5L and 3L jar. How will you make it 4L (Logical thinki...read more
  3. Given a 2d matrix with some D doors and W walls, we need fill distance matrix w...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.3/5

based on 143 interview experiences

Difficulty level

Easy 17%
Moderate 67%
Hard 17%

Duration

Less than 2 weeks 55%
2-4 weeks 30%
4-6 weeks 12%
6-8 weeks 1%
More than 8 weeks 1%
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 903 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 903 Reviews and Ratings
Vendor Development Manager

Chennai

1-5 Yrs

₹ 4-6 LPA

Key Accounts Manager

Chennai

2-5 Yrs

₹ 3.5-4.8 LPA

Explore more jobs
Driver
596 salaries
unlock blur

₹2.5 L/yr - ₹7.1 L/yr

CAR Driver
339 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Software Engineer
235 salaries
unlock blur

₹36.2 L/yr - ₹67.6 L/yr

Senior Software Engineer
173 salaries
unlock blur

₹59.5 L/yr - ₹99.4 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