What is important to you in a new project?
Java
Why are you entering the labor market?
What scopes are available in Spring? What is singleton scope?
How do you assess your level as a developer (junior/middle/senior)?
There is a Spring Bean with two methods A and B, both annotated. How to call method B from method A so that the annotations work?
Are you familiar with Virtual Threads in Java? Do you know the concept of coroutines and goroutines?
Into which microservices should you split an online store?
How to protect against inheritance and overriding of getters (so that colleagues cannot override the getter and remove protective copying)?
How was the team glued together?
Is Spring a framework or a library? What is the difference between a framework and a library?
Tell me about your last project: what you did, what tasks were, what stack?
What scopes do Spring beans have?
How does the GoF Mediator pattern differ from Proxy?
Table person with a list of employees id name 1 Petya 2 Vasya 3 Kolya Table payment with salary accruals id person_id payment_value [phone] It is necessary to write a query to select the names of employees with total accruals greater than 100
In which locality were you born?
Tell me about gRPC: how it works, what are its advantages over REST?
Write a Java method that takes a string and returns character statistics (how many times each character occurs)
What version of Java did you use? What about experience with Postgres — just queries or optimization too?
What is Kafka's transactional mechanism? How does it work?
When is it better not to use parallelStream?.