Round 1: Phone Screen
Questions:
- Subarray Sum Equals K (only positive numbers could use sliding window)
- Clone graph (need to specify input and output yourself)
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2: Virtual Onsite
Questions:
- Minimum departure and return cost (2 arrays, one for departure and the other for return)
- Merge 3 sorted arrays
- Given an array, randomly output index of the maximum value in array
- Given an expression such as ( + 3 2 ( * 4 6 ) ), return its output value
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.