Microsoft Interview Question for Software Engineer in Tests






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

1
2

3

8

30
10
5

- Anonymous September 18, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

this is incorrect.
The answer is:
2
3
1
4
1
10
2
1
6

- 12rad September 18, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

garda 1 no..sakka h...:)

- jai November 12, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

2
3
1
4
1
10
2
1
6

- strezh September 18, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

I got this:
2
3
1
4
1
10
2
1
30

- venkatesh.sourav September 20, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

2
3
1
4
1
10
2
1
6

- ramu kumar September 20, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

M(2,0) = {2}
M(3,1) = {3}
M(4,2) = {1 , M(4,1)} = {1 , 4}
M(5,3} = {1 , 5 + M(5,1)} = {1 , 10}
M(6,4} = {2 , M(6,2)} = {2 , 1 , M(6,1)} = {2 , 1 , 6}

- Ankush Bindlish September 30, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

mingle 2
mingle 3
c = 1
mingle 4
c = 1
mingle 10
c = 2
c = 1
mingle 6

- Anonymous February 28, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

ya i also got 2 3 1 4 1 10 2 1 6

- laasya1991 September 12, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

find thwe output:

int m;
for(i=0; i<=10; i++);
printf("%d", m);

- geetanjali bhandari May 04, 2015 | 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