What significant results or achievements have you accomplished in previous projects that you are proud of?
Java
Was a service implementing the REST architectural style developed in your last project?
How is locking performed when calling a static method declared with the synchronized keyword?
How exactly is the procedure for removing elements from an ArrayList implemented within its internal structure?
What tools or technologies do you use to interact with databases?
Can the HTTP protocol be considered blocking or non-blocking in the context of request execution?
Can you establish a remote connection to the server to perform operations?
What is the difference between using ReentrantLock and the built-in synchronized keyword in Java?
Can you explain what system resilience to data partitioning or network failures means in distributed systems?
What areas or tasks are you interested in developing in the future?
What steps are necessary for the @Transactional annotation to work correctly in your application?
Какова роль уровня изоляции транзакций Repeatable Read в обеспечении согласованности данных?
Can you explain what profiling in Spring Boot means and what it is used for?
How did you organize data transfer to the marketplace in your last project?
What are the advantages and disadvantages of using iterators in programming?
What is the purpose of the @Transactional annotation in database operations?
What steps will you take if the application crashes due to insufficient memory?
Is it possible to use the synchronized modifier for a static method in Java?
What are the ways to implement exception handling in a program?