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

157 interviews found

SDE-2 Interview Questions & Answers

user image CodingNinjas

posted on 15 Sep 2021

I was interviewed before Sep 2020.

Round 1 - Telephonic Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was a telephonic interview at 10 in the morning. Interviewer seemed cool.

  • Q1. Algorithm to find best insert position in sorted array

    You are given a sorted array 'A' of length 'N' with distinct integers and a target integer 'M'. You need to return the positio...

  • Ans. Brute Force
    • Iterate through the given array.
      • If at any position i, we get A[i] ≥ M, return i.
    • If there is no such position i, return N.
    Space Complexity: O(1)Explanation:

    O(1).

     

    As there is no extra space required.

    Time Complexity: O(n)Explanation:

    O(N), where ‘N’ is the length of the given array.

     

    We are traversing the array only once. Hence, the overall complexity is O(N).

  • Answered by CodingNinjas
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The interview was in the morning at 10 AM in the office meeting room.

  • Q1. Frontend and Backend Tasks

    Given 2 arrays - frontend and backend tasks . each number in these array represents the complexity needed to run the task.There is a server that has to run these tasks., the serve...

  • Ans. 

    Sort both arrays and start from one end of first and opposite end from second.and make pairs
    I was trying to find the pairs as well as updating the max complexity needed but that approach was failing as it needed backtracking to correctly assign all the possible pairs.
    The interviewer gave me a hint to solve it in parts-
    First calculate the lowest complexity that the server can have(by using the same method mentioned abov

  • Answered by CodingNinjas
  • Q2. House robber

    Mr. X is a professional robber planning to rob houses along a street. Each house has a certain amount of money hidden. All houses along this street are arranged in a circle. That means the fir...

  • Ans. 

    Didn't get enough time to code the solution but explained the approach
    We can do this using DP
    We can maintain 2 arrays - one represents the ans if we start from first house and the other represents the answer if we start. from the second house.Then simply looping over the array and calculating these array's elements.

  • Answered by CodingNinjas
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The interview was at 11 AM in the meeting office.

  • Q1. Running median

    You are given a stream of 'N' integers. For every 'i-th' integer added to the running list of integers, print the resulting median.

  • Ans. 

    Started with the brute force solution of insertion sort
    Interviewer asked to optimize.
    Gave the solution which uses two heaps - max heap and min heap. the difference in size of both heaps cannot be more than 1. And we might need to remove elements from one heap to other heap as more input numbers are added

  • Answered by CodingNinjas
Round 4 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The interview was at 1 AM.

  • Q1. System Design

    Was asked to design a notification service for website like Facebook.
    Whenever someone liked our post or commented on our post

  • Ans. 

    Tip 1: Asked a lot of questions to get clarity on the requirement
    Tip 2: Keep in mind how to modularize the various components in the design
    Tip 3: Mention the assumptions that you are taking

  • Answered by CodingNinjas
Round 5 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The meeting was at 2 PM in the office meeting room.

  • Q1. Resume and Past Experience Based Questions

    There were a lot of questions, related to my resume, past experience, the technologies i had worked on. And then there were questions regarding the technologies an...

  • Ans. 

    Tip 1: Be truthful. Don't try to fake things you don't know about.
     

  • Answered by CodingNinjas
Round 6 - Telephonic Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

10 AM

  • Q1. Project Discussion

    Deeper discussion about all the projects i did in the past company.

  • Ans. 

    Tip 1: Know well about the projects that you have done in the past

     

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in HyderabadEligibility criteriaNoUber interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Graphs, Dynamic programming, Trees, stack, queue, System DesignTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be consistent in the preparation. Practice atleast one question everyday
Tip 2 : Make relevant notes that you can go through on the day before the interview
Tip 3 :Try to note your progress by giving timed contests

Application resume tips for other job seekers

Tip 1 : Clearly mention the details of the projects that are relevant to the company that you are applying for
Tip 2 : Ensure that there are no grammatical mistakes and that you have highlighted the important keywords in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Uber SDE-2 Interview Questions and Answers

Q1. Smallest Subarray with K Distinct ElementsGiven an array 'A' consisting of 'N' integers, find the smallest subarray of 'A' containing exactly 'K' distinct integers. Note : If more than one such contiguous subarrays exist, consider the subar... read more
View answer (4)

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency NumberNinja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this ... read more
View answer (6)

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About personality

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very knowledgeable. The company want you to be very knowledgeable, smart and interesting.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

CAR Driver Interview Questions & Answers

user image Kapil Kumar

posted on 6 Dec 2020

Interview Questionnaire 

1 Question

  • Q1. Not any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I have last 2 years work with uber india delhi based company

CAR Driver Interview Questions asked at other Companies

Q1. When the customer sick what do you do
View answer (3)

Software Engineer Interview Questions & Answers

user image CodingNinjas

posted on 17 May 2022

I was interviewed before May 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. K-th node from the end of the linked list

    Given the head node of the singly linked list and an integer ‘k’, , find the value at the kth node from the end of the linked list.

    For example:

    For the above-...

  • Ans. 

    Explained the approach by using 2 traversals - First to find the length of list and then to delete the node.

    Also, discussed an approach to do it in one traversal.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

High level System Design

  • Q1. System Design Question

    Design Uber

  • Ans. 

    Tip 1 : Study system design in depth
    Tip 2 : Be familiar how to scale your design
    Tip 3 : Be familiar with concepts like single point of failure

  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

Basic HR questions

  • Q1. Basic HR questions

    Why you want to join Uber
    What are your expectations from Uber

  • Ans. 

    Tip 1 : Show the HR that you are really interested in Uber
    Tip 2 : Study about the company
    Tip 3 : Try to negotiate

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 7 CgpaUber interview preparation:Topics to prepare for the interview - Data Structures, React JS, JavaScript, DBMS, AlgorithmsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practise DSA/coding consistently
Tip 2 : Choose a tech stack and Make side hobby projects
Tip 3 : Give mock interviews for your preparation evaluation

Application resume tips for other job seekers

Tip 1 : Pointers about your current job responsibility
Tip 2 : Side Projects with Tech stack

Final outcome of the interviewSelected

Skills evaluated in this interview

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)

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)

