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 1
Multiple Choice
Select which statement is true with respect to constructor injection with Spring (select one)
Question 2
Multiple Choice
Select which of the following is a mechanism which can be used with Spring Security to store user details (select one)
Question 3
Multiple Choice
Which of the following methods is NOT provided by the JmsTemplate? (select one)
Question 4
Multiple Choice
Consider the following complete configuration sample: < bean class="rewards.internal.RewardNetworkImpl" > < property name="accountRepository" ref="accountRepository" /> < /bean> < bean class="rewards.internal.account.JdbcAccountRepository"/> Which of the following statements is true? (Select one)
Question 5
Multiple Choice
ClientService service = applicationContext.getBean(ClientService.class) Which statement is true with regards to the above example? (select one)
Question 6
Multiple Choice
Which of the following is a valid optional attribute for a transaction definition? (select one)
Question 7
Multiple Choice
Identify the correct statement(s) about the following pointcut expression: execution(* rewards..restaurant.*.*(*) ) (select one or several answers)
Question 8
Multiple Choice
Which of the following statements is true with respect to Spring's support for Object-Relational Mapping (ORM) libraries (select one)
Question 9
Multiple Choice
Which of the following statements defines a "pointcut"? (select one)
Question 10
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 11
Multiple Choice
Which of the following statements about the @PostConstruct annotation is NOT true? (select one)
Question 12
Multiple Choice
Identify the correct statement(s) regarding the <aop:aspectj-autoproxy /> tag (Select one or multiple answers)
Question 13
Multiple Choice
Which statement best describes the advantage of using AfterReturning advice, rather than simply using after advice? (Select one)
Question 14
Multiple Choice
Which statement concerning Aspect Oriented Programming (AOP) is true (Select one)
Question 15
Multiple Choice
Which of the following statements about Spring's JUnit integration testing support is true? (select one)
Question 16
Multiple Choice
Security filters are used in Spring Security in which ways? (select one)
Question 17
Multiple Choice
import com.springsource.service.*; ... @Configuration public class AppConfig { @Bean public ClientService clientService() { return new ClientServiceImpl() ; } } What is the id of the declared bean? (Select one)
Question 18
Multiple Choice
Which of these is NOT a characteristic of Spring JDBC? (Select one)
Question 19
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 20
Multiple Choice
Identify the correct statement(s) about the following pointcut expression: execution(* rewards.restaurant.*Service.find(..) )
showing 1 - 20 of 57
Prev
Next
Prev
1
2
3
Next
Related Exams
Previous slide
Next slide
Access For Free