The hiring process at Expedia Group takes an average of 30 days when considering 3 user submitted interviews across all job titles. Candidates applying for Lodging Partner Associate III had the quickest hiring process (on average 30 days), whereas Lodging Partner Associate III roles had the slowest hiring process (on average 30 days).
I applied online. I interviewed at Expedia Group in Feb 2022
Interview
Complete a technical challenge online. The recommended time to complete the test is 120 minutes. However you have 150 minutes to complete this once you start. And need to complete this test within 72 hours (3 days) from receiving the email.
Interview questions [1]
Question 1
Use machine learning, data wrangling and data visualization to predict hotel availability.
I applied online. The process took 3 months. I interviewed at Expedia Group in Sep 2021
Interview
Has 3 rounds. 45 mins each.
The platform was Hirevue.
The first round was object-oriented programming.
The next round was a behavioral interview.
The last round was related to data structures and algorithms.
The interviewers were friendly and calm. The process was very smooth
Interview questions [1]
Question 1
In object-oriented programming interview, they asked one question related to system design and one question related to algorithms.
I applied online. The process took 5 months. I interviewed at Expedia Group in Sep 2021
Interview
Received Hackerrank assessment interview with two questions (leetcode medium problems) and 7 multiple choice testing general CS skills.
Did well on the interview and was told "will be in touch for the final round". This is the second time in two hiring seasons, but for some reason they "didn't get around to my application due to a robust pipeline of candidates".
Recruiters are essentially nonexistent until they tell you they've finished hiring for the season. Super unorganized and unhelpful. Feels like they took a page out of their customer service book. Pulled applications.
Interview questions [1]
Question 1
Run length encoding and Dynamic programming problem using matrices.
The run-length is pretty easy using a stringbuilder and iterating over each char in the string they pass through as an argument.
The other problem was iterating through a matrix using two different reference points and finding shortest path between the two.