Upload Button Icon Add office photos

Uber

Compare button icon Compare button icon Compare
4.2

based on 792 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Uber SDE Interview Questions and Answers

Updated 4 Jun 2023

1 interview found

Sort by: Popular

SDE Interview Questions

user image Anonymous

posted on 4 Jun 2023

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

I applied via LinkedIn and was interviewed in Dec 2022.

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
2

Coding Test Round

3 coding questions one on array

3

Technical Round (2 Questions)

  • Q1. Leetcode problem called 01 island
  • Q2. Leetcode problem no of ilsands

Interview Preparation Tips

Interview preparation tips for other job seekers - do leetcode as much as possible

Interview questions from similar companies

SDE Interview Questions

Amazon user image Vijayalakshmi Chidambaram

posted on 21 Nov 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. General behavioral kinda questions on my last project
  • Q2. LLD question where coding in 30 mins

SDE Interview Questions

Swiggy user image Anonymous

posted on 22 Jun 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

It had 9 uqestions , one problem solving , one SQL , one API and 6 mcq

2

Assignment Round

Easy assignment , if you hav eOOps knowledge you can do it

SDE Interview Questions

Securonix user image Anonymous

posted on 7 May 2024

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

I applied via Job Fair and was interviewed in Nov 2023.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Arrays,string,oops,dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well study dsa throughly

SDE Interview Questions

Facebook user image Anonymous

posted on 5 Jun 2015

1 Interview Round

Interview Questions

  • Q1. Given a set of 2D points, some integer k, find the k points closest to the origin, (0,0) View Answers (1)
  • Q2. How will you describe iOS manual memory management for a new developer in few words? View Answers (1)
  • Q3. Write a program to print the powerset. E.g. given this set {1,2,3}, it will print {},{1},{2},{3},{1,2},{1,3}, {2,3}, {1,2,3} View Answers (1)
  • Q4. Convert a string of Roman numerals to an integer in O(n) time View Answers (1)
  • Q5. Given a list of integer numbers, a list of symbols [+,-,*,/] and a target number N, provide an expression which evaluates to N or return False if that is not po...read more View Answers (1)
  • Q6. Given an expression (in single variable) like 4x+13(x-(4x+x/3)) = 9, evaluate x The expression is a string and the variable is always x View Answers (1)
  • Q7. Given a hashmap M which is a mapping of characters to arrays of substitute characters, and an input string S, return an array of all possible mutations of S (wh...read more View Answers (1)
  • Q8. Brain storming:How does facebook implement graph search View Answers (1)
  • Q9. How does facebook chat work View Answers (1)
  • Q10. How does fb store likes/dislikes ? View Answers (1)
  • Q11. How do u implement status updates ? View Answers (1)
  • Q12. How do u implement timeline/newsfeed ? View Answers (1)
  • Q13. What exactly happens when you add someone as your friend ? View Answers (2)
  • Q14. Explain more about hadoop and how it is used ? View Answers (1)
  • Q15. How do fb messages work ? View Answers (1)
  • Q16. How does fb mail work ? View Answers (1)

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

SDE Interview Questions

LinkedIn user image Anonymous

posted on 25 May 2015

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: First there was an online round on hackerrank where they asked 4 simple coding questions about DP, strings and stacks. In this round the selected 3 candidates.

Round: TECHNICAL INTERVIEW
Experience: In first round they asked me 2 coding questions where he asked me to code as close as possible to the actual one.

First question was you are given a array of string followed by two words. You have to find the minimum distance between the two words in the given array of string. For example:

(“the”, “quick”, “brown”, “fox”, “quick”)

distance(“fox”,”the”) == 3

distance(“quick”, “fox”) == 1Second qustion:Given two sorted array of Strings, Implement a merged sorted array of stringA[ ] = {"good", "person" }

B[ ] = { "he", "is" }

return { "good", "he", "is", "person"}

After this round they selected all three.

Round: TECHNICAL INTERVIEW
Experience: Then in the second round they asked a little about tree and told me to code 2 codes.

First one : You are supposed to do a level order traversal of a binary tree(not necessarily complete) and have to print a special character(say ‘$’) after completion of each level.

Second: Given a number print all the combination in which no. can be printed.

for eg.Input:

3

Output:

2 1

1 2

1 1 2After this round they selected 2 candidates including me.

General Tips: Tips for the interview:Just be relaxed interview will be simple you just need be calm and do not make small mistakes like ‘;’. Interviewer’s? main focus will be on end cases, so keep all end cases in mind while coding. Before start anything keep clear what you are going to code. Finally think out loud. Best of luck.
College Name: VIT CHENNAI

SDE Interview Questions

Amazon user image Anonymous

posted on 9 Dec 2024

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 -
Result
Selected  Selected

I applied via LinkedIn and was interviewed in Nov 2024.

3 Interview Rounds

1

Aptitude Test Round

Simple Normal DSA Question

2

Coding Test Round

Focus on DSA and optimization

3

Coding Test Round

Project Discussion and some Date structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was normal simple

SDE Interview Questions

Amazon user image Anonymous

posted on 12 Sep 2024

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

I applied via Company Website and was interviewed in Aug 2024.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. String pattern matching
  • Q2. Behavioral questions
2

Technical Round (2 Questions)

  • Q1. Behavioral questions
  • Q2. BFS file system

SDE Interview Questions

Amazon user image Aryan Verma

posted on 28 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024.

1 Interview Round

1

Aptitude Test Round

Find the order of excecution in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing as such go with the flow....

SDE Interview Questions

Amazon user image Yatharth Singh

posted on 5 Dec 2024

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

I applied via LinkedIn and was interviewed in Nov 2024.

1 Interview Round

1

Coding Test Round

It was a one hour DS Algo Round based on recursion and DP. I managed to get to the logic for the problem but couldn't execute compltely due to time constraints

Uber Interview FAQs

How many rounds are there in Uber SDE interview?
Uber interview process usually has 3 rounds. The most common rounds in the Uber interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Uber SDE interview?

Some of the top questions asked at the Uber SDE interview -

  1. leetcode problem called 01 isl...read more
  2. leetcode problem no of ilsa...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Uber interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

SDE Interview Questions from Similar Companies

Amazon SDE Interview Questions
4.1
 • 39 Interviews
Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Meesho SDE Interview Questions
3.7
 • 3 Interviews
Myntra SDE Interview Questions
4.0
 • 3 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
Zepto SDE Interview Questions
3.6
 • 2 Interviews
Swiggy SDE Interview Questions
3.8
 • 1 Interview
Zomato SDE Interview Questions
3.8
 • 1 Interview
Blinkit SDE Interview Questions
3.8
 • 1 Interview
View all
Uber SDE Salary
based on 21 salaries
₹21 L/yr - ₹89.5 L/yr
153% more than the average SDE Salary in India
View more details

Uber SDE Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Driver
551 salaries
unlock blur

₹1.1 L/yr - ₹7.1 L/yr

CAR Driver
371 salaries
unlock blur

₹0.9 L/yr - ₹5 L/yr

Software Engineer
270 salaries
unlock blur

₹52.4 L/yr - ₹100 L/yr

Senior Software Engineer
166 salaries
unlock blur

₹30 L/yr - ₹130.5 L/yr

Data Analyst
152 salaries
unlock blur

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