Which command helps optimize queries in PostgreSQL?
Java
What are the types of exceptions in Java? What is a Multi-catch Exception?
Tell me about 2PC and 3PC — how do they differ?
What monitors are used when using the keyword synchronized? Where can it be placed and what monitors are used there?
In what situations and for what purposes is the static keyword used in programming?
What are Atomic classes and what are they used for?
How does Kafka work with multiple application instances? What is a consumer group, partitions, rebalancing?
What did a typical step in the chain look like?
Tell about design patterns — why they are needed, what groups, examples.
What is Kafka Streams and what is it used for?
What is Kafka and how does it work? How does it differ from traditional message brokers?
What is JPA and Hibernate, and what is the difference?
What is the difference between the @Bean annotation and @Component?
Have other mechanisms for obtaining document status been considered besides polling (e.g., WebSocket or Server-Sent Events)?
What kind of events, from a business process perspective, fall into retry chains and DLT?
Does Kafka topic have FIFO property?
What indexes have you had to use (including covering indexes)?
//Given an array of numbers where all numbers except one have a pair, //find the number that appears only once // // // <= [1, 0, 3, -2, 9, 9, 1, -2, 0] // // => 3 int find(int[] arr){ Map<Integer,
What happens during a Stop-the-World pause? Why is thread stopping necessary during garbage collection?
Did all team members participate in the code review process?