Are you familiar with the REST maturity model (Richardson Maturity Model)?
Java
What is the difference between the annotations @Component, @Service, @Controller in Spring?
What design patterns are implemented in the Java standard library?
What should be in the configuration file of a Spring Boot application?
What is the feedback format after an interview?
How to create a custom exception in Java?
Как работали с ресурсами до появления try-with-resources?
Как работает try-with-resources в Java?
Have you worked with Spring before Spring Boot? What are the main differences?
How does REST relate to storing user data (e.g., in an online store)?
What other methods does Iterator have besides hasNext, next, and remove?
What is REST and how does it differ from a regular HTTP API?
What is the difference between AutoCloseable and Closeable?
What technologies are used in teams? Is Kotlin included?
How does the Iterator interface work? What methods does it contain?
Have you used Planning Poker or other task estimation methods?
What is the difference between Iterable and Iterator interfaces?
What is the difference between checked and unchecked exceptions? When should RuntimeException be used?
Are checked exceptions present in Spring?
What operations in Java require handling checked exceptions?