[2024年01月05日] 365日更新、有効なCCM-101知能問題集
ベスト品質のCCM-101試験問題集でSalesforceテスト高得点を目指そう
質問 # 69
A client has three different sites with three locales. Two of the sites share a library and one site has a private library.
What does the shared library allow in this context?
- A. Sharing content slots among locales
- B. A Sharing content assets between sites
- C. Sharing content assets among locales
- D. Sharing content slots between sites
正解:B
質問 # 70
A developer needs to render a Page Designer page in JSON format. What is the correct syntax?
- A. PageMgr.serializePage(pageID), {parameter1:value1}};
- B. PageMgr,renderPage{pageID, {parameter1: value1}}
- C. JSON.stringgify(PageMgrrenderpage(pageID), {paramter1:value1}}:
正解:A
質問 # 71
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. Bundle
- B. Set
- C. Variation Group
正解:A
質問 # 72
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. Develop and configure a steptype and corresponding CommonJ5 job step script.
- C. Implement and configure a recurring task using the cron command in Business Manager.
正解:B
質問 # 73
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>
- A. product
- B. pdict.Basket.products{loopstatus}
- C. loopstatus.product
- D. pdict.product
正解:A
解説:
質問 # 74
Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? (Choose two.)
- A. Change the slot's configuration content type to "recommendations."
- B. Delete the existing content asset.
- C. Change the slot's configuration content type to "products."
- D. Change the slot's configuration template to the appropriate rendering template.
正解:A、D
質問 # 75
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?
- A. Change the Business Manager configuration for the quota settings.
- B. Rewrite the code that is causing the overage.
- C. Ask support to remove the quota limit.
- D. Take no action, the overage will be resolved when concurrent visitors are reduced.
正解:A
質問 # 76
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers
- A. Product lacks a price.
- B. Product is not online.
- C. Product does not have any images.
- D. Product has been set to searchable.
- E. Product Available to sell is <1.
正解:A、C
質問 # 77
The client provided these business requirements:
* The B2C Commerce platform will integrate with the Client s Order Management System (OMS).
* The OMS supports Integration using REST services.
* The OMS is hosted on the Clients infrastructure.
Whet configurations are needed for this integration with the OMS?
- A. A service configuration, a hostname alias configuration, and a user credential configuration.
- B. A service configuration, a service profile configuration, and a user credential configuration.
- C. A service profile configuration, a WAF configuration, and a service credential configuration.
- D. A service configuration, a service profile configuration, and a service credential configuration.
正解:D
質問 # 78
A merchant requires that an existing section of the Site become editable from the Business Manager, so that they can modify it independently of the developer.
Which of these is an important factor for a developer to consider when choosing the appropriate solution between a content slot and a Page Designer component?
- A. Only Page Designer Components can be localized for different languages.
- B. Only page Designer components can ve tied to campaigns.
- C. Only content slot configurations can be tied to campaigns.
- D. Only content slot configurations can ve localized for different languages.
正解:A
質問 # 79
A Digital Developer added a file named MyBusinessController.js in the cartridge named app_project. The project design calls for this new file to override MyBusinessController.js in client_project. The client_project cartridge contains other necessary functionality. Additional functionality is also included in the storefront_core and storefront_controllers cartridges.
Which cartridge path meets the project requirements?
- A. storefront_core:storefront_controllers:client_project:app_project
- B. client_project:app_project:storefront_controllers:storefront_core
- C. app_project:storefront_controllers:storefront_core
- D. app_project:client_project:storefront_controllers:storefront_core
正解:D
質問 # 80
Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.
What are the two feasible technical approaches to meet these requirements?
Choose 2 answers
- A. Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.
- B. Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.
- C. Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site. Show the products from the site navigation catalog.
- D. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.
正解:B、D
質問 # 81
A merchant wants to obtain an export file that contains all the products .assigned to their Storefront catalog. They do not know how to achieve this easily without manual processing, so asked their developer to help Generate this. The merchant s Instance setup is as follows:
* They have one Master catalog and one storefront catalog.
* Some, but not all, of the products in the Master catalog are assigned to categories within the Storefront catalog.
Which method allows the developer to generate the export for the merchant?
- A. Using the Site Import and Export module, export both the Site catalog and the Master catalog in a single archive.
- B. Using the Site Import and Export module, export the Master catalog filtered by the site catalog categories to export specific products.
- C. Using the Catalog Import and Export module, export the Master catalog with a category-assignment search to export specific
正解:B
質問 # 82
The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.
An Architect analyzes the following proposed solution:
Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.
Which two risks should the Architect communicate to the Client about this solution?
Choose 2 answers
- A. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
- B. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- C. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
- D. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
正解:C、D
質問 # 83
A company that is a shoe-producer is doing Salesforce B2C Commerce implementation. In their Enterprise Resource Warning (ERP) system, the products are marked as being one of three types: boots, sandals, and sneakers. The business requirements based on the type are:
* The messaging on Product Detail page is different
* Customers are able to filler their Product Search Results
The customer's operations team asks about the format in which to send this value in the catalog.
Which data type should the Architect specify for this attribute In the Data Mapping document?
- A. A custom attribute type set-of-string containing multiple values.
- B. A custom attribute of type enum-of-string (single selectable value)
- C. A custom attribute of type string containing comma separated values.
- D. A custom attribute of type enum-of-string (multiselect able value).
正解:B
質問 # 84
A client sells its product in single-brand stores as well as in multi-brand stores. When shown in the store locator list, the client wants the single-brand stores to have a particular background color to highlight them.
Which Business Manager action should be completed to allow the developer to apply different styling to the single-brand stores?
- A. Configure the existing Store custom object type definition
- B. Create a new SingleBrandStore custom object configuration.
- C. Adjust the relevant Site Preference in the Stores group
- D. Add a Boolean custom attribute to the Store system object
正解:B
質問 # 85
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?
正解:
解説:
質問 # 86
A developer needs to update the package.json file so that it points to the hock file for a cartridge, using the hooks keyword. Which snippets work correctly when added to the file?:
- A. { hooks: ./scripts/hooks.json }
- B. { "hooks": "./scripts/hooks.json" }
- C. { "hooks": "./cartridge/scripts/hooks.json" }
- D. { hooks: "./cartridge/scripts/hooks.json" }
正解:C
質問 # 87
Which method is efficient and scalable because it uses the product search index rather than searching the database?
- A. ProducrlndexModel.getOrderableProductsOnly()
- B. ProductSearcbHodel().gerProductSearchHita()
- C. ProductVanari.cnMcciel.aerVariams ()
- D. ProduccAvailabiliryModel.isOrderable()
正解:B
質問 # 88
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>
- A. pdict.Basket.products{loopstatus}
- B. loopstatus.product
- C. pdict.product
- D. product
正解:A
解説:
質問 # 89
A Digital Developer extends a system object, Product, and adds a Boolean attribute, "sellable," to it.
Assuming "prod" is the variable name handling the product, what code can the Developer use to access it?
- A. prod.extended.sellable
- B. prod.sellable
- C. prod.persistable.sellable
- D. prod.custom.sellable
正解:D
質問 # 90
A developer has a B2C site and a merchant requirement to add a new locale to it.
What are the steps to enable the locale in the Storefront?
- A. Create, configure, and activate the locale under Global Preferences section.
- B. Create and configure the locale under Global Preferences section and activate it in Site Preferences.
- C. Add an alias for the new locale and then create and configure the locale itself under Global Preferences section.
正解:B
質問 # 91
Universal Containers needs to have Apple Pay disabled for the country of Spain.
Which Business Manager module should the Developer use to meet this requirement?
- A. Merchant Tools > Site Preferences > Payment Types
- B. Merchant Tools > Site Preferences > Apple Pay
- C. Merchant Tools > Ordering > Payment Methods
- D. Merchant Tools > Ordering > Payment Processors
正解:C
質問 # 92
Given the requirements:
* To show the washing instructions for a clothing product on a dedicated section the detail page
* Washing instructions come from the product information manager(PIM)
* To have this attribute available to localize in the Storefront.
Which action meets these requirements?
- A. Add a custom attribute for each locale
- B. Set the custom attribute as localizable
- C. Set the product system object type as localizable
- D. Add a resource file for every locale for which the attribute needs to be translated.
正解:C
質問 # 93
The following promotions are configured with no exclusivity (can be combined with any other promotion) in a -1month campaign:
* Free correct- in -store shipping
* 20% accessories products discount, applies for all customers
* $5 off coupon based discount, sent to a selected group of customers
The combination of above promotions allows customers to get 16 socks for free in store. This was unintended, and the Client If considering disabling the coupon. The Client is concerned about a potential spike in the number of Call Center calls from customers who had the coupon code added to their baskets before it was disabled. As basket lifetime is set to 30 days for all customers, this can continue for the full length of the campaign.
What solution should the Architect suggest to keep the Call Center calls to a minimum?
- A. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.
- B. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
- C. Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets
- D. Disable the coupon code. Email all the customers to not use the coupon code in their baskets.
正解:C
質問 # 94
......
Salesforce Certified Commerce Cloud Digital Developerの資格情報を獲得することは、Salesforceプラットフォームでデジタルコマースソリューションの開発と展開のスキルと専門知識を紹介する素晴らしい方法です。 CCM-101試験はこの認定の重要な部分であり、B2C Commerce Cloud Storeの管理とマーチャンダイングに関する知識を実証したい個人に推奨されます。
注目すべき時短になるCCM-101オールインワン試験ガイド:https://jp.fast2test.com/CCM-101-premium-file.html
検証された材料は決まってこれ!CCM-101:https://drive.google.com/open?id=1O3Hc5CXT9_ue3PZHKT-CMSgnJzgJeXm0