What parameters and settings do you usually specify in Spring Boot configuration files for your project?
Java
Where is the static field located in the class and how does it work?
What does the Criteria API do for executing differentiated queries?
What are the main tasks and responsibilities a business analyst should have in their professional activity?
Who is in your team and how are roles distributed within it?
What network protocols have you used in your practice?
For what reasons does the HashMap data structure not allow the use of null as a key?
Why does calling a private method marked with @Transactional annotation not lead to transaction execution?
How and where can you access system logs?
Could you tell me about the types of class loading mechanisms in JVM?
Have you used Entity Graphs in your projects for dependency management or query optimization?
What level of visibility scope should be specified for the controller to be able to track the execution of requests?
What steps will you take to analyze the logs?
How is the internal data structure organized in the HashMap implementation?
How does the orchestrator ensure unique numbering for each incoming request?
Was your last project implemented as a monolithic application?
How does an object instance update its dataset?
Can there be difficulties when passing entities containing a ManyToOne relationship in @RestController?