What methods are used to implement dependency injection in the Spring framework?
Java
Explain the concept of distributed request tracking in microservices architecture.
Is it possible that after adding a new key-value pair to a HashMap, searching for a value by this key returns null?
At what point in the Spring Bean lifecycle process is the proxy object created and set?
For what reason are data structures like Map used to implement caches?
Describe how automation of build and deployment is implemented in your latest project.
Have you developed your own module or starter project based on Spring Boot?
What are some ways to reduce memory consumption in an application or system?
What is the significance of the correct column order when forming a composite index?
What level of transaction isolation is best to apply for a users table if each user works only with their own record?
How can Entity Graph be used in JPA to optimize queries?
What difficulties may arise when using composite indexes in a database?
Could you explain the purpose and usage of the @SpringBootTest annotation in testing Spring Boot applications?
What are the main requirements for Entity classes when using JPA?
What are the main approaches to dividing a monolithic application into components?
What are the parts of the memory area in the Java virtual machine?
What is the main role of creating individual starts in Spring Boot and what are their advantages?
What is the role of the proxy mechanism in Hibernate and why is it used?
Can you explain what Java Persistence API is and how it is used to interact with a database?
What causes a conflict when sequentially applying the rebase command to merge two branches with their common base?