J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Tripadvisor
Entretien
Gave resume at career fair, got emailed for a phone interview about a month later. 30-45 minute phone interview, asking how to merge two sorted lists in linear time. Interviewer seemed to be just a regular guy, wasn't a bad experience.
Question:
Merge two sorted lists (of ints) in linear time. Make sure to account for possible duplicates. The way to answer it is like how you sort lists in mergesort. (In other words, if x[0]>y[0], list_to_be_returned[0]=x[0], x=x[1:] and repeat.)
Questions d'entretien [1]
Question 1
TripAdvisor's motto is "speed wins" so do it quickly
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Tripadvisor
Entretien
Phone interview, ask about experience and background. Then asked me to implement a merge sort. About a week later, I was given a homework problem to do over the weekend, which was writing a console program that allows user to sort data according to their specifications. A week after that they informed me that I did not pass the homework problem.
Questions d'entretien [1]
Question 1
Console program that sorts data according to user specification
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Tripadvisor (Newton, MA) en oct. 2011
Entretien
I had an initial phone screen, followed promptly by an in person visit which consisted of 4 one hour interviews back to back and got a decision on the same day.
Questions d'entretien [1]
Question 1
Finding the depth of any arbitrary node in a binary tree