Software Engineer Interview Questions & Answers

user image CodingNinjas

posted on 17 May 2022

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium levels. Time was enough and no sectional time was present. 1-2 MCQs on SQL was also present.

  • Q1. Boolean Matrix

    Given a 2-dimensional boolean matrix mat of size N x M, modify the matrix such that if an element is 1, set its entire row and column to 1 i.e. if mat[i][j] = 1, then make all the elements o...

  • Ans. 

    You need to make the modifications in the input matrix.
    You do not need to print anything, it has already been taken care of.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with a simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class that required inheritance was asked by the interviewer to write. I was helped by the interviewer if I got stuck somewhere, Some questions on the implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

  • Q1. Connect n ropes with minimum cost

    You have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect two ropes is equal to sum of their lengths. We need to...

  • Ans. 

    Input format :
    The first line of input contains an integer value 'N'. It denotes the total number of ropes.

    The second line of input contains 'N' single space-separated integers representing the length of each rope i.e. a1, a2, a3, ... an.
    Output Format :
    The only line of output will contain an integer, the minimum cost for connecting all the ropes.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 7 CGPAUber interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, Aptitude , Programming Language.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Clear basics
Tip 2 : Prepare well
Tip 3 : Do at-least 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly

Final outcome of the interviewSelected

Skills evaluated in this interview

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)

Get interview-ready with Top Uber Interview Questions

SDE-2 Interview Questions & Answers

user image CodingNinjas

posted on 15 Sep 2021

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Timing: evening
Environment: Online round took at home

  • Q1.  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.

    Note ...
  • Ans. 

    At first sight this can be solved easily by using two loops to iterate over contiguous subarrays in O(n^2) and counting number of arrays and breaking the outer loop if number of odds exceed 'k'.

    Optimised solution is to take two pointer approach where right pointer is incremented till num of odds not exceed 'k'. If limit is reached, increment left pointer and add number of arrays (right - left+1)*(right-left)/2 to the r

  • Answered by CodingNinjas
Round 2 - Face to Face 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Machine coding round

  • Q1. Design and code publisher subscriber based messaging queue supporting following features:

    Design and code publisher subscriber based messaging queue supporting following features:
    1. New topic creation
    2. Mul...

  • Ans. 

    1. I drafted LLD by defining classes - methods and members.
    2. I discussed the approach and working of LLD to fit the given features
    3. I live coded the classes and logic using core Java on my machine.

  • Answered by CodingNinjas
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Rat In a Maze All Paths

    You are given a 'N' * 'N' maze with a rat placed at 'MAZE[0][0]'. Find and print all paths that rat can follow to reach its destination i.e. 'MAZE['N...

  • Ans. Backtracking Approach

    Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.

     

    Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...

  • Answered by CodingNinjas
Round 4 - Face to Face 

(1 Question)

