All technical rounds are dealing with design patterns. You have to define your classes and write down some algorithms to fulfill the functionality. I was also asked a DP problem.
Software Development Programmer Interview Questions
33,184 software development programmer interview questions shared by candidates
Signed NDA. Definitely review algorithms and basic data structures.
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.)
Viewing 951 - 960 interview questions