How can the performance of SQL queries in a database be improved?
Java
What other ways of connecting and initializing components in Spring Boot exist besides using starter dependencies?
Have you had experience working with databases that do not use a relational model?
What methods are used to increase throughput and horizontal scaling of distributed database systems?
What components or objects can be available or interact during the execution of a method annotated with PostConstruct in Spring?
How do microservices interact with each other?
What is the average time complexity of search, insert, and delete operations by key in a HashMap?
The service is crashing with OutOfMemoryError in production. How to localize the problem?
How is the traceId unique identifier determined at the start of request tracing?
Can you explain the architecture and main components of the Kafka system?
What are the differences between HashMap, ConcurrentHashMap, and SynchronizedMap?
Is it possible to ensure sequential message output from Kafka so that they are in the same order as they were written to the Topic?
What is the difference between using @Service and @Repository annotations in Spring Framework?
Have you ever had to choose or replace the technological tools or platforms used in a project?
Have you used tools for documenting REST API (Swagger/OpenAPI)?
Can it be said that Kubernetes is used in the current project and who exactly manages it?
What levels of transaction isolation exist?
What annotations applied to classes are available for retrieval from the Spring ApplicationContext?
// get list of users who are in a group starting with "X" public List<User> consume(Stream<User> usersStream) { }
Have you used the @PostConstruct annotation in a Spring application?