Given two sets of numbers (as arrays) return the union of the two sets.
Intern Software Interview Questions
17,740 intern software interview questions shared by candidates
There are 9 marbles. All looks exactly same (color, size). But one marble is slightly heavier. You cannot tell the difference with your hand/eyes. But you have a very sensitive and accurate balance (Taraju). You have to pay Rs 1000 each time you use the balance. You need to find out the HEAVIEST marble using the balance least number of time. How many time would you use the balance to find out the heaviest marble?
I was asked to write a function which determines that angle between the two clock hands (minute and hour hands) given a time.
Write functions that convert a string to uppercase or lowercase without assuming anything about the alphabet or character set it uses (for instance, do not assume it is in English or ASCII).
Write a function that takes in an integer array and returns a boolean, whether or not the array has duplicates in it.
What are the technologies you have worked with?
What do you want to get out of this internship?
Implement a function to solve an string given in reverse polish notation.
The interview problems were fairly straightforward. One was given 2 Nodes in a binary tree, find the closest ancestor and the other one was given a 2D array of people who follow one another, determine who's an influencer(followed by everyone, follows no one). Example: If A[i][j] is true, then person i follows person j.
Some histogram question on leetcode. Medium level.
Viewing 251 - 260 interview questions