Given a list of meeting times, which may overlap, return the minimum number of rooms required to accommodate all the meetings.
Intern Interview Questions
248,934 intern interview questions shared by candidates
The questions were average interview questions. I can't think of a specific one that was difficult or unexpected.
4. What is the format of the floating point number? What does the following code do? Does it terminate? Float f,g; f=0; do{ g=f++; } While ((f-g)!=0);
Given an array of 1000 element, how will you find the element repeated twice in O(n) complexity
Q) How would you all values from the nodes of a given binary tree into a string and then deserialize the string and put it back in the binary tree?
Find depth of a binary tree
Reverse a linked list
Given a 5x5 board containing random characters, find all words that can be formed from consecutive adjacent (diagonals count) characters.
in an array of characters find the character that is repeated the most
Consider a simple array. What is the time complexity to insert, search, delete an element?
Viewing 411 - 420 interview questions