
Tripadvisor General Intern Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 28 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Tripadvisor.
Intern
I got referred in by a current employee, and then a very nice person from HR reached out via email to set up a phone interview. We scheduled it for a week out. The interview itself was pretty straightforward and quick. The interviewer turned out to be the hiring manager. He was really friendly and easy to chat with. He mainly wanted to check if I could carry on a conversation and if I knew my way around Excel. Excel and Outlook were the main tools I used in my previous internship. At the end of the call, he asked about my laptop preference (Macbook, HP, Dell, etc.). A few days later, they called me back to offer me the internship at $15/hour, which I accepted.
- Are you proficient enough in Excel?
- What type of laptop would you prefer to use?
Intern
I applied with my resume through an on-campus recruiter and then got an email for an interview. We did a quick email exchange to schedule, and the interview was about a week later. It was a 1:1 interview on campus where they asked me a couple of questions about binary search trees, like how to traverse them using breadth-first versus depth-first methods, and how to implement traversal without using recursion. The interviewer was really engaged, asked good questions, and was happy to answer my questions about the company and the job. Overall, it was a good experience.
- Can you explain the different methods for traversing binary search trees, such as breadth-first compared to depth-first?
- How would you implement traversing a binary search tree without using recursion?
Intern
I met the TripAdvisor team at the UIUC Engineering Employment Expo and signed up for a walk-in interview for the next day. I was called in and sat down with an interviewer. We started with some general questions about my interests and if I had any questions for the company. Then, the technical part began where we discussed Binary Search Trees, including their components. After that, I was asked to go to the whiteboard to complete a programming exercise where I had to create a function to sum all the elements in a binary tree. It was a good and not overly difficult interview.
- What type of traversal is it if we sum up the elements in the nodes by first visiting the left subtree, then the middle, and then the right?
Tripadvisor General Intern Interview Questions
Quoted word for word from Tripadvisor interview reports.
“For a given tree, can you return the sum of all nodes found at a specific level?”
Read reports →“What is the lowest common element in three unsorted arrays?”
Read reports →“Find the kth element that is common across m arrays, each containing n numbers, and state its complexity.”
Read reports →“How would you reverse a singly-linked list given a Class Node with data and a reference to the next node?”
Read reports →“What are the time complexities associated with hashtables?”
Read report →“What type of traversal is it if we sum up the elements in the nodes by first visiting the left subtree, then the middle, and then the right?”
Read report →“Can you write pseudocode to remove a node from a singly linked list?”
Read report →“Can you perform a binary search on a sorted array?”
Read report →“Could you sort a list of numbers within given upper and lower bounds in sub-O(nlogn) time?”
Read report →Formats, difficulty and experience
Across all 28 Tripadvisor interview reports.