There was one onsite interview on campus. This was followed by one telephone interview. Both used CodePad, or some shared work space with compiling and code execution ability. The first question was easy. The second question was a design problem, which I enjoyed. Both interviewers were pleasant.
Interview questions [1]
Question 1
Given a list of words, group the words that contain the same letters (like dog and god and NOT good).
How wold you serialize a general binary tree of characters into a string? Write the serializing side the take in the root node of a general tree. Write the deserializing side to take in a string return a root node of the general tree.
Oa is 3-4 questions. You have 2 hours for it. Then, 2 rounds for technical, I got one lc hard and lc medium. They ask you a few behavioral questions before that as well.
Interview questions [1]
Question 1
Something similar to the leetcode question, Minimum Cost Path with Teleportations
Interview was 2 day back to back interview, First interviewer was from Canada, english wasn't super well and questions asked was unclear. Still got through it in under 20 minutes and had time for follow up. Next interview day was a graph question, took 30 minutes and walked through TC. Call with recruiter for offer next week.
Interview questions [1]
Question 1
time Complexity, How i would optimize from original solution.
1 phone screening, 1 online technical assessment, 1 technical interview, basic questions about Data Structures and Algorithms, easy to medium LeetCode problems, system design. It was a great oppoortunity interviewing at Uber
Interview questions [1]
Question 1
leet code easy-medium questions and design system post