What were the classes in your program that you preferred.
Software Developer Intern Interview Questions
2,874 software developer intern interview questions shared by candidates
Factorial iterative and recursive.
Cloning a binary tree with a random pointer. Distribution of coins - Leetcode Max sum of coins without exempting side by side coins.
First round - code debugging, 2 coding problems, reasoning questions.
The question was to fin the number of time an array was schifted. For example: [1 2 3 4 5 ] is 0 because it is in order [7 5 6] is 1 because it should be [5 6 7] [7 8 9 2] is 1 too.
Frequency of an element in a sorted array.
Find repeated values in a list
How to find the distance between 2 points.
Create a data structure(dont use any stl) which supports inserting/deleting from front and end at O(1) time.
Design a remote control for a 5 year old.
Viewing 261 - 270 interview questions