Puzzle problem was given.
Software Intern Interview Questions
17,742 software intern interview questions shared by candidates
If you have the choice of making 2/3 free throw shots or 4/6, which would you choose?
Describe ArrayList and it's operations' time complexities in Java
Print out all the possible words that can be formed from a phone number.
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
Add two linked lists Input: First List: 5->6->3 // represents number 563 Second List: 8->4->2 // represents number 842 Output Resultant list: 1->4->0->5 // represents number 1405
Detect if two strings are anagrams from one another. (Not palindoms! Anagrams are just mixed letters)
The abstract class question was posed differently- he said something along the lines of "Suppose you have an interface in which certain aspects of the implementation could be defined and those would carry over to classes implementing it- when do you think that would be useful?" ."
Reverse a linked list - both iterative and recursive way.
Question regarding how to retrieve the second highest repeated number in array the second question was how to print the nodes of binary tree level wise
Viewing 441 - 450 interview questions