CCM-101ブレーン問題集PDF、Salesforce CCM-101試験問題豪華お試しセット [Q112-Q132]

Share

CCM-101ブレーン問題集PDF、Salesforce CCM-101試験問題豪華お試しセット

2023年最新されたCCM-101サンプル問題は信頼され続けるCCM-101テストエンジン


Salesforce CCM-101(B2C Commerce Cloudストアの管理および商品化 - 拡張)試験は、B2C Commerce Cloudストアの管理と商品化のスキルを向上させたいプロフェッショナル向けの認定プログラムです。この認定プログラムは、Salesforce Certified Commerce Cloud Digital Developer認定トラックの一部です。


Salesforce CCM-101の認定を取得することは、B2C Commerce Cloudストアの管理とマーチャンダイジングにおける高度な専門知識を示すことを意味します。この認定は、プロフェッショナルが求人市場で目立ち、eコマースの分野で新しいキャリア機会を得るのに役立ちます。全体的に、Salesforce CCM-101:B2C Commerce Cloudストアの管理とマーチャンダイジング-拡張試験は、eコマースのキャリアを進めたいすべてのプロフェッショナルにとって貴重な認定となります。

 

質問 # 112
There is a business requirement to allow a third-party warehouse management system to update the MySampte.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 m their sandbox. Assume the client ID for testing is "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'. What B the correct GCAPI setting for this?

正解:

解説:


質問 # 113
A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually. How should the developer configure the products?

  • A. Variation Group
  • B. Set
  • C. Bundle

正解:C


質問 # 114
A developer plans to use the /search_suggestion (Shop API) in a Storefront application and the following property must be set to do so suggestion.product.image:view_type What consideration should the developer in keep in mind to ensure that image data is returned correctly as part of search suggestions?

  • A. If the view_type is not set or if the view_type is unknown, the image properties are not part of the response.
  • B. If the view_type is not set or if the view_type is unknown, the image size of 'small' is used by default
  • C. If the view_type is not set or if the view_type is unknown, the image size of 'large' is used by default

正解:A


質問 # 115
The developer needs to add custom category debug logging into the "contact'' script, to ensure that a third-party service call responds as expected.
Assuming that the logging configurations for the contact category are correctly in place, which line of code should the developer add in the 06 placeholder to meet this requirement?

A)

B)

C)

  • A. Option A
  • B. Option C
  • C. Option B

正解:A


質問 # 116
An Architect has been approached by the Business with a request to create a custom product finder. The finder would initially be available on only one site, and would eventually be extended to be available on all sites the Business maintains. There is a requirement that these wrings art also available to be used in a Job context for export to other systems.
Each site will have a different category avertable for use by the product finder.
Where should the Architect store the custom settings for use on both the storefront and in a job context?

  • A. Category custom attributes
  • B. Custom Object with a Site Scope
  • C. Custom Object with an Organizational Scope
  • D. Jobs Framework parameters

正解:A


質問 # 117
A Digital Developer is working in a sandbox on a site named test-site using the domain test.demandware.net. The Developer needs to compile a url to make an Open Commerce API (OCAPI) request that returns product information.
By default, which URL format is a proper Open Commerce API for Sandbox?

  • A. https://test.demandware.net/s/test-site/dw/shop/v18_3/products/M1355?client_id=aaa...
  • B. https://www.test.com/s/test-site/sfc/shop/products/M1355?client_id=aaa...
  • C. https://test.demandware.com/dw/shop/products/M1355?client_id=aaa...
  • D. https://www.test.com/dw/shop/v18_3/products/M1355?client_id=aaa...

正解:A


質問 # 118
What is accomplished by the code below?

  • A. Performs a remote include from the Account-Header endpoint.
  • B. Creates a link to the Account-Header end point that allows mobile navigation.
  • C. Performs a local include from the Account-Header endpoint.

正解:A


質問 # 119
In order to build the SFRA code to a developer sandbox for the first time, which build steps should the developer perform for the site to appear and function as designed?

  • A. npm run compile:js, npm run compile:scss, npm run compile:fonts
  • B. npm run compile:js, npm run compile:html, npm run clean
  • C. npm run compile:scss, npm run compile:html, npm run clean
  • D. npm run compile:js, npm run compile: scss, npm run compile:html

正解:A


質問 # 120
A developer is asked to periodically create a CSB file in a WebDAV folder to hold the orders information of the last 30 days.
What are the appropriate actions to implement such a requirement?

  • A. Configure a new custom OCAPI endpoint and use the Customers resource type.
  • B. Implement and configure a recurring task using the cron command in Business Manager.
  • C. Develop and configure a steptype and corresponding CommonJ5 job step script.

