What are the concepts associated with Object Oriented Programming
Intern Engineer Interview Questions
20,672 intern engineer interview questions shared by candidates
tell me about some of your personal projects?
They were majorly around dp, bst and game theory and few puzzles
A Dsa problem based on string manipulation Another problem based on logic and thinking way is tested. Problem was, to find the angle between hands of a clock on an analog dial.
Reverse a linked list
Given a dictionary of words and a 4x4 boggle board, see which dictionary words you can make.
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.
Viewing 1121 - 1130 interview questions