Expedia Interview Question for Software Engineer / Developers






Comment hidden because of low score. Click to expand.
0
of 0 vote

Also asked to solve the 8 queens problem. Wanted the algo, design, classes/methods/datastructures etc.

- XXXX July 15, 2006 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Which group did you interview with?

- Khoa July 16, 2006 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Mainly with the SSG and the RD. Btw, received offer :-)

- XXXX July 25, 2006 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Congrats! I know a few people in SSG and Rapid Dev. They are quite sharp.

- Khoa July 25, 2006 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

recently interviewed with two group @ expedia. i wouldnt say two groups exactly but there were two hiring managers from the same group in the interview loop.

the interview was on 01/25 and it is 02/01 today and I haven't heard back from them.

- xxx February 01, 2007 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Just wondering how long will they take to get back to the candidate..

- xxx February 01, 2007 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

You should give them at least a week. By the way, can you contribute your interview experience with us. It would make this website better :). Thanks!

- Ano February 04, 2007 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Hi How are you...I hope you are doing great. Can we talk about business now

#define BIG_ENDIAN 0
#define LITTLE_ENDIAN 1

int TestByteOrder()
{
short int word = 0x0001;
char *byte = (char *) &word;
return(byte[0] ? LITTLE_ENDIAN : BIG_ENDIAN);
}

- Anonymous October 02, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Hi How are you...I hope you are doing great. Can we talk about business now

#define BIG_ENDIAN 0
#define LITTLE_ENDIAN 1

int TestByteOrder()
{
short int word = 0x0001;
char *byte = (char *) &word;
return(byte[0] ? LITTLE_ENDIAN : BIG_ENDIAN);
}

- NoName October 02, 2008 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More