Spring Framework Quiz # 6

Instructions
Quiz: Spring Framework Quiz # 6
Subject: Basic Spring Framework
Total Questions: 30 MCQs
Time: 30 Minutes

Note

  • Do not refresh the page while taking the test.
  • Results along with correct answers will be shown at the end of the test.
Spring Framework Quiz # 6
Question 1 of 30
00:00
  • Which of the following is a VALID Spring form taglib declaration?

  • Which of the following is incorrect?

  • Which of the following methods are needed for loading a database driver in JDBC?

  • Which of the following annotation enables default data conversion in Spring Web MVC?

  • In transactions and exception management, what is the default rollback policy?

  • In Spring and Hibernate integration, which is the correct implementation of the Session Factory?

  • True or False? @PathVariable is used on classes to indicate they will be used as handlers if a variable is found.

  • Which of the following best describes Spring Batch?

  • Spring - WS Core is NOT dependent on which of the following modules?

  • Are Spring singleton beans thread-safe?

  • Which one of the following is NOT true about HibernateDaoSupport Class

  • Which of the following statements is NOT true when defining the <intercept-url> elements in security.xml?

  • Which one of the following is NOT true about Spring MVC View resolver

  • Which one of the following is NOT true about the followng code: @Controller @RequestMapping("/reservationForm") @SessionAttributes("reservation") public class ReservationFormController { ... @RequestMapping(method = RequestMethod.POST) public String submitForm(@ModelAttribute("reservation") Reservation reservation, BindingResult result) { ... return "redirect:reservationSuccess"; } ... }

  • Which of the following is the most commonly used view resolver for integrating JSPs with Spring?

  • Which of the following is a common cross-cutting concern?

  • <concurrency-control> element can be used for which of the following purposes?

  • Which one of the following statements is true about the propagation attributes that can be defined in @Transactional annotations?

  • Which one of the following statements is NOT true about Spring Web Flow states?

  • Which one of the following statements is NOT true about <mvc: annotation-driven>:

  • Which of the following scopes is valid ONLY in the context of a web-aware Spring ApplicationContext?

  • Which of the following is NOT an advantage of SimpleJdbcTemplate?

  • Which of the following is a valid usage of Method Injection in spring?

  • Which of the following is NOT a feature of Spring Security 3.x

  • What are the features of the XML <context: namespace?

  • What is the @WebAppConfiguration annotation used for?

  • Which of the following implementation provides the mechanism for JSF and Spring integration?

  • A SQLProvider has one method called?

  • Spring MVC annotation can be used to perform:

  • Which of the following is a VALID way of implementing Programmatic Transactions in Spring

Spring Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

Spring Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it