SpringSource CoreSpringV3.2 考試概覽:
| 認證廠商: | SpringSource |
|---|---|
| 考試名稱: | 核心Spring(基於Spring 3.2版本) |
| 考試代碼: | CoreSpringV3.2 |
| 支援語言: | English |
| 相關認證: | VMware Spring專業認證 Spring Framework認證 |
| 範例考題: | SpringSource CoreSpringV3.2 範例考題 |
| 考試方式: | 官方未明確規定;一般採線上測驗或受監督的培養評量,依授證單位而定 |
| 必備條件: | 建議具備Java語言基礎及企業級應用程式開發的基本概念 |
SpringSource CoreSpringV3.2 考試大綱主題:
| 章節 | 目標 |
|---|---|
| 測試方法與最佳實務 | - Spring測試框架
|
| 面向切面程式設計(AOP) | - AOP基本概念
|
| 資料存取與整合機制 | - JDBC與ORM技術整合
|
| Spring基礎架構核心概念 | - 控制反轉(IoC)容器
|
| Spring MVC架構 | - Web MVC整體架構
|
| Spring 3.2版本新增功能 | - 核心功能強化項目
|
最新的 SpringSource Certification Program CoreSpringV3.2 免費考試真題:
Method level security can be configured using which of the following mechanisms? (select one)
- A. Using the @Secured annotation on methods to be secured
- B. Configuring using a pointcut expression in Spring XML configuration file
- C. All of the above
- D. Using the @RolesAllowed annotation on methods to be secured
Select which statement(s) is/are true with respect to programming to interfaces with Spring
- A. Spring requires that parameters in constructors and setters are defined using interface types
- B. The use of interfaces allows for reduced coupling between collaborating objects
- C. Spring requires all beans to implement interfaces
- D. Spring requires all beans to have an empty constructor (either default or declared)
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)
- A. com.springsource.service.ClientService
- B. com.springsource.service.ClientServiceImpl
- C. clientService (starting with lower-case "c")
- D. ClientService (starting with capital "C")
Consider that all Spring beans have been declared within a package called "com.springsource.service".
To enable component scanning one must do the following:
- A. Nothing (component scanning is enabled by default)
- B. Remove all other bean definitions from the XML configuration
- C. Add <context:annotation-config/> to your XML configuration
- D. Add <context:component-scan base-package="com.springsource.service"/> to your XML configuration
Which of the following statements is true concerning configuring JMS Resources with Spring? (Select one)
- A. The ConnectionFactory cannot be standalone
- B. The ConnectionFactory cannot be retrieved from JNDI
- C. Spring can use the JMS resources provided by an application server
- D. Spring cannot use a standalone JMS provider

下載最新試用版
1182位客戶反饋
我們對我們的產品非常有信心,所以我們不提供会给客户带去麻煩的產品。








180.140.142.* -
我參加了CoreSpringV3.2考試,通過使用VCESoft網站的考試資料,我順利一次通過了考試,感謝你們的幫助。