Microsoft papers for NIT JSR juniors

Microsoft placement papers for quick revision:


http://code-forum.blogspot.com/2010/11/golden-chain.html

http://code-forum.blogspot.com/2010/12/how-many-times-day-clocks-hands-overlap.html

http://code-forum.blogspot.com/2010/11/red-marbles-blue-marbles.html

http://code-forum.blogspot.com/2010/11/room-with-three-bulbs.html

http://code-forum.blogspot.com/2010/11/find-odd-one-out.html

http://code-forum.blogspot.com/2010/11/jars-and-pills-problem.html

http://code-forum.blogspot.com/2010/11/cross-bridge.html

http://code-forum.blogspot.com/2011/01/circle-drawing-algorithm.html

http://code-forum.blogspot.com/2010/11/cut-cake-into-two-pieces.html

http://code-forum.blogspot.com/2010/12/array-contain-ve-and-ve-element-find.html

http://code-forum.blogspot.com/2010/12/find-duplicates-in-array-of-elements.html

Give a one-line C expression to test whether a number is a power of 2.

http://code-forum.blogspot.com/2010/11/reverse-words-of-string-in-o1-space.html

Give a very good method to count the number of ones in a "n" (e.g.32) bit number.

http://code-forum.blogspot.com/2010/11/reverse-linked-list.html

Give a fast way to multiply a number by 7.

Write a function to find the depth of a binary tree.

Given two strings S1 and S2. Delete from S2 all those characters
which occur in S1 also and finally create a clean S2 with the relevant
characters deleted.

http://code-forum.blogspot.com/2010/11/ants-on-triangle.html

Given a linked list which is sorted. How will u insert in sorted way.

Do a breadth first traversal of a tree. 

Write a program to find whether a given m/c is big-endian or little-endian!

What is the scope of a static function in C ?

http://code-forum.blogspot.com/2010/12/loop-in-linked-list.html

Given a singly linked list, print out its contents in reverse
order. Can you do it without using any extra space?

Given a singly linked list, find the middle of the lis

http://code-forum.blogspot.com/2010/12/reverse-bits.html

http://code-forum.blogspot.com/2010/11/check-for-overflow.html

http://code-forum.blogspot.com/2010/11/classic-basketfruits-puzzle.html

http://code-forum.blogspot.com/2010/12/boxes-of-money.html

http://code-forum.blogspot.com/2010/11/truth-and-lies.html

Pairs of primes separated by a single number are called prime pairs.
Examples are 17 and 19. find nth prime pairs.

visit coders-stop.blogspot.com for more questions
 

Comments

Post a Comment

Popular posts from this blog