UBER SDE2 Interview | Rejected

uber logo
uber
SDE IIRejected
December 19, 202522 reads

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 design rounds. Despite clearing some rounds, the candidate was not able to solve certain problems and was rejected in the end.

Full 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 interviewer gave a stack problem. The problem involved merging K cars together and repeating the merge process, returning the final arrangement. For example, given a list of cars, with K=2, the output was a specific arrangement. The interviewer then mentioned that I cleared the phone screening and was selected for the complete interview schedule.

The first DSA round had a question involving some minor math and a line sweep algorithm, but I wasn't able to solve it even after multiple hints, leading to a 'No Hire' decision. The LLD round required designing a voter management system with states, constituencies, districts, and EVMs, expecting working code for at least one feature. I struggled to code properly and was not hired. The HLD round involved designing a feed notification service similar to Instagram, which I handled well and was considered a 'Strong Hire'. The managerial round focused on behavioral questions about my projects and team. Despite the strong hire in the HLD round, the overall outcome was a rejection.

Interview Questions (2)

Q1
Merge K Cars Problem
Data Structures & Algorithms

You are given a list of car names. You can merge K cars together and after merging, the process can repeat. Return the final arrangement of the cars. For example, given the input: Honda, Honda, Maruti, Maruti, Maruti, BMW, Maruti, Maruti, Maruti with K=2, the output is Honda, Maruti, BMW, Maruti.

Q2
Line Sweep Algorithm Problem
Data Structures & Algorithms

The question involved a problem with some minor math and required the use of a line sweep algorithm. The exact problem statement wasn't detailed, but the candidate mentioned struggling to solve it even after multiple hints.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!