All questions were straightforward and not tricky.
Intern Software Engineer Interview Questions
9,359 intern software engineer interview questions shared by candidates
2.find max height of n ary tree
binary search
I don't want to give the exact interview question, but here's something similar that any company might ask - given a binary tree and an integer corresponding to a level in the tree, print the contents of the nodes in that level of the tree from left to right.
Describe how hashtables work, and traversals for trees both recursive and non recursive
Algorithm optimization question.
memory management
java function to find the word count on a string
Round1 : first coding question was to merge to unsorted arrays.
Implement a trie.
Viewing 2571 - 2580 interview questions