Microsoft Interview Question for Software Engineer in Tests






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

en.wikipedia.org/wiki/Algorithmics_of_sudoku

- S August 12, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

do you want a program that will tell whether a 9X9 array is a solution?
or
do you want to generate the possible solutions?

- sp August 16, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

want to know the best solution for this. I did this by creating 2D array but seems like interviwere wasn't impressed

- neetu August 18, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

jo aata ho wahi bata do. Pooch kya rahe ho..

- anonymous August 20, 2010 | Flag
Comment hidden because of low score. Click to expand.
1
of 1 vote

"jo aata ho wahi bata do. Pooch kya rahe ho.." Nice reply :)

- Paul October 01, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

"jo aata ho wahi bata do. Pooch kya rahe ho.." stupid indians, go fuck yourself!

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

hate_Indians, you must be an indian, thats why you understood the language, shame on you!

- X November 20, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

@X
You obviously dont know who socrates was ...

- SocratesChela October 17, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

<pre lang="java" line="1" title="CodeMonkey90789" class="run-this">/* The class name doesn't have to be Main, as long as the class is not public. */
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in));
String s;
while (!(s=r.readLine()).startsWith("42")) System.out.println(s);
}
}

</pre>

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

wtf is that

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

answer to life everything and universe

- Anonymous December 10, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

NA

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

hate_Indians is one son of a bitch ;) Lund Fakeer

- Rasmus March 15, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

can this be answered in an interview tense moments :(

- m August 24, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

I was asked this question too..

- soni vashisht December 26, 2011 | 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