I know this is pretty late in the game but has anyone interviewed at Expedia for the SDE new grad? I have my onsite coming up next week. What kinds of questions can I expect? Anything in particular I should study?
Hi there. Hereβs a VO that took place recently:
- system design question: a cloud file system
- behavioral: dependency injection, agile development, unit test/integration test
- coding #1: validate parentheses e.g. https://leetcode.com/problems/valid-parentheses/
- coding #2: array A = [2, 3, 4, 1] and array B = [3, ββββββββββββββββββββ5], return [3,4]. For each element in array B, return the number of values in array A that is less than or equal to that element.
I hope this can provide a good reflection of the interview. Good luck!
1 Like
Thank you!