Open In App

Expedia On-Campus Internship Interview Experience 2020

Last Updated : 21 Aug, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

Round-1: The first round was conducted on HackerRank, which consists of 2 coding problems and 6 MCQ questions including the concept of sorting algorithms, the basic concept of programming language, and some basic calculations by loops. (Test Duration: 1.5 hours)

  1. Run Length Encoding
  2. Convert “12th Dec 1989” to “12-12-1989”

The coding questions were pretty much easy if you have practiced and prepared for coding rounds. But if you haven’t done anything yet, Go now and start your preparation because there is no shortcut for success and you have to practice and do it smartly.

For the MCQ part go for basic concepts of any programming language. I would suggest doing quizzes from GeeksforGeeks to get in touch with all concepts of C, C++, Python, Java, and other subjects.

Round-2:

  1. This was the first technical interview round which was about 60 minutes long. It was started with an introduction. Then the problem solving round was started in which he first asked what is the concept of pass by value and pass by reference in C++.
  2. The second problem was an array overlapping question where I have to calculate the minimum number of bombs required to blow all the kingdoms whose starting and ending points of all the kingdoms are given.
  3. The last question demands to detect a loop in a linked list and if present calculates its length.

Round-3:

  1. This round started with an introduction, then he asked me about some projects that I worked on during my previous internships.
  2. Then he started with the coding round. He for an array like [1, 2, 3, 5, 7, 8, 234, 235]. We have to return the array having a starting and ending point that is calculated by taking the first and last values that are consecutive. So Output will be [1-3, 5-8, 234-235].
  3. Firstly I gave a solution of complexity O(n^2) by traversing the array and calculating the value consecutive to that value. Then I gave a solution of complexity O(n) where I took a starting variable and an end variable initialized to the first element of the array and then started the for loop from index 1 and will increase to the next element if it is consecutive to the end variable.
  4. And if it is not consecutive then I inserted the starting variable and ending variable into the output array and changed the start and end variable to the current element of the array.
  5. Then he asked about what I know all about binary search trees and how depth-first search and breadth-first depth is implemented by any tree traversal.

That’s all about my interview. After these two technical rounds, students were shortlisted, and those who were shortlisted were eligible for the last round that was HR round. But I was not shortlisted for that. And this is life, all about failures and success.

So, All the best for your interview and cracking it. I hope this experience helps you.


Similar Reads

Expedia Interview Experience(On Campus for internship 2020)
Expedia visited our campus in August for recruiting interns. The process began with an online round followed by 3 interview rounds. The online round consisted of two sections: 2 coding questions and 10 technical multiple choice questions. Time limit: 90 minutes. Platform: HackerRank. This was a fairly easy round. Q1. You are given a number n. You h
4 min read
Expedia Interview Experience for Internship 2020
I applied from the official website. After a few days, I got a mail from them about the test link on hackerrank. I solved all the questions correctly. The test included a few MCQs mostly on c++, JavScript, and python i/p and o/p and algorithms. There were 2 coding questions, one was of medium difficulty and the other one was easy. I don't remember
4 min read
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 basi
3 min read
Expedia Interview Experience | (On-Campus for Internship)
Expedia visited Our Campus for both Full timers And interns and I was sitting for an intern. The Process Consisted Of an online test Rounds followed by 3 interview rounds. Online Coding Test (1 Hr 30 min) They had 0 cut off and the test was conducted on HackerRank. The test consisted of 10 MCQs and 2 coding questions. MCQs were revolving around OS,
5 min read
Expedia on campus internship interview experience
Expedia visited our campus for interns on 5th Sept. Round 1: Online technical round hosted on Hackerrank. This round comprised 2 coding questions and 10 Mcq’s. Duration of test was 90 minutes. Mcq’s were from Data structure, Algorithm and Aptitude. Coding question 1: We are given some coins and a maximum height and we want to arrange them in a way
4 min read
Expedia Group Interview Experience for SDE Internship (Off-Campus)
I directly applied on Expedia Careers Page for the position and within a week or, so I got shortlisted and received the link for the online coding test. Round 1 (Coding and Aptitude): Platform: HackerRankDuration: 90 Minutes The test had a total of 8 questions. 6 were MCQs and 2 Coding questions. The MCQs were related to Data Structures (Queue), Al
5 min read
Expedia Internship Interview Experience (On-Campus)
Expedia visited our college to hire students for FTE(2020 passed outs) and internship(2021 passed outs) in September 2019. I am a 2021 pass out. Round 1(MCQs and coding): No. of MCQs: Around 15.No. of coding questions: 3Duration: 90 mins.Difficulty level: Easy-Medium.Concepts covered: Arrays, Strings.Platform: Hackerrank. I solved 1 and a half ques
2 min read
Expedia Internship Interview Experience | On-Campus 2021
Expedia group visited our campus for hiring interns for summer 2022. There was no CGPA cutoff and students from every branch were allowed to appear for the test by the company. The test was conducted on HackerRank and around 200 students appeared for the test. There were 2 technical interviews for the shortlisted students followed by an HR intervie
5 min read
Expedia Interview Experience for SDE Internship (On-Campus)
This was an on-campus opportunity where Expedia visited our campus and I was applying for the Intern position. The overall hiring process consisted of 3 rounds. Capfinnity Strength Assessment (45 min -60 min) All the students who have applied on their job portal were invited for a strength assessment challenge and this round was used to check our m
5 min read
Expedia Internship Interview Experience | On-Campus 2021
Education: Btech 3rd year ECE student of Tier-2 Online Test via Hackerrank: The online test was proctored and we were not allowed to switch between the tabs or copy past our code on the editor. 120 mins test with three coding questions. 2 easy, one medium. The two easy ones are one from array n and the other from string. The medium one is a knight
4 min read
Practice Tags :