normal interview .should know basics in your area of studies
What is Spring Boot?
Spring Boot is an extension of the Spring Framework designed to simplify the process of setting up, configuring, and deploying Spring applications. It provides a number of tools and features to create production-ready applications quickly, without needing extensive configurations. It uses an embedded server (like Tomcat or Jetty) and simplifies the setup for Spring-based applications, offering auto-configuration, embedded servers, and a wide variety of starter templates to ease development.