Given an integer N and an array of unsorted integers A find all pairs of numbers within A which add up to N. (This is the only question I can remember and I had trouble thinking of an answer at the time)
Engineer Intern Interview Questions
18,167 engineer intern interview questions shared by candidates
Find the largest possible difference in an array of integers, such that the smaller integer occurs earlier in the array.
5 Guys went for dinner.. and were going to sit on a round table having 5 seats.. their birthdays are not same .. probability of getting them seated in inc/dec order of their age.
What would you do if you had four projects, one due today, one due in a week, one due in a month and one due in a year?
they asked me to code for such a question: the input was a string and I was supposed to output the longest sub string with only 2 distinct chars in the sub string.
The dude basically asked me "what weird things have you found in using C?" Odd question...
Write a program that sees if two binary trees are equal.
Write a program that reverses the words in a sentence.
A couple tricky questions. One required writing a modified binary search, the other dealt with data structures and how to efficiently check if a given set of numbers contained two numbers summing to some other number x.
Linked list memory management: deleting a node from the middle of a list was easy. Next question - how to delete a node from the end of a list. Was too tired to think and realize this was a trick question.
Viewing 91 - 100 interview questions