Explain recursion to a 3 year old
Interns Interview Questions
248,590 interns interview questions shared by candidates
Tell me about yourself. How to solve a difficult situation?
Find the sublist with the greatest sum in linear time
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
Given a binary tree, where each node has a third reference which is not yet initialized, go through the tree and point the third reference to the rightmost tree node on the same level. If there are no other nodes to its right, point it to null.
Given a sorted array, write a function that will create a binary search tree from the array.
What are your career goals
If a sorted array is rotated, how to find how many times it has been rotated.
Asked me to introduce my pertinent experiences. After that there was a very easy coding question. Give you an array, find the two numbers that are closest to each other. Return the smallest pair if there are more than one solutions.
implement atoi
Viewing 831 - 840 interview questions