Write pseudo code to print one word for a sequence when it's divisible by 3, another word if it's divisible by 5 and both words if they are divisible by both 3 and 5
Developer Interview Questions
270,956 developer interview questions shared by candidates
Given a list of numbers build and place the numbers into a sorted binary tree.
Given an array of numbers, create another array of numbers. Calculate each new array number by multiplying all input array numbers, except for the current number position in the new array.
You climb a 60 foot tree and have the ability to span up to 3 feet at a time. What's the minimum number of branches you'd have to touch to get the top?
if a function returns itself, what will happen if it's called.
How would you find the largest value in an array?
sorting the red and green balls.RRRRRGGGGGGGG to RGRGRGRGRGGGGG
How do you remove extra parenthesis in a given equation Ex: ((a+b))*c should be converted to (a+b)*c
Write a function to cause stackoverflow.
How to find the medium number of a given array.
Viewing 481 - 490 interview questions