Just 5 algorithmic questions over 2 interviews.
Developer Internship Interview Questions
23,908 developer internship interview questions shared by candidates
Binary search & binary tree traversal
Given an array of integers, find the kth largest integer in the array.
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.
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
Merge two sorted linked lists
Viewing 1891 - 1900 interview questions