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.
Software Intern Interview Questions
17,721 software intern interview questions shared by candidates
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.
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