I applied through college or university. The process took 1 day. I interviewed at Tripadvisor in Oct 2011
Interview
Met the TripAdvisor staff at a career fair and handed my resume for them to look at. After a week I got a one-on-one interview on campus. Went over the content of my resume with the interviewer and then we dove into some coding exercises. The coding exercise was simple and basic.
Interview questions [1]
Question 1
Write a function that raises a number to an exponent in C or Java...
I applied through college or university. The process took 4 weeks. I interviewed at Tripadvisor in Oct 2011
Interview
First you get to be called by phone, and expected to write code online, and explain it in the process. Usual software developer interview. Then, if they want to meet you, they schedule a meeting at the headquarters after a about a month later from your first interview. Relaxed environment, not different from the others. They expect you to know all the aspects of software engineering, from design to test.
The process took 1 day. I interviewed at Tripadvisor in Oct 2011
Interview
few technical questions first:
Asked about hash table, difference between equality method and equals operator, asked about syncronization.
Gave sample code and had to create a method to get something, asked about time complexity, if my code was good or not, asked about different methods.
Asked how to create hash map in java...