Interview Questions

Questions for Testers at Microsoft

Microsoft Interview Questions and Answers


(Continued from previous question...)

Questions for Testers at Microsoft

  1. "How would you deal with changes being made a week or so before the ship date?
  2. "How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won't fix it.
  3. "Write a function that counts the number of primes in the range [1-N]. Write the test cases for this function.
  4. "Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
  5. "Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.
  6. "Test the save dialog in Notepad. (This was the question I enjoyed the most).
  7. "Write the InStr function. Write the test cases for this function.
  8. "Write a function that will return the number of days in a month (no using System.DateTime).
  9. "You have 3 jars. Each jar has a label on it: white, black, or white&black. You have 3 sets of marbles: white, black, and white&black. One set is stored in one jar. The labels on the jars are guaranteed to be incorrect (i.e. white will not contain white). Which jar would you choose from to give you the best chances of identifying the which set of marbles in is in which jar.
  10. "Why do you want to work for Microsoft.
  11. "Write the test cases for a vending machine.

(Continued on next question...)

Other Interview Questions