What tools or libraries for multithreading have you used in your projects?
Java
What happens if you insert a record with a null key into a HashMap?
Was your last project implemented as a monolithic application?
What are the main tasks and responsibilities a business analyst should have in their professional activity?
Do you have experience working with the concept of distributed computing?
How do you implement working with JPA in your projects?
For what reasons does the HashMap data structure not allow the use of null as a key?
Can you explain what is meant by mutation testing method?
Can you explain the differences between Mock and Spy in Mockito and when to use them?
Explain how and why requests can be processed in one or multiple threads in a web application controller
Why is it recommended to avoid using stored procedures in databases?
In which case is it appropriate to use the HAVING operator in SQL queries?
What happens if multiple Consumers are run on one partition, and why can this be problematic?
Is it possible to form SQL queries working with objects and their relations instead of directly accessing tables?
Where are string data usually stored in a system?
What limitations exist in the PostgreSQL database management system?
How to ensure reliable and error-free retrieval of related data in ORM or other methods?
Were data requests in your last project processed synchronously?
What methods can ensure reliable and error-free access to related data in object-oriented systems?
Have you ever upgraded a project from Java 8 to Java 11, and what were the features of this process?