What database behavior of PostgreSQL is observed if no explicit action is specified when deleting a record that is linked to another table via a foreign key?
Java
What components do atomic classes consist of and how are they implemented?
Have other mechanisms for obtaining document status been considered besides polling (e.g., WebSocket or Server-Sent Events)?
What programming paradigm do classes that implement atomic operations in multithreaded programming follow?
What is the difference between the equals method and the comparison operators == when checking object equality in Java?
How can Maven be configured to work with an internal corporate repository?
What is the role of the Bean annotation in the Spring framework and how is it used in component creation?
Explain the principle of operation of a monitor as a mechanism for ensuring thread synchronization.
Which data collection do you use most often and why?
How to ensure immutability of objects in a class?
Who was responsible for setting goals and objectives in your last project?
Explain what is meant by a transaction in database management systems.
Under what conditions should the equals and hashCode methods in Java be consistent?
Can you explain how the Observer pattern works and its advantages?
What are the advantages and disadvantages of using the POST method in HTTP requests?
Can you name two books you read in 2023?
Denormalization: if you put dep_name in employee and remove the department table — how to safely perform this migration in production under load?
What other caching systems do you know besides Redis?
What metrics did you use to evaluate the level of database fill in your last project?