1. Why do u want to work for Microsoft? 2. How would you test a calculator 3. Talk abt a project and the biggest problem u faced while doing that project 4. Advantage of using java over c++ and vice versa
Intern Software Interview Questions
17,771 intern software interview questions shared by candidates
Write a program to reverse a linked list
Unexpected question was to design and develop a function to draw a card from a deck. The interviewer said that we are going to Vegas to sell this product. It should draw cards at random however it should not be predictable and so on.
Implement an online LRU cache to keep track of browser history (not worded in that way, but after the interview, I realized this was effectively what they were asking) e.g. keep track of the 5 most recently seen items without duplicates.
how to explain recursion to a kid
What are your preferred coding languages?
What is the difference between a stack and a queue?
Design an algorithm that would shuffle a deck of cards
Interviewer asked me some big data question, like how you would keep track of the top ten most popular events/people ignoring noise. Haven't had much big data experience so I made up something. Then we went onto a coding problem where I was asked to: Write a program, input a number. This program would repeat certain set of mathematical operations (Take digits out of number and square the digits, combine the sum) If at any point the sum is 1, return true, otherwise return false.
Nothing, the questions were simple and logic based.
Viewing 1781 - 1790 interview questions