Implement a stack using a Queue
Developer Database Oracle Interview Questions
711,100 developer database oracle interview questions shared by candidates
(1) two sums : given a list of numbers, return the indexes of two values whose sum is a given value. (2) Revers a string list
ii) In a file or one million words find a pattern of words.
count the number of times a word has occurred in a given string
Reverse a String eg: I am a boy ans : boy a am I
Which sorting algorithm would be good for sorting small-sized integer arrays and why? What is the performance? What about for large-sized integer arrays?
Find the length of the longest palindrom in a given string
In Array find largest second number ?
You are given 1000 containers of water with exactly one container containing poison. You can use pigs to test which container contains poison. The conditions are that: A pig drinking the poisoned water woudl die exactly after 1 hour and that a pig could be used for sampling multiple containers. Assume that the pig takes 0 time to drink water from any number of containers. What is the minimum number of pigs would you use to identify the poisoned container within 1 hour.
I had a difficult question about a cuboid composed of smaller cubes. How many cubes are there where exactly two faces of the cube are exposed?
Viewing 1701 - 1710 interview questions