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 Data Analyst Intern Interview Questions and Answers

Updated 22 Sep 2023

Uber Data Analyst Intern Interview Experiences

1 interview found

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude Test had questions on sql, analytic ques, case study ques on uber

Round 2 - Technical 

(5 Questions)

  • Q1. What are Sql joins, window functions
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them. Window functions perform calculations across a set of table rows that are related to the current row.

    • SQL joins are used to retrieve data from multiple tables based on a related column between them (e.g. INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN).

    • Window functions are used to perform calculations on a set of rows related...

  • Answered by AI
  • Q2. Write sql queries
  • Ans. 

    Answering SQL queries in an interview for Data Analyst Intern position

    • Understand the database schema and tables involved

    • Use SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY clauses

    • Practice writing queries for common data analysis tasks like filtering, aggregating, and joining tables

  • Answered by AI
  • Q3. Given 5L and 3L jar. How will you make it 4L (Logical thinking)
  • Q4. Questions on resume projects
  • Q5. Questions on excel functions
Round 3 - Case Study 

Here they given three case study questions of uber where they would like to check you analytic behavior, they want to know how would you use the data to solve such a problem.

Interview Preparation Tips

Topics to prepare for Uber Data Analyst Intern interview:
  • SQL
  • MySQL
  • Excel
Interview preparation tips for other job seekers - Be confident. The interviewers are very nice to talk. Give your best in the case study round.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round was a 45 min long aptitude and case study round which involved basic aptitude questions along with certain cases like "There has been a drop off in customers booking a hotel though the the total number of visits to the site has not dropped. How would you you design a system to analyze the problem and what kind of data will you collect." It was followed by a couple of HR questions

Round 2 - Assignment 

A mock data set of hotel bookings in different countries for last two years were given a week prior to the interview. We were to clean, prepare, derive insights and recommend actions. All of this needed to be documented as 15 page presentation. This presentation then needed to be presented in a 45 min meet.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process felt very different from other companies. They don't really care about your technical prowess, but rather want to get a good understanding of your aptitude level. Also prepare for top 20 HR questions along with a solid introduction.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL and pandas coding
  • Q2. Resume projects deep dive

Interview Preparation Tips

Interview preparation tips for other job seekers - No matter what kinds of questions indicated in HR email, be prepared for behavioral questions all the time
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Recommendation System Questions
  • Q2. A B Testing Questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL - shared question on the screen and asked to code in SQL

Round 2 - Technical 

(1 Question)

  • Q1. Nth highes salary
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

SQL test on hackerrank

Interview Preparation Tips

Interview preparation tips for other job seekers - I took the test a bit too casually, and was not able to complete everything in time. I would recommend practicing medium to hard SQL questions before attempting this test.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round was a 45 min long aptitude and case study round which involved basic aptitude questions along with certain cases like "There has been a drop off in customers booking a hotel though the the total number of visits to the site has not dropped. How would you you design a system to analyze the problem and what kind of data will you collect." It was followed by a couple of HR questions

Round 2 - Assignment 

A mock data set of hotel bookings in different countries for last two years were given a week prior to the interview. We were to clean, prepare, derive insights and recommend actions. All of this needed to be documented as 15 page presentation. This presentation then needed to be presented in a 45 min meet.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process felt very different from other companies. They don't really care about your technical prowess, but rather want to get a good understanding of your aptitude level. Also prepare for top 20 HR questions along with a solid introduction.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions will be asked Leetcode Easy to medium

Round 2 - Technical 

(2 Questions)

  • Q1. BERT vs LSTM and their speed
  • Ans. 

    BERT is faster than LSTM due to its transformer architecture and parallel processing capabilities.

    • BERT utilizes transformer architecture which allows for parallel processing of words in a sentence, making it faster than LSTM which processes words sequentially.

    • BERT has been shown to outperform LSTM in various natural language processing tasks due to its ability to capture long-range dependencies more effectively.

    • For exa...

  • Answered by AI
  • Q2. What is multinomial Naive Bayes theorem
  • Ans. 

    Multinomial Naive Bayes is a classification algorithm based on Bayes' theorem with the assumption of independence between features.

    • It is commonly used in text classification tasks, such as spam detection or sentiment analysis.

    • It is suitable for features that represent counts or frequencies, like word counts in text data.

    • It calculates the probability of each class given the input features and selects the class with the

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Categories of the CAT exam include Quantitative Aptitude, Verbal Ability, Data Interpretation and Logical Reasoning, and Graphical questions.

Round 2 - Coding Test 

Medium level. Focus on SQL subqueries application.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Statistical questions related to different hypothesis testing
  • Q2. Questions related to different machine learning model

Uber Interview FAQs

How many rounds are there in Uber Data Analyst Intern interview?
Uber interview process usually has 4 rounds. The most common rounds in the Uber interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Uber Data Analyst Intern interview?

Some of the top questions asked at the Uber Data Analyst Intern interview -

  1. what are Sql joins, window functi...read more
  2. write sql quer...read more
  3. given 5L and 3L jar. How will you make it 4L (Logical thinki...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Uber interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small 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
 • 415 Interviews
BigBasket Interview Questions
3.9
 • 344 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
Zomato Interview Questions
3.8
 • 314 Interviews
Oyo Rooms Interview Questions
3.3
 • 224 Interviews
Myntra Interview Questions
4.0
 • 205 Interviews
View all
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