正解:C


質問 # 121
A merchant has a new requirement to accept American Express credit cards on its Storefront. A credit card payment method already exists.
Which step must a developer take in Business Manager to achieve this?

  • A. In Payment Processor, create American Express as a payment type.
  • B. Add American Express as a Payment Preference in Site Preferences.
  • C. In Payment Methods, enable American Express as a credit card type.
  • D. Add American Express into the Order settings in Site Preferences.

正解:C


質問 # 122
A developer needs to check for product inventory in all inventory lists using the Open Commerce API.
An example request URL is:

Which properly should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?

  • A. Ecom-inventory
  • B. Client_id
  • C. Inventory_list

正解:A


質問 # 123
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?

  • A. Option D
  • B. Option B
  • C. Option C
  • D. Option A

正解:B


質問 # 124
An instance has custom logging enabled. The log reaches the file size limit.
What happens in this situation?

  • A. The log file is deleted and a new log file is created.
  • B. The log file Rolls over and the oldest log messages are overwritten
  • C. Logging is suspended for the day
  • D. The current log file is archived and a new log file is created.

正解:C


質問 # 125
Universal Containers wants to add a model field to each product. Products will have locale-specific model values.
How should the Digital Developer implement the requirement?

  • A. Utilize resource bundles for translatable values.
  • B. Set the model field as a localizable attribute.
  • C. Store translated model values in different fields; one field for each locale.
  • D. Add model to a new custom object with localizable attributes.

正解:C


質問 # 126
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?

  • A. POST Form
  • B. HTTP Form
  • C. SOAP Form
  • D. HTML Form

正解:B


質問 # 127
Given a file in a plug-in cartridge with the following code:
'use strict':
Var base = module.superModule;
Function applyCustomCache (req,res,next){
res.CachePeriod = 6; //eslint-disable-line no-param-reassign
res.cachePeriodUnit = 'hours') //eslint-disable-line no-param-reassign
next();
}
Module.exports = base;
Module.exports.applyCustomCache = applyCustomCache;
What does this code extend?

  • A. A decorator
  • B. A controller
  • C. A model
  • D. A middleware script

正解:B


質問 # 128
Which three techniques improve client-side performance in production while following documented best practices? (Choose three.)

  • A. Combine several images into a single image.
  • B. Place CSS outside of templates.
  • C. Use one style sheet for each ISML decorator template.
  • D. Use inline Javascript.
  • E. Compress CSS.

正解:C、D、E


質問 # 129
A Digital Developer is inspecting the weekly service status report for a critical internally-hosted web service used in the application and notices that there are too many instances of unavailability.
Which two solutions are possible options to reduce the unavailability of the service? (Choose two.)

  • A. Change the code that makes the request to set the throwOnError attribute, of the service, to be true.
  • B. Update the external service to have a faster response time.
  • C. Modify the code that makes the request to the external service to be wrapped in a try / catch block.
  • D. Increase the web service time out.

正解:B、C


質問 # 130
A developer has a sandbox configured with a service and its profile and credential. Now there is a requirement to allow changes to the service URL manually from the sandbox.
Which B2C feature should the developer use to achieve the request?

  • A. Use the service credential URL field
  • B. Use a Sitepreference dedicated for the service URL
  • C. Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.
  • D. Use a Globalpreference dedicated for the service URL

正解:A


質問 # 131
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Log.
Which step needs to be completed to get the messages to appear in the Request Log?

  • A. In Site Preferences, check the box for Enable custom Logging in Request Log
  • B. In Custom Log Settings, check the DEBUG box for Select Log Levels Written to Files.
  • C. In Global preferences, check the box for Enable custom logging in Request Log.
  • D. In custom Log Settings, activate the loggin category at DEBUG level.

正解:B


質問 # 132
......


Salesforce CCM-101試験に合格することは、専門家がSalesforce Commerce Cloudを深く理解し、B2C Commerce Cloudストアを効果的に管理および商品化できることを示すものです。この認定は業界で高く評価され、専門家に新しいキャリアの機会を開くことができます。

 

無料お試しSalesforce CCM-101問題集PDFは必ずベストの問題集オプションを使おう:https://www.passtest.jp/Salesforce/CCM-101-shiken.html

CCM-101試験資料Salesforce学習ガイド:https://drive.google.com/open?id=1rIQU-LHBS_xJ-hSQJVcex96jxxZHXP2H