Given a dictionary of words and a 4x4 boggle board, see which dictionary words you can make.
Software Engineer Intern Interview Questions
9,335 software engineer intern interview questions shared by candidates
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.
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.
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?
Questions on dp, pre computation kind of stuff
Given training data as list of tokenized words [[“I”, “am”, “a”, “person”], [“I”, “am”, “good”], [“a”, “person”]] write a predictor that predict a word’s most frequent bigram e.g. predict(“I”) -> “am” predict(“a”) -> “person predict(“am”) -> “a”
Write down different versions for computing the fibonacci sequence.
Viewing 611 - 620 interview questions