How do you deal with someone you don't like?
Intern Interview Questions
249,022 intern interview questions shared by candidates
Which department would you like to be placed in?
Tell me a time where you dealt with a conflict that needed innovation or creative thinking to solve.
Difference between C# and JavaScript
Sell me an invisible Pen
Name a time where you faced challenge.
Implement mergesort in language of choice (chose java)
Given a string that contains a sentence, reverse each individual word in the sentence. For example, "Hello to this world" becomes "olleH ot siht dlrow"
How do you remove a node from a singly linked list, given only that node? (no head)
1. In a string of inputs like 1111... followed by 0000..., how would you detect the first occurrence of 0? 2. Given a string of words with all the white-spaces removed, and another array of strings as the dictionary of valid words, reintroduce the white-spaces. Do this by recursion only. 3. Make a square spiral structure using iteration only.
Viewing 1521 - 1530 interview questions