How did the system understand which path to take or how to differentiate documents? What did it rely on?
Java
Has there been a case in practice where an object needed to be made immutable?
Tell us about the design patterns you used in the project
How to correctly create and configure a script for managing database migrations using Liquibase?
What happens during a Stop-the-World pause? Why is thread stopping necessary during garbage collection?
Did you work on a web-oriented application in your last project?
What are Spring Profiles and how to configure an application for different environments? How to influence the bean creation process?
Where is the primitive int (for example, the number 3) stored?
Are you considering changing your current project or team?
What consequences can arise from using an object that can be modified as a key in a hash table?
Which key methods are activated when adding an element to a HashMap?
In which cases should you apply the @Component annotation in your Spring application?
What is the role of JSESSIONID in cookies and how is it used in the context of server sessions?
Describe the sequence of program execution.
Is it possible to declare a Stream as a variable within the use of the Stream API for data processing?
What is the role of transactions when interacting with database management systems?
What components within HashMap are used for comparing keys during search or insert operations?
Did deduplication occur through the deduplication mechanism or through the implementation of idempotency? What is the difference?
Have you worked with Kubernetes in your last project?
How does HashMap behave when using Hibernate Entity objects as keys if the equals and hashCode methods are not overridden?