explain what is hashing and how does hashing works
Software Development Programmer Interview Questions
33,184 software development programmer interview questions shared by candidates
Find substring 'substr' in string 'str'
Given array of integers representing historic stock prices. Find the buying and selling points to maximize the profit. (original: You can hold the stock for only 30 days maximum.)
An integer is represented in binary as a sequence of 0's and 1's. Write a function that returns the number of 1's in the binary representation of a given integer.
1) how do find out if there is a path from root to leaf whose summation= given number?
Bar raiser Given a NumberPool containing number sequence of numbers from 1 to infinity. Implement an interface, essentially two functions- checkin(N): which adds number to the number pool and makes it available. checkout(): returns minimum number from the pool and makes it unavailable.
Describe the thread states in Java
What is the name of the Java garbage collection algorithm
3. Write the Test cases for the amazon review page which has these things on that page: stars to rate the product two edit boxes: 1 for title, 2 for review two buttons: ok and cancel.
Given an array of integers and an arbitrary integer, find the number of pairs of integers in the array whose sum is equal to the arbitrary integer.
Viewing 921 - 930 interview questions