Open In App

Expedia Interview Experience | On-Campus for FTE 2020

Expedia visited our campus for hiring FTEs as well as Interns. I would like to share about my experience in the recruitment process for FTE role.

Round-1: Online Test (Test Duration: 1.5 hours)



The first round was conducted on HackerRank, which consisted of 2 coding problems and 12 MCQ questions including the concept of sorting algorithms, the basic concept of OOPS in c++ as well as Java, some basic output results. 

The Coding questions were not that difficult :



  1. Given vector of strings, each string made of a combination of parenthesis, output the answer in the form of vector for each string whether balanced or not. Very similar to the basic Check for Parenthesis.
  2. This was a basic implementation based question to convert the given date that is “23rd Apr 2012” to “2012-04-23”, not any logic involved just basic bruteforce solution.

The coding round was not very difficult to crack if you are thorough with your basic coding skills. around 50 were shortlisted for the next round.

Round-2: Technical Round 1

Round-3: Technical Round 2

This round was purely focussed on my Data Structure skills after a quick introduction and project discussion

In each question, she along with my approach also focussed on checking whether I could write an error free code as well and checked with the dry run or even compiling it.

These two rounds were compulsory, After this 22 were selected for the behavioural round the last one.

Round-4: Behavioural Manager Round

In this Round he asked me many situational questions which we would generally be facing while working in the company or have had already any experiences of failure, how would you deal with criticism, how much you like challenges, why should we hire you, like that.

After this round only 11 were selected, I was one of them. I really Thanks GeeksForGeeks for helping me in preparing for the interviews and everything. Just go through as many questions as you can on Data Structures and Puzzles from here and you should get the confidence of clearing any interview.

Article Tags :