Почему в Kotlin нет checked exceptions в отличие от Java?
Java
Tell about your journey in Java development over the last 3-5 years. What kind of projects, architecture, stack, teams? Mention the evolution with AI application.
В чём разница между фабричным методом (паттерн) и фабричным классом?
What books on software design and development have you read in recent years?
What is the difference between the Callable and Runnable interfaces? Why are they called differently?
What are your red flags — what would you definitely not want to work with?
Tell me about yourself. Your last two companies — [company 1] and [company 2]. What did you do?
How is HashMap structured?
The client is trying to withdraw funds that are no longer available (fraud). What will happen on the developer's side?
Tell about your work experience and interesting projects.
Ten application handlers constantly fetch tasks from the database and process them. How to prevent a situation where two instances of the application pick up the same task?
On which project did you work at [company]?
Why is it not possible to create indexes in advance just in case?
What does 'not keeping state on the broker' mean in the context of Kafka?
Spring Cloud Gateway — MVC or reactive? What functions does it cover?
Обладает ли топик Kafka свойством FIFO (First In, First Out)?
Why did you leave [company]?
Were there any document signing with electronic signatures in the document workflow? How did it work?
Tell me more about the project: stack, load, microservices, what you did
Можно ли безопасно удалять элементы из списка через Iterator.remove() в цикле while?