Salesforce Comm-Dev-101 考試概覽:
| 認證廠商: | Salesforce |
|---|---|
| 考試名稱: | Salesforce 認證 B2C Commerce Cloud 開發人員 |
| 考試代碼: | Comm-Dev-101 |
| 實際考試題數: | 60 |
| 考試時間: | 105 分鐘 |
| 考試費用: | USD 200 |
| 相關認證: | Salesforce 認證 B2C Commerce Cloud 開發人員 |
| 考試形式: | 複選題, 單選題 |
| 證照有效期限: | 需隨每個版本發布週期進行維護更新 |
| 及格分數: | 65% |
| 支援語言: | 英文 |
| 範例考題: | Salesforce Comm-Dev-101 範例考題 |
| 考試方式: | 線上考試(監考模式)或實體考場考試(監考模式) |
| 必備條件: | Salesforce 建議具備至少一年在 B2C Commerce Cloud 平台上的開發經驗。 |
| 官方大綱網址: | https://trailhead.salesforce.com/en/credentials/b2ccommercedeveloper |
Salesforce Comm-Dev-101 考試大綱主題:
| 章節 | 權重 | 目標 |
|---|---|---|
| 主題 1: 應用程式開發 | 38% | - 依據業務需求,實作自訂的搜尋篩選功能 - 依據業務需求,完成表單定義與驗證機制的實作 - 依據業務需求,建立自訂的 OCAPI 資源 - 依據業務需求,透過指令碼實作所需的業務邏輯 - 依據業務需求,透過 ISML 實作頁面範本與內容 - 依據業務需求,建置自訂的 REST 服務 - 依據業務需求,實作自訂的稅金計算方式 - 依據業務需求,實作自訂的促銷活動機制 - 依據業務需求,實作自訂的運送方式 - 依據業務需求,完成自訂 Cartridge 的開發與實作 - 依據業務需求,實作自訂的付款處理模組 - 依據業務需求,開發自訂的排程作業 |
| 主題 2: B2C Commerce 環境設定 | 11% | - 依據業務需求,決定如何透過 Business Manager 設定匯入與匯出流程 - 依據業務需求,決定如何設定產品目錄架構 - 依據業務需求,決定如何設定促銷活動或價格調整機制 - 依據業務需求,決定透過 Business Manager 建立或修改適用的內容資產或頁面 - 依據沙箱環境,完成 B2C Commerce 網站的設定 - 依據業務需求,決定如何設定運送方式或稅率表 |
| 主題 3: 商店前台前端開發 | 7% | - 依據業務需求,實作前端頁面的自訂驗證機制 - 依據業務需求,建置自訂的商店元件 - 依據業務需求,開發自訂的商店頁面 - 依據業務需求,套用自訂的商店外觀樣式 |
| 主題 4: 結帳與訂單管理 | 13% | - 依據業務需求,建立自訂的退貨與換貨流程 - 依據業務需求,完成結帳流程的開發與實作 - 依據業務需求,實作自訂的庫存清單功能 - 依據業務需求,建置訂單管理相關功能 |
| 主題 5: 應用程式架構 | 13% | - 依據業務需求,決定如何正確運用自訂物件類型 - 依據實際情境,決定如何運用工作階段框架 - 依據實際情境,決定如何運用快取框架 - 依據業務需求,選用合適的應用程式架構 - 依據實際情境,決定如何運用服務框架 |
| 主題 6: 使用 B2C Commerce Cloud 沙箱環境 | 5% | - 依據業務需求,決定適當的方式針對沙箱環境中的問題進行故障排除與解決 - 依據沙箱環境,使用合適的工具進行程式碼驗證與部署 |
| 主題 7: 透過 Business Manager 進行資料管理 | 13% | - 依據業務需求,設定排程作業以執行預定工作 - 依據業務需求,決定如何妥善運用 ImpEx 功能 - 依據業務需求,決定如何透過 Business Manager 匯入與匯出資料 - 依據業務需求,設定 OCAPI Shop 與 Data API 的相關參數 - 依據業務需求,決定如何運用 OCAPI 管理資料 |
最新的 Salesforce Developer Comm-Dev-101 免費考試真題:
A developer is asked to create a new service instance that will call a remote web service.
Which method should the developer use to create the service instance?
- A. dw.svc.LocalServiceInstance.createService()
- B. dw.svc.LocalServiceRegistry.createService()
- C. dw.svc.LocalServiceRegistry.getDefaultService()
答案:B 🗳️
說明:(僅 VCESoft 成員可見)
A developer observed a specific issue in production, which they cannot reproduce in other environments. The developer wants to do a hot fix to one of the ISML pages, which uses the < iscache > tag, to see if that resolves the issue. Which consideration must the developer keep in mind while deploying the hot fix in production?
- A. If the page has multiple tags, the highest cache duration will be used in production to determine the resulting page ' s caching behavior.
- B. The TTL cache setting only affects static content and not the page cache, which could potentially cause the production issue.
- C. It will be required to invalidate the cache for the hot fix.
答案:B 🗳️
說明:(僅 VCESoft 成員可見)
There is a business requirement to allow a third-party warehouse management system to update the MySample.com storefront product inventory in real time. The architect decided that this is most easily accomplished by using the Open Commerce API (OCAPI). The developer needs to test the OCAPI settings in their sandbox. Assume the client ID for testing is " aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa " . What is the correct OCAPI setting for this?
- A. Type:Data,Context:Global{ " _v " : " 20.4 " , " clients " :[{ " client_id " : " aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa " , " allowed_origins " :[ " http://www.example.com " ], " resources " :
[{ " resource_id " : " /inventory_lists/* " , " methods " :[ " get " , " put " , " patch " ], " read_attributes " :
" (**) " , " write_attributes " : " (**) " }]}] } - B. Type:Shop,Context:MySample{ " _v " : " 20.4 " , " clients " :[{ " client_id " : " aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa " , " allowed_origins " :[ " http://www.example.com " ], " resources " :
[{ " resource_id " : " /product/*/inventory " , " methods " :[ " get " , " put " , " patch " ], " read_attributes " : " (**) " , " write_attributes " : " (**) " }]}] } - C. Type:Data,Context:Global{ " _v " : " 20.4 " , " clients " :[{ " client_id " : " aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa " , " allowed_origins " :[ " http://www.mysample.com " ], " resources
" :[{ " resource_id " : " /product/*/inventory " , " methods " :[ " get " , " put " , " patch " ], " read_attributes " : " (**) " , " write_attributes " : " (**) " }]}] }
答案:A 🗳️
說明:(僅 VCESoft 成員可見)

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








118.168.68.* -
VCESoft網站提供的考試資料是非常不錯的,謝謝你們的幫助,我通過了Comm-Dev-101測試。