Signed NDA. Definitely review algorithms and basic data structures.
Software Development Interview Questions
36,992 software development interview questions shared by candidates
signed a nda
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.
1) how do find out if there is a path from root to leaf whose summation= given number?
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.
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.)
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.
Viewing 1041 - 1050 interview questions