Microsoft Interview Question for Software Engineer / Developers






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

This question is similar to this one (http://www.careercup.com/question/?q=b5f73ade-0cdc-40c3-80fa-da5fe544f072)

- vodangkhoa March 06, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Not the same question. Other question relates to Binary tree and this is a B-tree which is n-ary.

- Temp February 09, 2008 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

This link is not working for me.
Please write search tags of the Duplicate Question.

- YetAnotherCoder September 30, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

That link is pre-redesign, which is why it doesn't work.

- Gayle L McDowell September 30, 2008 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

what is the question looking for?
for build a B tree, we can use index of the array, parent node is i, child node is 2i+1, 2*i+2.

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

sorted array of integers means they have given in-order traversal. so , it will be similar to the question of building B- tree from in-order array.

- glimpse February 12, 2010 | 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