Java Support Analyst Interview Questions

30,900 java support analyst interview questions shared by candidates

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.
avatar

Associate Java Developer

Interviewed at Wise

3.6
Jan 22, 2022

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.

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.
avatar

Senior Backend Java Engineer

Interviewed at Wise

3.6
Feb 19, 2026

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.

What is exception? when should occur NullPointer exception?write a program for NullPointerException? explain about singleton design pattern? Write a thread safe Singleton class. can we write a class in scriptlet? Expalain abou Hashset?
avatar

Java Developer

Interviewed at Dell Technologies

3.7
Jul 23, 2016

What is exception? when should occur NullPointer exception?write a program for NullPointerException? explain about singleton design pattern? Write a thread safe Singleton class. can we write a class in scriptlet? Expalain abou Hashset?

Viewing 2581 - 2590 interview questions

Glassdoor has 30,900 interview questions and reports from Java support analyst interviews. Prepare for your interview. Get hired. Love your job.