Implement Fibonacci in log_n time
Development Engineer Interview Questions
37,106 development engineer interview questions shared by candidates
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
Hardest question was how to sort a linked list using recursion only. I knew the iterative solution but couldn't come up with recursion. Very difficult.
You are given two buckets. One holds 3 gallons and the other holds 5 gallons. Have do you make 4 gallons of water?
how much memory is int[3000][3000] in bytes and then in MB's. should this size of memory be allocated or static?
Reverse a string in a matrix in place. you are given the direction and length of the string.
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?
what is method overloading and overriding? Difference? Give examples.
Viewing 561 - 570 interview questions