Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
SpringSource
Exam 1: Core-Spring (based on Spring 3.2)
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Which of the following statements is NOT true about Spring AOP? (Select one)
Question 22
Multiple Choice
Which of the following statements is NOT true concerning Setter Injection or Constructor Injection? (Select one)
Question 23
Multiple Choice
State which type of object the JdbcTemplate can be used to query (select one)
Question 24
Multiple Choice
Consider the following Spring Security configuration <security:http> <security:intercept-url pattern="/accounts/*" access="ROLE_USER" /> <security:intercept-url pattern="/accounts/editAccount.htm" access="ROLE_ADMIN" /> </<security:http> In order to access to "/accounts/editAccount.htm", what role is required? (select one)
Question 25
Multiple Choice
Which of the following statement(s) is/are true concerning Spring Transactions? (Select one or several answers)
Question 26
Multiple Choice
Which of the following statements best describes the After Throwing advice type? (select one)
Question 27
Multiple Choice
Select which of the following configuration tasks would be implemented using Spring's XML "context" namespace (select one or several answers)
Question 28
Multiple Choice
Two beans of type MyBean are defined in the ApplicationContext with singleton scope, with ids "myBean1" and "myBean2". The getBean() method is called once for each bean. Which statement is true about the two references returned? (Select one)
Question 29
Multiple Choice
Which of the following statements defines an "aspect"? (select one)
Question 30
Multiple Choice
Given an ApplicationContext containing multiple bean definitions of a Java type "Foo", which of the following @Autowired scenarios will cause the ApplicationContext to FAIL to initialize? Assume that the ApplicationContext is configured to process the @Autowired annotations. (Select one)
Question 31
Multiple Choice
Which of the following is NOT true about the @RequestMapping annotation? (select one)
Question 32
Multiple Choice
Which of the following statements is NOT true with respect to Spring's ApplicationContext? (select one)
Question 33
Multiple Choice
Identify the correct statement(s) regarding the following pointcut: execution(@com.springsource.MyCustomAnnotation void *(..) )
Question 34
Multiple Choice
public class ClientServiceImpl implements ClientService { @Transactional(propagation=Propagation.REQUIRED) public void update1() { update2() ; } @Transactional(propagation=Propagation.REQUIRES_NEW) public void update2() { // ... } You are using transactions with Spring AOP. What is happening when the update1 method is called? (Select one)
Question 35
Multiple Choice
Which of the following statements about Spring @MVC is NOT true (select one)
Question 36
Multiple Choice
Using Spring AOP, which of the following Spring annotations cause behavior to be added (select one)
Question 37
Multiple Choice
What is the primary purpose of bean definition inheritance? (Select one or several answers)
Question 38
Multiple Choice
@Transactional(timeout=60) public class ClientServiceImpl implements ClientService { @Transactional(timeout=30) public void update1() {} } What timeout setting is applied to the timeout inside the update1 method? (Select one)
Question 39
Multiple Choice
Which statement is NOT a characteristic of Spring's PlatformTransactionManager base interface (select one)
Question 40
Multiple Choice
Which of the following statements best describes the benefits of using the Spring Framework with respect to unit testing? (Select one)
showing 21 - 40 of 57
Prev
Next
Prev
1
2
3
Next
Related Exams
Previous slide
Next slide
Access For Free