Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Tripadvisor
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Console program that sorts data according to user specification
Me postulé a través de una facultad o universidad. El proceso tomó 4 semanas. Acudí a una entrevista en Tripadvisor
Entrevista
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.)
Preguntas de entrevista [1]
Pregunta 1
TripAdvisor's motto is "speed wins" so do it quickly
Me postulé a través de una facultad o universidad. El proceso tomó 1 semana. Acudí a una entrevista en Tripadvisor (Newton, MA) en oct 2011
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Finding the depth of any arbitrary node in a binary tree