Services
Discover
Homeschooling
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 41
Multiple Choice
Security filters are used in Spring Security in which ways? (select one)
Question 42
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 43
Multiple Choice
Assuming a web application context name of "rewardsonline", a servlet mapping of "/admin/*", and an incoming URL of "/rewarsdonline/admin/accounts/show", what is the URL used for Spring MVC request-mapping purposes? (select one)
Question 44
Multiple Choice
Which of the following statements is NOT true concerning Spring Remoting? (Select one)
Question 45
Multiple Choice
Which of the following statement(s) is/are true concerning Spring Transactions? (Select one or several answers)
Question 46
Multiple Choice
Select which of the following is a mechanism which can be used with Spring Security to store user details (select one)
Question 47
Multiple Choice
In what order will these events occur during the initialization of the application? (Select one) Select the best response 1 Setter Dependency Injection 2 Bean constructor 3 call BeanFactoryPostProcessors 4 call BeanPostProcessors
Question 48
Multiple Choice
Consider that all Spring beans have been declared within a package called "com.springsource.service". To enable component scanning one must do the following:
Question 49
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 50
Multiple Choice
Which statement is NOT a characteristic of Spring's PlatformTransactionManager base interface (select one)
Question 51
Multiple Choice
Which of the following statements about Spring @MVC is NOT true (select one)
Question 52
Multiple Choice
Which statement is NOT true concerning Spring's RMI Proxy Generator (select one)
Question 53
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 54
Multiple Choice
Which of the following methods is NOT provided by the JmsTemplate? (select one)
Question 55
Multiple Choice
Consider the following Spring JMS configuration <jms:listener-container connection-factory="connectionFactory"> <jms:listener destination="order.queue" ref="orderListener" method="order"/> </jms:listener-container> Which of the following statements is truE. (select one)
Question 56
Multiple Choice
Which of the following is a valid optional attribute for a transaction definition? (select one)
Question 57
Multiple Choice
Which of the following is NOT true about the @RequestMapping annotation? (select one)
showing 41 - 57 of 57
Prev
Next
Prev
1
2
3
Next
Related Quizzes
Previous slide
Next slide
Access For Free