Spring Boot Quiz (Set 1) Spring Boot (Set 1) 1 / 10 Which component is responsible for managing the lifecycle of Spring beans? Bean Factory Application Context Dependency Resolver Transaction Manager 2 / 10 What is the purpose of the '@RequestMapping' annotation in Spring MVC? To map a method to a specific HTTP request To define a configuration property To declare a bean in the application context To specify a transaction boundary 3 / 10 Which embedded web server is commonly used with Spring Boot applications? Apache HTTP Server Nginx Tomcat Jetty 4 / 10 What is the purpose of the '@Autowired' annotation in Spring? To define bean lifecycle methods To inject dependencies automatically To create new instances of a class To handle HTTP requests 5 / 10 Which module in Spring Framework is used for managing database transactions? Spring Data Spring MVC Spring ORM Spring Transaction 6 / 10 What is the purpose of the Spring Boot Starter projects? To provide pre-configured templates for common use cases To optimize database performance To generate API documentation To automate code deployment 7 / 10 Which annotation is used to mark a class as a Spring Boot application? @MainApplication @Bootable @SpringApp @SpringBootApplication 8 / 10 What is the primary purpose of Spring Boot? To simplify the setup and development of Spring applications To create graphical user interfaces To manage databases To provide machine learning capabilities 9 / 10 Which of the following is a core concept of the Spring Framework? Method Overloading Static Typing Dependency Injection Code Inheritance 10 / 10 What is Spring Framework? A framework for building Java-based web applications A scripting language for web development A database management system A graphical user interface library Your score isThe average score is 0% 0% Restart quiz