Salesforce Manage and Merchandise a B2C Commerce Cloud Store - ExtendedはIT業界で広く認知された認定資格であり、取得すればスキルの証明として大きな強みになります。CertShikenのCCM-101練習問題(208問)は専門家チームが監修し、2026年の試験内容に対応しています。
Salesforce CCM-101 試験概要:
| 認定ベンダー: | Salesforce |
|---|---|
| 試験名: | B2C Commerce Cloudストアの管理とマーチャンダイジング - 拡張 |
| 試験番号: | CCM-101 |
| 関連資格: | Salesforce Certified B2C Commerce Developer |
| 試験形式: | 講師主導型トレーニング評価, 択一式問題, シナリオベースの問題 |
| 対応言語: | 英語 |
| 試験時間: | 300 分 |
| サンプル問題: | ![]() |
| 受験方法: | 講師主導のトレーニングコースで、Business Manager を用いた実践演習を含みます。教室形式およびオンラインの仮想形式で受講可能です。 |
| 前提条件: | Salesforce B2C Commerce Cloud を扱う販売担当者、マーケティング担当者、コンテンツマネージャー、開発者に推奨されます。公開されている必須の前提試験はありません。 |
| 公式シラバスのURL: | https://trailheadacademy.salesforce.com/classes/ccm101-manage-and-merchandise-a-b2c-commerce-cloud-store |
Salesforce CCM-101 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: ショップの構成 | - カタログ管理
|
| トピック 2: オンラインマーケティング | - 顧客ターゲティング
|
| トピック 3: 購入者体験 | - パーソナライゼーション
|
| トピック 4: 検索と並び替え | - 検索最適化
|
| トピック 5: 分析と最適化 | - テストと最適化
|
| トピック 6: はじめに | - B2C Commerceの概要
|
Salesforce Manage and Merchandise a B2C Commerce Cloud Store - Extendedに関するよくあるご質問
CCM-101は、Salesforceが実施する「B2C Commerce Cloudストアの管理とマーチャンダイジング - 拡張」の認定試験です。この試験に合格すると、「B2C Commerce Developer」の認定を取得できます。認定レベルはアソシエイトに位置づけられています。関連する認定にはSalesforce Certified B2C Commerce Developerなどがあります。公式の出題範囲に沿って基礎から応用まで問われるため、CertShikenの208問の練習問題で出題傾向をつかんでおくと、効率的に対策を進められます。
CCM-101の受験条件について、公式には次のように案内されています。Salesforce B2C Commerce Cloud を扱う販売担当者、マーケティング担当者、コンテンツマネージャー、開発者に推奨されます。公開されている必須の前提試験はありません。最新かつ正確な条件は、必ず公式の試験概要ページでご確認ください。
はい。CertShikenではCCM-101問題集の無料サンプルをご用意しており、収録問題の質や構成を購入前にお確かめいただけます。ご購入後は365日間の無料更新が付き、更新期間の終了後も50%割引で更新を継続できるため、長期的な学習にも安心してご利用いただけます。
万が一、ご購入後60日以内にCCM-101試験を受験して不合格となった場合には「返金保証」が適用され、全額をご返金いたします。受験票(受験申込証明)のコピーと公式スコアレポート(Score Report)のPDFを試験実施後2日以内にご提出いただければ、提出後7日以内に手続きが完了します。なお、ご購入後3日以内の受験は対象外(準備期間が短すぎるため)、ダウンロードのみで実際に受験されなかった場合、無料資料や期限切れのご注文も対象外となり、受験者名とお支払い者名が一致している必要があります。返金の代わりに、同等価値の試験対策資料2つを無料でお受け取りいただく選択肢もあり、この場合は元の製品の更新サービスもそのまま継続してご利用いただけます。商品のお届けは、お支払い完了後すぐにダウンロードいただけるほか、1分以内にご登録のメールアドレスへもお送りします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストール可能なパソコンの台数に制限はありません。
CCM-101の出題範囲は、全部で6の分野で構成されています。主な分野としては、「オンラインマーケティング」、「分析と最適化」、「購入者体験」などが挙げられます。各分野の詳細なトピックと配点は、このページ上部に掲載している試験概要(出題範囲)にまとめていますので、学習計画を立てる際の参考にしてください。
Salesforce Manage and Merchandise a B2C Commerce Cloud Store - Extended 認定 CCM-101 試験問題:
A developer is tasked with implementing the necessary code for a new Page Designer component.
What are the two purposes of the JSON metadata definition file that the developer creates7 Choose 2 answers
- A. Defines regions within the component type.
- B. Defines the responsive layout of the rendered template.
- C. Defines the attributes that a merchant enters when using the component type.
- D. Defines the business and rendering logic of the component required by the merchant.
正解:A、C 🗳️
A client wants to differentiate their monobrand stores with a special icon when shown in the store locator. The information is saved in a true/false custom attribute for each Store object in Merchant tools.
How should the developer follow SFRA best practices to expose this data for rendering?
- A. Extend the existing Stores_Find controller with a new middleware function that performs the query
- B. Ad dan <isscript> to the template, and call StoreMgr.searchStoresByCoordinates();
- C. Pass the Store system object to the template, so that custom propierties are available
- D. Use the module.superModule functionality and the call method to add a new property to the Store Model.
正解:D 🗳️
The developer is asked to enhance the functionality of an existing controller route by adding information to the response's viewData.
How should the developer approach this task while following SFRA best practices?
- A. Use the "append" method of the server module for the existing route.
- B. Replace the callback function of the existing route using superModule.
- C. Use the "extend" method of the server module for the existing route.
- D. Copy the existing route in a new cartridge and modify where necessary.
正解:C 🗳️
Which three operations should be done in a controller?
Choose 3 answers
- A. Create a plain JavaScript object representing a system object
- B. Generate the response as JSON or HTML
- C. Use the model needed for the view.
- D. Use the Script API to generate data for the view.
- E. Use middleware functions when applicable
正解:B、C、E 🗳️
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers
- A. Assign a default currency.
- B. Assign a default payment processor.
- C. Assign a default payment method.
- D. Assign the appropriate taxation type.
- E. Assign a default payment type.
正解:A、D 🗳️
ヘルプがないなら、全額返金
CertShikenはヘルプがないなら、全額返金という承諾を通して、自分の商品に自信があります。我々が開発してから、我々の商品を利用して試験に失敗することを見たことがありません。このフィードバックで、我々はあなたの我々の商品から得る利益と試験に合格する高い可能性を確保できます。
我々は、あなたのCCM-101 - Manage and Merchandise a B2C Commerce Cloud Store - Extended 認証試験を準備するとき、あなたの投資する努力、時間とお金はあなたの失敗に悲しくて失望することを理解しています。我々はあなたの痛さと失望を減少することができなく、でも、我々はあなたの金融損失を担うことができます。
これは、ある原因のため、あなたは我々の商品を利用して試験に失敗したら、我々は我々の商品での支出をあなたに戻り返すことを表明します。あなたは試験に失敗してからの7日以内であなたの失敗した報告書を我々にメールを送るだけです。




Kaifuku
有栖**
Kawase
原田**
Andou
野间**

