Whiteboard cloud architecture for some services.
Lead Backend Developer Interview Questions
15,484 lead backend developer interview questions shared by candidates
What are microservices and how do they differ from a monolith? java versions differences
How do you make code run very fast with very little memory?
What do you do if you need to rollback?
What types of operations can you do on streams? (intermediate and final operations - what is the diff?)
What are your strengths and weaknesses?
To write the backend implementation for a loan feature
Basic Java Questions
Mostly architecture and design questions.
The EventPublisher class is designed to manage events with four main functions: on to add events, off to remove them, emit to run all registered events, and once to add an event that will run only a single time. Each event is represented as a string and can have multiple associated functions that execute when the event is triggered. These functions are stored as a list of Consumer objects, allowing multiple handlers to run in response to each event.
Viewing 8971 - 8980 interview questions