How would you test a vending machines? Write some test cases.
Software Development Interview Questions
36,991 software development interview questions shared by candidates
Determine whether a given binary tree is fully populated, where "fully populated" means that every internal node has exactly two children, and all terminal nodes are at the same depth.
Implement strstr in the language of your choice.
Coding, logical thinking, testing strategies, problem solving
find duplicates in an array with space efficiency
Write a function that checks if a number's divisors sum up to that number, i.e. whether it's a perfect number or not.
Write a function that finds all the times a clocks hours and minutes hand are at 90 degrees.
convert strings into int types;
how do you overcome a problem with a coworker?
Reverse a string in a matrix in place. you are given the direction and length of the string.
Viewing 591 - 600 interview questions