I applied through college or university. The process took 4 days. I interviewed at Orbitz Worldwide (Chicago, IL) in Nov 2009
Interview
I got this interview from Campus Career Center. The first interview is on campus with 2 interviewer asking me about some common questions and math questions. The following week I got pass to onsite interview in Chicago. The interview consists of behavior, technical and 1:1 interview. There are 5 questions in technical test: 1, given a rand() which only generate random number from 1~5, create a random generator can generate random number from 1~7. 2. Given a cell phone panel consists of 9 buttons which there are letters on each number key as the real cell phone, create a function can translate sequence of letters to numbers. 3. Create a function to judge if a linked list is a circle or not. 4. Convert a formulate in inverse poland sequence into normal formula, ex. 523+* into 5* 2+3. I forgot the last one sorry.
About the behavior, nothing to say, common questions. About the 1:1 interview. They asked me about Java about hashtable, how to distribute requests to different servers, garbage collection. I did not get that offer because I did so bad in the 1:1 interview. I am bad at Java.
So pity.
Great interview process. Questions were simple. The interview felt much more like a conversation than an interview which was great. It seems like HR here have an understanding of what the role needs.
I applied through college or university. The process took 3 weeks. I interviewed at Orbitz Worldwide (Chicago, IL) in Feb 2016
Interview
The on-site interview includes 2 rounds. The first round asked me some behavior questions, like how to deal with the relationship between you and colleages or you and supervisors. And the second round asked me some technical questions like Java basic and algorithm. And I was given a paper to wirte down the pseudocode about the question.
Interview questions [1]
Question 1
Given a linkedlist, find the NO.n element from tail.
I applied through college or university. The process took 2 months. I interviewed at Orbitz Worldwide (Chicago, IL)
Interview
I met the recruiting team on campus and had a campus interview the next day. The questions were some typical behavior questions plus two basic algorithm questions. Then I was moved forward to the next step to complete a coding challenge within 2 days and had the onsite interview finally. There were two stages in the onsite interview. One was behavior and the other was technical. The technical problems weren't so hard, just make sure that you present your idea clearly.
The people there were really kind and nice. I felt comfortable during the whole interview process and didn't felt stressed nor exhausted. However, I decided to accept another company's offer so I decline it.
Interview questions [1]
Question 1
What's your stressed out experience and how did you solve that?
Have you ever planned out something and achieved that goal successfully?
How do you handle conflicts with your teammates?
Given two strings s and t, determine if they are isomorphic.
Given some constraints, check the validity of a password.
Construct Binary Tree from Preorder and Inorder Traversal
Some questions about hashmap.