Status: Junior, College Student
Position: Software Engineer Intern
Location: New York, New York
One In-person Interview (1 hour)
- Got asked about my resume and what I did, we talked about what the interviewer did at facebook.
- Interview question: Given two binary search trees how do we merge everything so it prints inorder. The answer I gave was to run inorder on both trees and use “merge” from merge-sort.