Can you list the main components and management tools in OpenShift?
Java
What criteria and conditions must fields in a class satisfy?
What are the differences between merging changes in Git using rebase and merge when conflicts occur?
What is the part called that is responsible for settings and parameters in Spring Boot?
Can you list the main components of JPA and their functions?
What is the main role of the Jakarta EE platform in enterprise application development?
How to determine the time complexity of the get method in a HashMap data structure?
How can the cherry-pick operation be used to transfer a specific commit from one branch to another?
What does the LazyInitializationException mean and in what situations does it occur when working with ORM?
How is the stack data structure implemented in JVM?
Can you explain how to implement a distributed transaction within a microservices architecture?
Share your experience using Spring Security in projects.
What is the role and purpose of functional interfaces in programming?
Can you explain what RestTemplate is in the context of Spring Framework and how it is used to perform HTTP requests?
Is there a code review process organized by the team within the project?
How have you used the @Transactional annotation in Spring and what was your experience with it?
What is the time complexity of adding an element to the end of an ArrayList?
What is the difference between @Bean and @Component annotations in Spring, and in what situations are they used?
Explain the level of transaction isolation where uncommitted data can be read, and what characterizes it.