"What do you know about our company?" "Do you have some questions for me?"
Software Interview Questions
748,807 software interview questions shared by candidates
three missionaries and three cannibals must cross a river using a boat which can carry at most two people, under the constraint that, for both banks, if there are missionaries present on the bank, they cannot be outnumbered by cannibals (if they were, the cannibals would eat the missionaries.) The boat cannot cross the river by itself with no people on board. Move all missionaries and cannibals from one river bank to the other.
Skype interview Anagrams, given an array of Strings and return all groups of strings that are anagrams.
Write a program to solve a problem.
// // Write a function that takes a string and returns its length without using built in properties (such as .length or .size()). //
Write an algorithm to print out all of the possible solutions for a^3 + b^3 = c^3 + d^3
How would you implement int atoi ( const char * str );
If you have unmarked two buckets which you know are 3 and 5 gallons in volume and an unlimited supply of water, how would you get exactly 4 gallons of water?
write a function to set a particular field of register to the desired value. ( For example, set bit 3 - 10 of a word to the given value)
What is the running time of quicksoft?
Viewing 2111 - 2120 interview questions