Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Expedia Group Team. If you also belong to the team, you can get access from here

Expedia Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Expedia Group Interview Questions, Process, and Tips

Updated 19 Jan 2025

Top Expedia Group Interview Questions and Answers

View all 69 questions

Expedia Group Interview Experiences

Popular Designations

75 interviews found

Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HireVue 

(1 Question)

  • Q1. Basic Questions on what made you consider Expedia, why are you interested.
Round 2 - HR 

(1 Question)

  • Q1. Just a basic screening round
Round 3 - Technical 

(1 Question)

  • Q1. Goes into work experience

Product Manager Interview Questions & Answers

user image anushka jalan

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why do you want to join expedia

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Expedia Group Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round was a 45 min long aptitude and case study round which involved basic aptitude questions along with certain cases like "There has been a drop off in customers booking a hotel though the the total number of visits to the site has not dropped. How would you you design a system to analyze the problem and what kind of data will you collect." It was followed by a couple of HR questions

Round 2 - Assignment 

A mock data set of hotel bookings in different countries for last two years were given a week prior to the interview. We were to clean, prepare, derive insights and recommend actions. All of this needed to be documented as 15 page presentation. This presentation then needed to be presented in a 45 min meet.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process felt very different from other companies. They don't really care about your technical prowess, but rather want to get a good understanding of your aptitude level. Also prepare for top 20 HR questions along with a solid introduction.

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy questions and mostly implementation based.

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Expedia Group interview questions for popular designations

 Software Developer Intern

 (9)

 Software Developer

 (8)

 Senior Software Engineer

 (4)

 Software Development Engineer II

 (4)

 Software Engineer

 (3)

 Software Engineer III

 (3)

 Product Manager

 (2)

 Software Development Engineer

 (2)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Maximum Length of increasing subsequence
  • Ans. 

    Find the maximum length of increasing subsequence in an array of strings.

    • Use dynamic programming to keep track of the length of increasing subsequences ending at each index.

    • Iterate through the array and update the length of increasing subsequences.

    • Return the maximum length found.

  • Answered by AI
  • Q2. LLD for a storage based system
  • Ans. 

    LLD for a storage based system involves designing the detailed architecture and components of the system to efficiently store and retrieve data.

    • Identify the requirements for the storage system, including data types, volume, access patterns, and performance expectations.

    • Design the data storage architecture, including data structures, indexing mechanisms, and storage technologies like databases or file systems.

    • Define the...

  • Answered by AI
  • Q3. Hashmap based question
Round 3 - Technical 

(1 Question)

  • Q1. LLD for a S3 or a storage based system
  • Ans. 

    LLD for a S3 or a storage based system involves designing the detailed architecture and components of the system.

    • Define the data model including objects, metadata, and storage classes

    • Design the system components like storage nodes, metadata servers, and access control mechanisms

    • Consider scalability, fault tolerance, and data consistency in the design

    • Implement features like versioning, encryption, and access control pol...

  • Answered by AI

Skills evaluated in this interview

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

Get interview-ready with Top Expedia Group Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Past Program Managed
  • Ans. 

    Managed a large-scale software development program for a financial services company.

    • Led a team of 20 developers and testers in delivering a new online banking platform

    • Implemented Agile methodologies such as Scrum to improve project efficiency

    • Collaborated with stakeholders to define project scope and prioritize features

    • Managed project budget and resources to ensure on-time delivery

  • Answered by AI
  • Q2. Conflict Management

Technical Project Manager and Scrum Master Interview Questions asked at other Companies

Q1. Have you used 'a specific GCP' solution?
View answer (1)

Jobs at Expedia Group

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A number x is given, two operation are allowed. Decrement by 1 and multiply by 2. find min operation to convert x to y.
  • Ans. 

    Given a number x, find the minimum number of operations (decrement by 1 or multiply by 2) to convert it to y.

    • Use a breadth-first search (BFS) approach to explore all possible operations and find the minimum number of steps.

    • Start with x and generate all possible next numbers by decrementing or multiplying by 2.

    • Keep track of the number of steps taken to reach each number and stop when y is found.

    • Use a queue to implement ...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Jump game II, standard quesiton

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy Interview basic questions

