Home > Internet Programming > Quizzes > Spring Framework Fundamentals Test
Spring Framework Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 21% Most missed: “True or False?”
Spring Framework Fundamentals Test
Time left 00:00
25 Questions

1. What does a bean definition contain?
2. Which of the following is not a valid method to provide configuration metadata to a Spring Container?
3. Which of the following correctly describes JobLauncher?
4. Is it possible to set up Spring AOP using XML configuration only (as opposed to annotations)?
5. Which of the following annotations can be used to declare a bean in Spring?
6. What will happen if you annotate a setter method with @Required without wiring a bean?
7. What is the primary use of Inversion of control?
8. which one of the following is the correct sequence of how a normal view request is handled in a web application using Spring MVC: 1. Request: A request is submitted to the server. 2. Invokes: The dispatcher dispatches the request to the appropriate controller based on the HTTP request information and the web application configuration. 3. Service Call: The controller interacts with the service layer. 4. Response: The controller updates the model and - based on the execution result - returns the corresponding view to the user.
9. Exceptions thrown by the Spring DAO classes are subclasses of which?
10. A RowCallbackHandler has one method called?
11. What are the different modules in Spring framework?
12. Which of the following correctly describes TestContextManager of Spring TestContext Framework?
13. How do you load values from property files?
14. How is slf4j commonly used in Spring applications?
15. What are the supported scopes in Hibernate?
16. Which of these is NOT a Spring annotation?
17. True or False? Spring supports custom bean scopes.
18. Which of these is NOT a valid implementation of ApplicationContext?
19. Which of the following is NOT a JDBC statement?
20. Which of the following is a disadvantage of using interfaces for proxies?
21. Which is the most popular way of interfacing with Spring's JDBC support?
22. spring-test uses what common convention to allow testing using HTTP session and HTTP request objects?
23. Which one of the following statements is NOT true about MVC pattern?
24. Which of the following is NOT true about Spring Web Services?
25. Which of the following is NOT an Autowire type?