You got some baby bottle samples. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height?
Developer Database Oracle Interview Questions
711,497 developer database oracle interview questions shared by candidates
Find the maximum value in a stack, with constant complexity
Given a list of numbers and a rand(0,1) function, which returns a random integer between 0 and 1. Provide an algorithm to randomly sort the given list, based on the output of the rand() function, which should be called once for every number on the list. Code the solution in any language of your choice.
He asked the best way to store boolean values on memory. I said an array but he wanted more, so in the end I said BinaryVector class. He asked why a binary vector is a better option but I couldn't answer that. I told him that I don't know the internal implementation.
How would you implemented a priority queue that allows one to get minimum and maximum from the same data structure?
OOPS, String, Multi-threading, collections DBMS - Joins, Keys, Views, Stored procedures
The second coding problem was a dynamic programming problem which was tough.
Where can you apply binary search - sorted array or linked list?
u have a table wilh user information like name,age and sex. Give a smart way to sort the entires based on age.
Given 2 arrays of names, how would you merge them?
Viewing 1981 - 1990 interview questions