Round duration - 60-90 minutes
Round difficulty - Medium

  • Q1. Design stock exchange system

    I was required to describe a typical stock exchange system design.
    He asked me to begin with defining API contracts. Problem was open ended. Started with clarifying the scope and...

  • Ans. 

    Tip 1 : Revise general distributed system concepts thoroughly.
    Tip 2 : Practice as many design problems as possible with time constraints. Try to discuss approaches with friends.
    Tip 3 : Clarify as many doubts and assumptions as possible wit h the interviewer before jumping to the solution.

  • Answered by CodingNinjas
Round 5 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Hiring Manager round

  • Q1. General Questions

    1. Brief description of past work.
    2. Recent challenging bug/issue solved.
    3. Design description of one of the projects.
    4. SDLC, tooling, agile related discussions.

  • Ans. 

    Tip 1 : Revisit and recollect your past experiences in detail with a focus on learnings, challenges, conflicts etc.
    Tip 2 : Prepare general behavioural and situational questions for the role.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNone as such. Only eligible criteria for SDE-2 role is that one should have prior experience working as SDEUber interview preparation:Topics to prepare for the interview - Data structures and algorithms, Design patterns, System design, DatabasesTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do some basic research about the interview process and types of rounds while appearing for a company interview. Narrow down the topics and draft a realistic plan afterwards.
Tip 2 : Try to solve as many problems as possible as this is primarily what you will be doing in live interview rounds.

Application resume tips for other job seekers

Tip 1 : Tailor your resume as per expectations from the role you are applying for.
Tip 2 : Order your experiences and skills by relevance.
Tip 3 : Try to fit the content in a single page.

Final outcome of the interviewRejected

Skills evaluated in this interview

Top Uber SDE-2 Interview Questions and Answers

Q1. Smallest Subarray with K Distinct ElementsGiven an array 'A' consisting of 'N' integers, find the smallest subarray of 'A' containing exactly 'K' distinct integers. Note : If more than one such contiguous subarrays exist, consider the subar... read more
View answer (4)

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency NumberNinja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this ... read more
View answer (6)

Jobs at Uber

View all

I was interviewed before Apr 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It started with an informal talk after he gave his introduction. We talked about the cyclone that was going to be there and what I did in my internship and my previous projects. Then we moved to questions. After solving both questions he asked if I had questions.

  • Q1. Kth Largest Element in an Array

    You are given an array consisting of 'N' distinct positive integers and a number 'K'. Your task is to find the kth largest element in the array.

    Example:
    C...
  • Ans. 

    To solve the question using a max heap, make a max heap of all the elements of the list. Run a loop for k-1 times and remove the top element of the heap. After running the loop, the element at top will be the kth largest element, return that. Time Complexity : O(n + klogn)


    The question can also be solved using a min heap. 
     

    Approach :
     

    1. Create a min heap class with a capacity of k
     

    2. When the heap re...

  • Answered by CodingNinjas
  • Q2. Minimum time required to rot all oranges

    You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values:

  • Value 0 - representing an empty cell.
  • Value...
  • Ans. 

    BFS can be used here. 
    Algorithm : 


    1. Create an empty queue Q. 
     

    2. Find all rotten oranges and enqueue them to Q. Also, enqueue a delimiter to indicate the beginning of the next time frame.
     

    3. Run a loop While Q is not empty
     

    4. Do following while delimiter in Q is not reached
    4.1. Dequeue an orange from the queue, rot all adjacent oranges. While rotting the adjacent, make sure that the time ...

  • Answered by CodingNinjas
Round 2 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

This was a design round.

  • Q1. System Design Question

    How to stream an image such that all clients see the same image at the same time? You need to take care of delays, network problems. He kept on adding new elements like compression, s...

  • Ans. 

    Tip 1 : Firstly, remember that the system design round is extremely open-ended and there’s no such thing as a standard answer. Even for the same question, you’ll have a totally different discussion with different interviewers.

    Tip 2 : Before you jump into the solution always clarify all the assumptions you’re making at the beginning of the interview. Ask questions to identify the scope of the system. This will clear the...

  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaAbove 8 CGPAUber interview preparation:Topics to prepare for the interview - Design, Algorithms And Data Structures, Graph Theory, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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)

Software Engineer Intern interview

user image Saral Education by Viomesh Singh

posted on 1 Dec 2021

Interview Preparation Tips

Round: Group Discussion
Experience: Nothing special happen every gava there different views up on it.
Duration: 1 hour

I was interviewed in Jan 2017.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I applied through intershala and was shortlisted , I got an interview call and my knowledge about the industry was tested.

Skills: Anlatyical Skills, MARKETING APTITUDE
College Name: St philomenas

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

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 85 Uber interviews
Job Portal
Referral
Company Website
Campus Placement
36%
18%
16%
14%
16% 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
574 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