Given an integer as input, return how many 1's are in the binary representation of that integer.
Development Interview Questions
137,427 development interview questions shared by candidates
The question that I was asked "Find all the colinear points given a set of coordinates in a plane"
Implement a Find-Replace function given a string of text, search string, and replace string. Also a seemingly simple question became very difficult and complex when looked at through the eyes of a tester. A question involved writting a function to classify a triangle given its side lengths.
How to insert a Node in a Linked list.
All sorts of brain teasers (monte hall problem, etc)
Reverse the words in a sentence.
Print all permutations of a string *using no extra memory\data structures* (pointer variables are ok) + after i solved that it became tougher - handle duplicates (E.g aaab permutation should not print duplicates)
how to reverse words in a string preserving the formatting
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?
Reserve link listed pair-wise
Viewing 1101 - 1110 interview questions