CoreSpringV3.2 試験問題を無料オンラインアクセス

試験コード:CoreSpringV3.2
試験名称:Core-Spring (based on Spring 3.2)
認定資格:SpringSource
無料問題数:97
更新日:2026-09-14
評価
100%

問題 1

Which of the following is the correct mechanism for using programmatic transactions in Spring? (Select one)

問題 2

@Configuration
public class AppConfig {
@Bean
public ClientService clientService() {
ClientServiceImpl clientService = new ClientServiceImpl();
clientService.addClientDao(new ClientDao());
return clientService;
}
In the example above, which statement is NOT true with regards to Spring Java configuration?
(select one)

問題 3

Which of the following statements is NOT true with respect to Spring's ApplicationContext? (select one)

問題 4

Consider the following bean definition
<bean id="clientService" class="com.springsource.service.ClientServiceImpl" />
Using Spring AOP, you have declared a Pointcut targeting all methods inside the clientService bean. ClientServiceImpl implements 3 different interfaces.
Which interfaces will the proxy class implement? (Select one)

問題 5

Which of the following are valid mechanisms of autowiring a dependency when multiple beans match the dependency's type? (Select one or several answers)

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。