Where in real life is prototype scope used?
Java
Where in regular Java can you encounter ForkJoinPool without explicitly creating it?
Can you explain the concept of type erasure in the Java programming language?
Which vendor supplied the used version of JDK in your project?
Реализуйте thread-safe RateLimiter: не более 5 запросов в секунду для одного userId, метод isAllowed(String userId).
Can you list the main operations performed at the end of data streaming processing?
Explain the mechanism of the @Transactional annotation in Spring Framework and how it manages transactions.
What alternatives have you used for collection processing instead of Stream API in your last project?
Have you used monitoring systems in your last project?
Is it advisable to interact directly with the client during project development?
Can a data stream in a Stream be processed in a single-threaded mode?
How to implement counting processed records when using multithreading?
Have you participated in educational courses or training related to software development?
Do you have experience working with JSON format?
Do you use search engines to find solutions and information on development issues?
Which programming languages, besides Java, have you used in practice?
Tell us about your experience working with the LinkedList data structure.