Round 2 - Technical 

(1 Question)

  • Q1. Desing Tic Tac Toe
Round 3 - HR 

(1 Question)

  • Q1. Final Round behavioural questions

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Senior Software Engineer Interview Questions & Answers

user image Mayank Upadhyaya

posted on 19 Dec 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Given array of integer create subarray with sum = 0
  • Ans. 

    Create subarrays with sum = 0 from given array of integers.

    • Iterate through the array and keep track of the running sum.

    • Store the running sum in a hashmap and check if the current sum - any previous sum equals 0.

    • If yes, then the subarray between those two indices has a sum of 0.

  • Answered by AI
  • Q2. Left view of binary tree
  • Ans. 

    The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the tree in a level order manner and keep track of the first node at each level.

    • Use a queue to store nodes at each level and update the left view nodes accordingly.

    • Example: For a binary tree with root node 1, left child 2, and right child 3, the left view would be [1, 2].

  • Answered by AI

Skills evaluated in this interview

Top Expedia Group Senior Software Engineer Interview Questions and Answers

Q1. Given array of integer create subarray with sum = 0
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Senior Developer Interview Questions & Answers

user image Shimla Rawat

posted on 3 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Build system for Tiny URL
  • Ans. 

    Build a system for generating and managing Tiny URLs

    • Use a unique identifier for each long URL to generate a short URL

    • Store the mapping of short URL to long URL in a database

    • Implement a redirect mechanism to redirect users from short URL to long URL

    • Consider adding expiration dates for short URLs to manage storage

    • Implement analytics to track usage of short URLs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - System design

Skills evaluated in this interview

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Expedia Group Interview FAQs

How many rounds are there in Expedia Group interview?
Expedia Group interview process usually has 2-3 rounds. The most common rounds in the Expedia Group interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Expedia Group interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Expedia Group. The most common topics and skills that interviewers at Expedia Group expect are Talent Acquisition, Career Development, Agile Coaching, SQL and Software Design.
What are the top questions asked in Expedia Group interview?

Some of the top questions asked at the Expedia Group interview -

  1. A number x is given, two operation are allowed. Decrement by 1 and multiply by ...read more
  2. Given array of integer create subarray with sum ...read more
  3. Combinatorics, find pivot in rotated sorted array, count s...read more
How long is the Expedia Group interview process?

The duration of Expedia Group interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

DESIGNATION

INTERVIEWS

Elentec Power India (EPI) Pvt. Ltd.

No Interviews

SALARIES

Yantralive

DESIGNATION

LIST OF COMPANIES

Yantralive

Overview

LIST OF COMPANIES

Xceedance

Overview

SALARIES

Xceedance

SALARIES

Xceedance

SALARIES

Xceedance

INTERVIEWS

Cogent

No Interviews

Tell us how to improve this page.

Expedia Group Interview Process

based on 54 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Oyo Rooms Interview Questions
3.3
 • 218 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Thomas Cook Interview Questions
3.7
 • 44 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Airbnb Interview Questions
3.8
 • 23 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
Cox & Kings Interview Questions
3.7
 • 6 Interviews
View all

Expedia Group Reviews and Ratings

based on 296 reviews

3.8/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.9

Salary

3.3

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 296 Reviews and Ratings
Director of Business Analytics

Bangalore / Bengaluru

15-20 Yrs

Not Disclosed

Software Development Engineer II

Gurgaon / Gurugram

2-4 Yrs

Not Disclosed

Software Development Engineer III

Gurgaon / Gurugram

5-9 Yrs

₹ 38-45 LPA

Explore more jobs
Software Development Engineer II
192 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 3
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Expedia Group with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview