I applied through college or university. I interviewed at Expedia Group
Interview
The company had come for internship to our college.
Online Test : MCQ questions - Technical and Logical
2 Coding Questions
Interview Process:
2 Technical rounds and 1HR round.
1st round : Detailed discussion on project + 1 puzzle question was asked
2nd round:
• There’s an array which contains repeating elements say 1, 2, 3, 4, 5, 4, 6, 7, 1. We have to find a repeating element which occurs earlier in the array. So in this example ans would be 1. What will the efficient approach in terms of algorithm?
• An array is of the pattern that initially the values in the array keep increasing, after reaching a maximum they again start decreasing. Tell an efficient algorithm to search an element in this array.
HR round:
• Write a recursive function for Fibonacci function such that, that function is called only once and the Fibonacci numbers are printed within the recursive function only.
(The interviewer hinted me beforehand that it is a tricky question and mostly students get this wrong).
• Do you know what happens when you request for a web site? How the web server architecture is? (Follow up question : why do we need to use a web server?)
Interview questions [1]
Question 1
• Puzzle Question: If we have 4 tablets which are physically same (Same colour, shape, size, dimension, weight). 2 are for fever and 2 are for cough. The person has to take 1 tablet for fever and 1 for cough. How will he/she decide?
I applied through college or university. The process took 5 weeks. I interviewed at Expedia Group (Bellevue, WA) in Mar 2016
Interview
career fair code question
on campus 45 minute technical interview
flight to bellevue
on site HQ back to back technical interviews with two different engineers
about fourty five mimutes each
one on one interviews
programming questions
mingle session with all interviewees and some full time employees
Interview questions [1]
Question 1
based on user input, return an updating list of us cities as the user types.
example:
user input = s
return= san fran, san antonio, seattle....
user input = e
return = seattle, seguela, sebba...
and so on
I applied through an employee referral. The process took 1 week. I interviewed at Expedia Group (Gurgaon, Haryana)
Interview
Was interviewed for SDE1. 3 Round Technical F2F, 1 Round Manager, HR interviews conducted over a span of 1 week. Technical Rounds were good. HR can put you in any team. Not necessarily the one you were interviewed for. HR part in india is little tricky.
Interview questions [1]
Question 1
Standard Algorithm questions around Heap, Array search sort etc.