Exam 1: Core-Spring (based on Spring 3.2)

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Select which statement is true with respect to constructor injection with Spring (select one)

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

A

Select which of the following is a mechanism which can be used with Spring Security to store user details (select one)

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
Verified

D

Which of the following methods is NOT provided by the JmsTemplate? (select one)

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

B

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)

(Multiple Choice)
4.8/5
(30)

ClientService service = applicationContext.getBean(ClientService.class) Which statement is true with regards to the above example? (select one)

(Multiple Choice)
4.9/5
(28)

Which of the following is a valid optional attribute for a transaction definition? (select one)

(Multiple Choice)
4.9/5
(25)

Identify the correct statement(s) about the following pointcut expression: execution(* rewards..restaurant.*.*(*)) (select one or several answers)

(Multiple Choice)
4.9/5
(38)

Which of the following statements is true with respect to Spring's support for Object-Relational Mapping (ORM) libraries (select one)

(Multiple Choice)
4.9/5
(31)

Which of the following statements defines a "pointcut"? (select one)

(Multiple Choice)
4.7/5
(28)

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)

(Multiple Choice)
4.8/5
(36)

Which of the following statements about the @PostConstruct annotation is NOT true? (select one)

(Multiple Choice)
4.8/5
(36)

Identify the correct statement(s) regarding the <aop:aspectj-autoproxy /> tag (Select one or multiple answers)

(Multiple Choice)
4.9/5
(31)

Which statement best describes the advantage of using AfterReturning advice, rather than simply using after advice? (Select one)

(Multiple Choice)
4.9/5
(38)

Which statement concerning Aspect Oriented Programming (AOP) is true (Select one)

(Multiple Choice)
4.8/5
(31)

Which of the following statements about Spring's JUnit integration testing support is true? (select one)

(Multiple Choice)
4.8/5
(40)

Security filters are used in Spring Security in which ways? (select one)

(Multiple Choice)
4.9/5
(30)

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)

(Multiple Choice)
4.9/5
(33)

Which of these is NOT a characteristic of Spring JDBC? (Select one)

(Multiple Choice)
4.8/5
(30)

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)

(Multiple Choice)
4.8/5
(29)

Identify the correct statement(s) about the following pointcut expression: execution(* rewards.restaurant.*Service.find(..))

(Multiple Choice)
4.9/5
(45)
Showing 1 - 20 of 57
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)