A lot of tree traversal questions. Also implement mergesort.
Software Engineer Intern Interview Questions
9,436 software engineer intern interview questions shared by candidates
One of the questions was merging of k-sorted arrays. The solution expected was the one using heap.
Lots of rapid-fire Java-specific questions. ex: what is the diffference between ArrayList and Vector? What is the purpose of the finally statement?
Questions about system architecture of database system.
explain hash table and binary tree
How would you go comparing two sets of objects
What is your favorite thing about programming?
You are given a string with billions of characters spread across many geographically separate machines. Devise a distributed algorithm to find the first non-repeating character in this large string.
There were some questions based on graph theory that were very simply stated, but required a very well-thought-out precise solution.
.First interview asked BST and 2sum in an array including time and space complexity questions. The second one asked me to merge to sorted array and something about arraylist and linkedlist.
Viewing 9151 - 9160 interview questions