Algorithm for minimum cost to complete maze.
Support Java Interview Questions
30,900 support java interview questions shared by candidates
Find a loan from a pool of lenders and provide the most optimal combination based on interest rate
Circuit breaker implementation in Java: The service A calls service B and service C every time. If one service fails 3-times in 10 minutes ( or 20 seconds in the implementation) the next call will be blocked for 5 minutes (10 seconds in the implementation). There was given a simulation of remote method calls, I needed to implement only the execute() which calls the remote service if possible.
Diferencias entre Java 6 y Java 8
A take home exercise, you will have to make your own assumptions .. etc. I cannot disclose the question because I have agreed so.
Find heavier coin from a collection of 9 coins with a scale and minimum weighings.
I had to work on a codebase with a model class, a service interface and a third class with some business logic based on the other two. There were some missing names, logic, etc. The purpose of the interface and the business logic class were provided in javadoc style comments.
me conte sobre sua experiência
Concurrency mechanism in case of same database row being updated .
Viewing 2571 - 2580 interview questions