OA: focus on greedy algorithms Interviews: Text message chunking, Minesweeper score
Software Intern Interview Questions
17,767 software intern interview questions shared by candidates
Como você resolve problemas?
Given a list of names write a program which counts the number of occurrences in the list and print to console.
Given a list of names write a program which counts the number of occurrences in the list and print to console.
Eliminate replicates in a string
I was asked to think about the drop down search box in a browser like Firefox or Chrome. The question was, given that the user types a few characters and we present them with suggestions, how do we decide what suggestions to give them, what order to present them in, and finally, how do we know if we did a good job? Once we had discussed this for a bit, I was then asked to actually come up with an algorithm for finding suggestions quickly, with out having to search through all the possible suggestions for each character the user typed.
What is you biggest challenge in your life and how did you deal with it?
Fair regular expression parsing questions
How would you go about testing a distributed system such as Gmail, before releasing it to the public. How would you simulate realistic server load ?
Differences between Java and C++
Viewing 1571 - 1580 interview questions