Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Expedia Group

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Expedia Group reviews | Expedia Group jobs | Expedia Group salaries | Expedia Group benefits | Expedia Group conversations
      Expedia Group interviewsExpedia Group Senior Software Development Engineer interviewsExpedia Group interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Senior Software Development Engineer Interview

      Feb 7, 2016
      Anonymous employee
      Bellevue, WA
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through a staffing agency. The process took 5 days. I interviewed at Expedia Group (Bellevue, WA) in Apr 2012

      Interview

      Phone screen followed by 5 in person onsite interviews, all except one was technical. Asked for design, problem solving and coding. Can chose whatever language you are comfortable with. Liked it that they started at 10 am, and not 8 am. Lunch and drinks/coffee provided. Folks were nice and professional.

      Interview questions [1]

      Question 1

      Write code to generate all subsets of a given string. Design a bank account system. Tree deserialization question
      Answer question

      Other Senior Software Development Engineer Interview Reviews for Expedia Group

      Senior Software Development Engineer Interview

      Feb 27, 2020
      Anonymous Interview Candidate
      Gurgaon, Haryana
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a recruiter. The process took 2 days. I interviewed at Expedia Group (Gurgaon, Haryana) in Feb 2020

      Interview

      I had the interview with Expedia for HotWire Division there via GSPann. I had 3 rounds of interviews - Round1 : Zoom video call to write the code for the given problem. Round2 : Zoom call to discuss on few problems to know the approach I will take. Round3 : Zoom video call with Senior Manager for technical discussion. Though they say that they will take all 3 rounds to decide & to have fairness, but God knows about the fact.

      Interview questions [3]

      Question 1

      Round1 : 1) Given a list of words, group them by anagrams Input: List of "cat", "dog", "god" Output: A Set of Sets of anagrams: {{'cat'}, {'dog', 'god'}} 3) Consider adding some additional tests in doTestsPass(). 4) Implement the AnagramSolution group() method correctly. 5) If time permits, try to improve your implementation. dog -> dgo -> {dog} god -> dgo -> {dog, god}
      2 Answers

      Question 2

      Round2 : Question 1: You have a website & you want to know the number of hits made in last 5 seconds. Even a user refreshes the page, it will be considered a new hit. Provide the approach for this. Question 2: web service - cache - yes ---> return (timeout is 1 second) else go to api call - yes ---> return (timeout 5 seconds) else go to database - yes ---> return (timeout 10 seconds) default error You have to implement above kind of system where each module is used if it is Up, else check with next module. What design pattern you will follow. Question 3: Difference between SOAP & REST Question 4: Have you used Micoservices? Question 5: Which framework did you use in REST? He was suggesting like Jersey webserver, Spring.
      Answer question

      Question 3

      Round3 : Question1 : How will you implement your own ThreadPool using jdk1.4like that of Executor in jdk1.5 Question2: How will you convert a monolithic application like makemytrip into Microservices? Question3: We have less number of resources for the tasks, so are you ready to work in odd extended hours?
      2 Answers
      1

      Senior Software Development Engineer Interview

      Sep 13, 2017
      Anonymous Interview Candidate
      Seattle, WA
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a recruiter. I interviewed at Expedia Group (Seattle, WA) in Sep 2017

      Interview

      The recruiter contacted me through linkedin. When I replied back to know more about the opportunities I was asked to take coding assessment via hirevue. He also sent the job posting link. After I completed the assessment there was no follow up.

      Interview questions [3]

      Question 1

      Write a Circle and Rectangle class that takes radius and width, height implement getArea method.
      1 Answer

      Question 2

      Given a sentence s and t where t is subset of s find the missing words in t.
      1 Answer

      Question 3

      Dynamic Programming Given integer k, and list of numbers nums return a long integer denoting the number of k-subsequences in nums such that the sum of subsequence's elements is evenly divisble by k i.e. sum of subsequence % k == 0
      Answer question
      9

      Senior Software Development Engineer Interview

      Sep 23, 2017
      Anonymous Interview Candidate
      Gurgaon, Haryana
      No offer
      Negative experience
      Average interview

      Application

      I applied in-person. The process took 1 day. I interviewed at Expedia Group (Gurgaon, Haryana) in Sep 2017

      Interview

      They conducted the highly unmanaged drive with 50+ candidates. Average interview questions with an average wait time between interview rounds was 2 hours. Courtesy is required while conducting interviews which is the basic job of HR, but they were unable to do that.

      Interview questions [1]

      Question 1

      Left view of subtree and avg. design and DS questions.
      Answer question