Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

SpringSource Core-Spring (based on Spring 3.2) (CoreSpringV3.2) Free Practice Test

Question 1
Which of the following statements is true concerning configuring JMS Resources with Spring? (Select one)

Correct Answer: A
Question 2
Spring's RMI Service Exporter provides which of the following services? (select one)

Correct Answer: D
Question 3
To register for a bean destruction callback, one can (Select one)

Correct Answer: A
Question 4
Consider that all Spring beans have been declared within a package called "com.springsource.service".
To enable component scanning one must do the following:

Correct Answer: B
Question 5
Consider the following code sample which creates an ApplicationContext from a file called "application-config.xml" in the "rewards.internal" package, and a file called test-infra-config.xml in the current folder:
ApplicationContext context = new FileSystemXmlApplicationContext("classpath:rewards.internal.application-config.xml", "file:testinfra-config.xml");
Which of those statements is true? (select one)

Correct Answer: C
Question 6
Which of the following is NOT true about the @RequestMapping annotation? (select one)

Correct Answer: B
Question 7
Which of the following is NOT true about @Controller-annotated classes? (Select one)

Correct Answer: A
Question 8
Which of the following statements about the FactoryBean interface is NOT true? (select one)

Correct Answer: D
Question 9
Identify the correct statement about the following pointcut expression. Assume that these 2 classes do not inherit from one another:
Execution (* rewards.service.MyClass.*(..)) && execution(* rewards.service2.MyOtherClass.*(..))
(Select one)

Correct Answer: C
Question 10
Which statement best describes the advantage of using AfterReturning advice, rather than simply using after advice? (Select one)

Correct Answer: C