Reverse the words in a sentence.
Software Development Interview Questions
37,006 software development interview questions shared by candidates
Implement the fibonacci sequence
Reverse the individual words in a string (words are delimited by spaces). Example - "Hello world" becomes "olleH dlrow".
Reserve link listed pair-wise
How can you write a recursive function calculating the exponential of a number?
Consider n people with random birthdays. How large does n need to be before there is at least a 50% chance that two people have the same birthday?
Design a memory management system
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Phone interview question: What happens when the "new" operator in C++ fails?
Describe a data structure for which getValue(int index), setValue(int index, int value), and setAllValues(int value) are all O(1).
Viewing 701 - 710 interview questions