In what cases will the finally section not execute?
Java
If we use POST, but HTTP (not HTTPS) — what then?
How many parallel streams are there in parallelStream by default?
Experience working with Project Reactor, WebFlux, WebClient?
How to find a memory leak (Heap Dump analysis)?
What is the main difference between using the map and flatMap methods in the Stream API when processing data streams?
What collection do you use for the top 10 most expensive products in real-time with support for a sorted list?
What collection should be used for an LRU cache that removes the oldest element on overflow?
When is it better not to use parallelStream?.
Which collection to use for a results table sorted by last name and searchable by key?
Why are you entering the labor market?
What is the reason for organizing methods into groups in programming?
How do you assess your level — mid or senior?
What exactly can go wrong if we do not take care of synchronization? What is a Race Condition?
Explain the principle of using try-with-resources in Java for resource management.
How to evaluate the time complexity of adding an element to an ArrayList?
What is SOLID? Provide examples of principles.
When might the finally block not execute?
How can a duplicate of a collection be made in memory?
What is the role and purpose of Spring Boot Starter components in a project?