How to determine whether an exception is checked or unchecked in a programming language?
Java
What problems may arise when injecting dependencies through fields in a class?
What are the disadvantages of using a static method when implementing the Singleton pattern?
What types of indexes are available in Postgres and what are they used for?
Tell me about the methods of the Object class in Java
What are the main methods of the Object class used for working with threads and synchronization?
```java public class DoWork { public static void main(String[] args) { work(); } public static void work() { try { work(); } finally { work(); } } } ```
Have you had experience creating and using triggers in your projects?
Fundamental differences between Kafka and RabbitMQ.
What components do atomic classes consist of and how are they implemented?
How can you get all registered implementations of an interface Bean in the Spring context?
How to run a method in a separate thread in Spring?
How is responsibility delegated within the team?
Чем отличаются функции sleep, wait и yield в контексте многопоточности?
What are the main characteristics of meta-information about a bean in its Spring definition?
In what situations and for what purposes is the static keyword used in programming?
Did the service have its own meta or did it operate without it?
Have you used the RabbitMQ messaging system in your projects before?
Can you tell about how you worked with data collections in your last project?
How comfortable are you in criticizing, defending your point of view, and taking a proactive stance during architectural discussions?