Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en Tripadvisor en mar 2011
Entrevista
After an initial phone interview I was invited to come in for an in-person interview. I met with 4 people that day. Each person asked similar questions of varying difficulty. I was asked to solve specific problems on the white-board.
Preguntas de entrevista [1]
Pregunta 1
What would you change about the TripAdvisor website?
Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en Tripadvisor (Needham, MA)
Entrevista
Very professional and interview questions were straight forward. Total of 4 staff members conducted the interview that lasted for about 2 hours. Overall a pleasant experience but would have been nice if TA responded to inquiries regarding status of position.
Preguntas de entrevista [1]
Pregunta 1
Why do you want to work for TripAdvisor? Where do you see yourself in 5 years? How would you do your job if you were in this particular situation?
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Tripadvisor en feb 2013
Entrevista
Two telephone interview one with the Team Lead another with the Director of Engineering.
Preguntas de entrevista [1]
Pregunta 1
Count the number of duplicate elements in a Binary Search Tree , they are looking for specific answer , it has to be an inorder traversal with previous node matching . The 2nd interview was inserting in BST using the function prototype insert(int n); The program should work for
BST root=new BST();
root.insert(10); You can create the class any way you want but there are restrictions like you have to use primitive(int) as the value .