Given a random array, how can you find the median without using any know sorting algorithm?
Development Interview Questions
137,356 development interview questions shared by candidates
what was the one question you had expected ut were not asked?
I am given eight same size balls, one ball has less weight than others, how to find the ball in two step.
Being only the first interview, there were no hard questions, but they asked why I liked library A or library B and such questions.
The good ol' triangle problem.
merge two sorted arrays in sorted order?
Which cycle performs quickier? for (int i=0; i<1000; i++) for (int j=0;j<100;j++) or for (int i=0; i<100; i++) for (int j=0;j<1000;j++)
Reverse the words in a string.
One example that I thought was interesting: given a list of points, find the line that goes through the greatest number of them.
I got a brain teaser question that how can I make the most number of triangles with 9 wooden stick.
Viewing 1751 - 1760 interview questions