Salesforce Manage and Merchandise a B2C Commerce Cloud Store - Extended - CCM-101 Exam Practice Test
A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts.
What does the Developer need to change in Business Manager to fulfill this requirement?
What does the Developer need to change in Business Manager to fulfill this requirement?
Correct Answer: B
Which method is efficient and scalable because it uses the product search index rather than searching the database?
Correct Answer: D
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 <iscach> tag, to see if that resolves while issue. Which consideration must the developer keep in mind while deploying the hot fix in production?
Correct Answer: C
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which resource_id value enables the appropriate resource?
An example request URL is:

Which resource_id value enables the appropriate resource?
Correct Answer: B
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)

B)

C)

Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)

B)

C)

Correct Answer: A
A client that sells to multiple countries in Europe needs to disable Apple Pay for Denmark.
Which Business Manager module is used to achieve this requirement?
Which Business Manager module is used to achieve this requirement?
Correct Answer: A
A Digital Developer must give users the ability to choose an occasion (holiday, birthday, anniversary, etc.) for which gifts are currently being selected. The data needs to be persistent throughout the current shopping experience.
Which data store variable is appropriate, assuming there is no need to store the selection in any system or custom objects?
Which data store variable is appropriate, assuming there is no need to store the selection in any system or custom objects?
Correct Answer: B
In Log Center, a developer notes j number of Cross Site Request Forgery (CSRF) log entries.
After adding the token in the 15ML template, which action might solve this problem'
After adding the token in the 15ML template, which action might solve this problem'
Correct Answer: A
A developer wants to configure the following products so that same search results ire returned regardless of the search term used. The search term can be bag, purse, pocketbook, and tote. Mow should the developer configure this?
Correct Answer: A
Which two methods are efficient and scalable? (Choose two.)
Correct Answer: B,D
A Storefront is designed so that multiple pages share a common header and footer layout.
Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?
Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?
Correct Answer: C
Given the code snippet aboce, what should be added after this code so it can be used for page component display?
Correct Answer: A
Universal Containers wants to associate a region code value with an order to indicate the general area of its destination. This region code must be accessible whenever the order history is displayed.
What is required to accomplish this?
What is required to accomplish this?
Correct Answer: C
A controller route in the SFRA base looks as follows:

In order to extend this route using prepared ( ), what should the developer consider?

In order to extend this route using prepared ( ), what should the developer consider?
Correct Answer: A