Interview Experience Analysis for Uber

78 Records Found
TOTAL EXPERIENCES
78
COMPANIES COVERED
1
ROLES COVERED
35
LOCATIONS COVERED
13

Curious About Salaries?

View Uber Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Uber Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

UBER L4 Interview experience

UberSDE II

Summary

I had a four-round interview for an L4 position at Uber. The first two rounds were DSA, and the third was an LLD question, all from LeetCode. The final round was a HLD system design for a driver heatm...

Interview Experience

Round 1 (DSA): Disjoint Set Union based question https://leetcode.com/problems/making-a-large-island/description/ Round 2 (DSA): Closest Palindrome https://leetcode.com/problems/find-the-closest-palindrome/description/ Round 3 (System Design, LLD): Design Hit Counter https://leetcode.com/problems/...

Interview Questions (4)

Making a Large Island

HardData Structures & Algorithms
Loading content...
View Problem

Find the Closest Palindrome

HardData Structures & Algorithms
Loading content...
View Problem

Design Hit Counter

MediumSystem Design
Loading content...
View Problem

Design a Driver Heatmap

HardSystem Design
Loading content...
Read on LeetCode

Uber Frieght SDE 2 Interview | what to expect ?

UberSDE 2

Summary

I had a first-round interview for an SDE 2 role at Uber Freight. The round focused on Data Structures and Algorithms, where I was asked a 2D DP question. I managed to propose a brute force and a basic...

Interview Experience

Hi Guys , I have a interview scheduled for the first round . Applied directly via Linkedin and recruiter contacted me and scheduled the interview . He told that it will be a DSA round. From what topics I can expect the Questions ? EDIT : They asked a 2D dp question , I messed it up . P...

Interview Questions (1)

Count Rectangles of 1s in a 2D Grid

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Uber | System Design Round | L5 | Design Kafka

UberSDE III

Summary

I had a system design interview for an L5 role at Uber. The question was to design a distributed message broker like Kafka. I provided a detailed design covering functional/non-functional requirements...

Interview Experience

Recently went through a system design round at Uber where the prompt was: "Design a distributed message broker similar to Apache Kafka." The requirements focused on topic-based pub/sub, partitioned ordered storage, durability, consumer groups with parallel consumption, and at-least-once delivery. I ...

Interview Questions (1)

Design a Distributed Message Broker (Kafka Clone)

HardSystem Design
Loading content...
Read on LeetCode

Uber Intial Screening Question for Senior Software Engineering Role

UberSenior Software Engineering

Summary

Loading content...

Interview Experience

1. Final all the local minima in an array, and return indices Local Minia: Left and right elements are equal or less than it is considered as local minima ``` Example: Input Values: [3,5,1,4,7] Result: [3, 1] Since we have to return the index, hence answer is [0, 2] ``` 2. Efficient: Find any lo...

Interview Questions (2)

Find All Local Minima in an Array

MediumData Structures & Algorithms
Loading content...

Find Any Local Minima Efficiently

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Algorithms & Data Structures at Uber for L4 LATAM role

UberSDE II📍 LATAM

Summary

I had my final coding interview for an L4 role at Uber. The problem involved finding the closest driver to a rider on a grid. I felt the interviewer's approach was unusual, as they pushed for the opti...

Interview Experience

Yesterday I had my final interview stage in my third attempt for an L4 role at Uber. This was the Coding 1 round. The Depth in Specialization interview had already happened, and I felt I did very well there. However, in yesterday’s interview, I felt the interviewer’s approach was somewhat unusual, ...

Interview Questions (1)

Find Closest Driver in a Grid

MediumData Structures & Algorithms
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

Uber SDE 2 Fullstack Interview Experience

UberSDE 2 Fullstack

Summary

I applied for an SDE 2 Fullstack role at Uber via LinkedIn and went through multiple rounds: screening, DSA, LLD, System Design, and Hiring Manager. The questions included a variation of Course Schedu...

Interview Experience

How did I apply : I had applied multiple times via referrals but never got shortlisted. Then, one fine day, the role showed up on LinkedIn. I applied directly and received an email from the recruiter to schedule the screening round.Screening round (Elimination round)I was asked one question from the...

Interview Questions (4)

Variation of Course Schedule II

HardData Structures & Algorithms
Loading content...
View Problem

Design Connect Four Game

MediumSystem Design
Loading content...

Design Backend for Trending Items

HardSystem Design
Loading content...

Behavioral Questions using STAR format

Behavioral
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

Uber Software Engineer Backend Role Interview Experience

UberSoftware Engineer Backend Role

Summary

I am sharing my interview experience for a Software Engineer Backend role at Uber, covering all stages from the Online Assessment to the full-loop. The process involved various coding challenges, a sy...

Interview Experience

Giving back to the community. These were the questions asked for me from OA to Full-loop OA: Minimum edge reversals so every node is reachable Discount shopping offer BPS: Word Search 1 - modified for 8 directions and go in the same direction after a match is found. Full Loop: Coding 1: Basic C...

Interview Questions (7)

Minimum Edge Reversals to Reach All Nodes

HardData Structures & Algorithms
Loading content...

Discount Shopping Offer

Data Structures & Algorithms
Loading content...

Modified Word Search

MediumData Structures & Algorithms
Loading content...
View Problem

Basic Calculator II

MediumData Structures & Algorithms
Loading content...
View Problem

Haunted House Maximum Parties

Data Structures & Algorithms
Loading content...

Top K Trending Items System Design

System Design
Loading content...

Behavioral Questions

Behavioral
Loading content...
Read on LeetCode

Uber BPS interview - Any chance of clearing the round?

UberBPS

Summary

I had a BPS round at Uber where the problem was a variation of LeetCode 1101. I identified the DSU (Union-Find) approach and explained it, but ran out of time while coding the solution, leaving some m...

Interview Experience

I recently had an Uber BPS round where the problem was very similar to LC 1101 – The Earliest Moment When Everyone Become Friends, but framed in a more real-world Uber context (cab sharing / users becoming friends over time). Initially, due to the lengthy problem statement and domain-specific wordi...

Interview Questions (1)

Earliest Moment When Everyone Become Friends (Uber Variation)

MediumData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

UBER SDE2 Interview | Rejected

UberSDE II

Summary

Applied for Uber SDE2 role and faced multiple rounds of interviews, but ultimately got rejected. The interview process included a phone screening with a stack problem, followed by DSA and system desig...

Interview Experience

Got a HR call directly for the Phone screening round after updating my LinkedIn profile to be open for work. The first round was an OA with one medium DP question and one hard question on HackerRank, with a 90-minute time limit and camera/mic enabled. The second round was a phone screening where the...

Interview Questions (2)

Merge K Cars Problem

Data Structures & Algorithms
Loading content...

Line Sweep Algorithm Problem

Data Structures & Algorithms
Loading content...
Read on LeetCode

Uber SDE 2 Interview Round 1 (Elimination)

UberSDE 2

Summary

During the Uber SDE 2 interview round, I encountered a challenging problem related to grouping people for trips with specific constraints. The problem required finding the maximum number of people who...

Interview Experience

Uber SDE 2 Interview Round 1 (Elimination)There are n people. Each can create a group and add people to it, but they need to form a group with a minimum of L and maximum of M people, excluding themselves. The goal is to find the maximum number of people who can go on a trip. For example, if L is [1,...

Interview Questions (1)

Maximize Trip Participation with Group Constraints

Data Structures & Algorithms
Loading content...
Read on LeetCode
Showing 10 of 78
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App