I utilized for the Uber SDE 1 function by taking a referral.
ROUND 1 (CODING ROUND):
The following day I obtained Interview Shortlist Mail. All interviews had been scheduled on the identical day.
ROUND 2 (TECHNICAL ROUND):
- Drawback 1: Given a frog with restricted vitality capability standing on a supply node. Initially, it has full vitality. Shifting from one node to a different lead to a discount in vitality by 1 and a rise in time by 1. There are vitality drinks current at some nodes that it may possibly make use of to extend vitality. If its vitality reduces to 0, it dies. Discover the minimal time taken by the frog to achieve the vacation spot node. Whether it is unattainable return -1.
- Drawback 2: You’re a farmer with a capital. You’re given n crops with 2 parameters related to these crops.
- minimal capital required to be with a farmer to be eligible to take it
- revenue related to the crop.
It’s important to buy ok crops such that revenue is most. Taking in revenue from one crop leads to a rise in your capital
ROUND 3: (TECHNICAL ROUND):
Drawback: Given a string and matrix of characters. Test whether or not the string is current within the matrix- https://leetcode.com/issues/word-search/
- Optimize the answer if an array of million strings is given instead of only a single string.
ROUND 4: (HIRING MANAGER INTERVIEW + DESIGN-BASED): A variety of questions from my Internship experiences in addition to my tasks
Low-Degree Design Drawback: Design MS Excel.