Logic puzzle: If we have 3 doors and we need to choose the one with the prize. We choose one and then the host opens one of the other two doors. Should we change our answer after that?
Intern Software Interview Questions
17,721 intern software interview questions shared by candidates
Basically, "solve FizzBuzz in sudocode" - asked by a nontechnical HR interviewer, because "an engineer told them to ask", and "I don't have to do it if I don't want to".
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.
Frequency Counting of Words / Top N words in a document. Given N terms, your task is to find the k most frequent terms from given N terms. Needs to be O(N)
Asked questions about the projects that i had done previously. Asked a c programming question which I answered.
What experience do you have with software?
Viewing 1781 - 1790 interview questions