Questions from the resume and tons of questions related to programming.
Software Developers Interview Questions
96,321 software developers interview questions shared by candidates
What does the operating system do when you call a function?
If you had twelve identical looking-balls except that one weighed more or less than the other 11, and could weigh the balls (or any subset) three times, how can you find the correct ball and whether it weighed more or less?
How would you write a sort routine to ensure that identical elements in the input are maximally spread in the output?
Given 2 eggs, how would you find the exact floor at which the egg breaks when thrown from a building comprising 100 floors
How would you print a linked list in reverse order?
If 3 lumberjacks can cut down 3 trees in 3 days, how many trees can 12 lumberjacks cut down in 12 days?
Questions about the basics of main subjects including DS, DAA, Java, C++, C, SQL etc.
Given an array of integers, find the sub array with the largest sum. (must be done in linear time)
How will you check to see if two integer arrays have any common elements?
Viewing 131 - 140 interview questions