How to implement a combined index in a database to speed up searches?
Java
Is the bean object initialized at the moment of calling the BeanPostProcessor method?
Explain the mechanism of the TreeMap data structure and how it implements sorting of elements.
What is the difference between Spring Boot and the core part of the Spring Framework?
How have you used Spring Boot in your projects and what is your experience with this framework?
Can you list the main methods provided by the Stream API in Java?
Can you give an example of violating the Liskov principle when using standard libraries?
Explain what the @Configuration annotation in Spring means and how it is used in application configuration.
Can you delete an element from HashMap using its key?
What methods exist to ensure cyclic dependencies in dependency injection using Spring?
What design pattern is the basis of Eureka service operation?
How can logging be configured and maintained in an application developed with Spring Boot?
How can an object be made immutable after its creation?
Do you create automated tests for your code after writing it?
Should test scenarios be changed if their successful passing becomes impossible with the correct implementation of the function?
Do you perform automatic code checks?
What is the time complexity of operations in a HashMap when a tree is used inside to resolve collisions?
Under what conditions can the use of the @Transactional annotation be ineffective or not work properly?
Does using the 'volatile' keyword guarantee safety when working with multiple threads?
Is it possible to run a database and a microservice in the same container inside a Kubernetes Pod?