Misc.Aug 31, 2018

Uber interview difficulty

In leet code, when I see Uber questions sorted by frequency most of the questions are hard one's. Those who went through Uber interview loop recently, what's the difficulty level you have encountered? I have an interview scheduled in the coming week and looking for some company specific prep as I was solving the medium one's mostly till date.

Add a comment
Google gdude Aug 31, 2018

They don’t ask leetcode questions onsite. The question that I got during my phone screening was also not from the list and not a typical leetcode question. Just solve different type of questions and don’t try to just memorize everything.

Informatica TC<200k OP Aug 31, 2018

Thanks. I was trying to gauge the difficulty so that I can prepare accordingly.

Uber fdjgfdffdd Aug 31, 2018

Obviously this varies from one interviewer to other, but we typically avoid questions from leetcode.

eBay BGeez Aug 31, 2018

Do you guys focus on dynamic programming? And what level of questions can one expect for the onsite?

Uber meowimacat Aug 31, 2018

I've seen other engineers ask them tho :(

Microsoft 5’7 Indian Aug 31, 2018

Actually when I went into Uber , my interview I felt was pretty simple and lame - likely he simplest interview I had

Intel qreeyus Aug 31, 2018

I now realize how much one 1 inch matters

VMware OGTI8 Aug 31, 2018

did you pass phone round? How long do you hear back after phone? I have waited a week already.

TripAdvisor WhyNot? Aug 31, 2018

On my on-site interview, the very first session I was asked a question which involved using algorithms like - BFS (with parent pointer passing), Topological sort (for optimization) and backtracking all in one question. Go with leetcode for practicing algorithms and data structures. Make sure you are very comfortable in implementing all the algorithms and data structures in your preferred language, since you need to do live coding and show output. However don’t expect the question to be from leetcode. Focus on whens, whys and hows of applying the algorithms and data structures.

New
sjjkgjjfjf Aug 31, 2018

Mine had a very simple solution of BFS which I had to implement. Finished ahead of time. Only one algorithm question out of 4 interviews.

Uber fdjgfdffdd Aug 31, 2018

Hope you got the offer

New
sjjkgjjfjf Aug 31, 2018

Yes this was quite some time ago

SAP Microsoftt Aug 31, 2018

I got a greedy algo hard on phone interview

Uber djduh Aug 31, 2018

Uber interview is inconsistent. Each group does own thing

Microsoft ewos12 Aug 31, 2018

Two leetcode hard questions. Both can be found on leetcode

Apple a1z2x3c4 Aug 31, 2018

In 2 coding rounds in on-site I didn’t get any leetcode questions however similar concepts were surely needed to solve the problems. Overall it was a good experience and I will rate it as leetcode med - hard.