The general OOP process, including virtual functions and then some basic DP / graph questions
Software Intern Interview Questions
20,223 software intern interview questions shared by candidates
What do you mean by binding in Java?
You're in a conference room and the window is broken. What's the temperature outside?
1. How do you test a keyboard? 2. Given nine items and one of them is heavier than the others, how do you find the heavier one using a scale twice?
You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
How to check if a Binary tree is a BST?
Explain your projects, what concepts and technologies were used
how to transfer data represented as a binary tree from an application to another if you had no helping tools, and only using the language you used to code?
One ques was that in a binary tree, if node is a leaf, add duplicate nodes there
there is an array of size n that represents rooms , just one door is open (at index 0), and each room contains keys to the other rooms, we need to check if there is a way to get into all the other rooms.
Viewing 961 - 970 interview questions