There were no difficult questions. Descriptive questions: the difference between arrays and linked lists, how to insert into an array and a linked list, how to remove from an array and linked list. He also asked me questions about quick sort vs. merge sort, Big O, and another algorithms question -- which I could not answer, because I had not taken the course. Coding exercise: build a Binary Tree (not BST) and implement a getDepth() method that returns the depth of the tree.
Intern Software Interview Questions
17,763 intern software interview questions shared by candidates
2 sum.
find if two linked lists join each others or not and if yes where is the intersection point.
question which was to remove the nth node from end of the linked list.
find missing number in array (leetcode question)
What are the four concepts of java?
when two computers want to communicate with each other, how do they verify that the computer's name is valid?
On a linux system, how would you schedule a task to execute a week from now?
Create a program that removes all repeating integers in a LinkedList
Questions on dp, pre computation kind of stuff
Viewing 1111 - 1120 interview questions