I applied online. I interviewed at Uber in Oct 2021
Interview
it asks about coding problems, first one is easy, the fibonaccis series, with time complexity analysis. Second one is hard and I have no idea. Interviewer is kind of strange
I applied through college or university. I interviewed at Uber (South Goa) in Aug 2018
Interview
Coding Round, followed by a few Technical Interviews and HR Round. The Coding Round was fairly difficult but not unsolvable. The interviews were quite thorough and one needs sound knowledge of all core CS subjects to answer the questions well.
Interview questions [1]
Question 1
Questions on Graph and String Algorithms, Questions about CV
Time: 40 minutes
System Design Problem using Object-Oriented Programming
Design a Meeting Room Booking System
Add a room to the booking system
Conduct a new meeting in a room, given start time and duration of the meeting
Cancel the meeting in a room
Interview questions [1]
Question 1
Coding Problem :
The interview is very strictly time-bound, and you need to implement and explain in the given 40 minutes only.
Focus on writing clean, and correct code.
Was asked to shorten the code, so that it looks much cleaner
Explain your approach while writing the code, as it may happen that you may not get sufficient time in the end.
https://leetcode.com/problems/decode-ways/
https://leetcode.com/problems/decode-ways-ii/