Given an array of integers, find the kth largest integer in the array.
Internship Software Interview Questions
24,857 internship software interview questions shared by candidates
The First problem was to find out the k-th largest number from a integer list.
The third problem was to store vectors with repeated elements, such as 221115555222, 1110011, and then write the method to compute the dot product between two above vectors. I didn't remember the fourth problem, but it should not be difficult.
OOD question about a safe deposit box and with typical insertion, removal, keeping track of max, etc. type features.
Tell me about a project you involved in.
In your previous experiences, what technologies have you used?
What is your greatest strength.
How to make sure Integer Only store positive values
Q: Given a binary tree, prove a data structure of your choice is just as efficient Q: Using C/C++, reverse a string using pointers Q: Write a basic parser for any one of the rules given a grammar (specific example I had): S > C A B | D A B A > aA | epsilon B > bA | b C > DAa | epsilon D > Db | CAA
Fizz buzz, palindrome , and basic OOP questions
Viewing 1951 - 1960 interview questions