What are the main tasks and goals set by a specialist in their professional activity?
Java
Are specific annotations from the Spring package used with @RestController?
What is the difference between the scope of Singleton and Prototype in the context of dependency injection?
How does storing information in PostgreSQL using built-in methods differ from simple storage as text data?
What is the structure of the Java collection framework?.
What data structure provides the highest speed with the Command pattern, and what can replace this pattern?
Tell me how you eliminated the N+1 problem in your recent project.
What behavior does the 'volatile' keyword in Java ensure?
Are collisions a characteristic feature of data structures like lists?
What methods and features exist for deleting data linked with foreign keys in a database?
What methods do you use to confirm the quality and reliability of your code?
Can you explain what is meant by 'Fraud' in the context of information security or financial systems?
What principle should be followed when creating an immutable class?
What affects the greatest time complexity when inserting an element into an ArrayList?
In what situations is it recommended to use an abstract class in object-oriented design?
Have you ever faced situations where you had to make difficult or non-standard decisions?
How did you identify and fix errors in your last project?
Name the main implementations of the Map interface in Java.
Can an object access the private variable of another class, and if so, how?
Can you provide a real example of a situation where mutual resource locking occurred in a system or life?