Uber | SDE 2 | Backend | Interview Exp
Anonymous User
4096

Preliminary Online Coding Round - Codesignal online coding test - 4 questions, 2 easy, 2 medium-hard. I was able to complete all 4

5 more rounds were scheduled

Round 1 - Preliminary Phone screen (DSA) - string manipulation question, no complex DSA.

Round 2 - Medium DSA 2-D DP question I forgot to note down but was asked already in leetcode list of the questions in past 3 months. I had done all the questions on leetcode Uber asked in the last 6 months so it wasn't too difficult.

Round 3 - LLD - design a data structure like hashmap which has get, set and delete functions for key, values like a hashmap. additionally it has a getRandom function on it which returns a random key,value paid from the hashmap. I kept the hashmap's keys in an array and generated a random number less than the length of the array and returned the key at that index and the corresponding value. Extension was also to have concurrent operations on this data structure to be used by multiple threads at the same time.

Round 4 - HLD - stock notification system - we have to design a system that can ingest data from exchanges and have notifications pushed to users when the stock price fluctuates by 5% since the last hour, minute, week, etc. focus on where to store the historic stock prices, how to keep comparing the current price with the last hour, minute, week etc's prices, how to shard when the stock ticks are unequally distributed among stocks (apple is traded much more than a smaller company), how to make sure we don't sent double notifs for the same alert.

Round 5 - Manager/Values - Explain about a major project you did/lead, explain your team structure at your prev companies, When you went out of your way to deliver something, when you mentored someone, learnt a new tech for delivering sth, how do you deliver a project end to end, why uber, why did you leave the previous companies.

Apart from the manager round the other rounds were chaotic where people joined late, no one turned on their camera and only went through the rounds in a rush. Overall wasn't very welcoming.

Offer details - https://leetcode.com/discuss/post/7192966/uber-sde-2-bangalore-reject-by-anonymous-hsdo/

Comments (7)