Free Salesforce CCM-101 Exam Actual Questions

The questions for CCM-101 were last updated On Dec 19, 2024

Question No. 1

A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog.

Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

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?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

A developer is working on a new site for the U.S based on an existing Canadian site. One of the

requirements is a change to the address form. The current Canadian form has an list with the

correct two-letter abbreviation for the provinces.

The U.S. requirements are to:

Have an list with the correct two-letter abbreviation for the states in place of the

province field.

Set the U.S site locale.

Add the options list field definition to the XML file.

How should the developer set up the files before making the required edits?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

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

Show Answer Hide Answer
Correct Answer: A, D

Question No. 5

Business Manager has the configuration:

Active log category is ''root''

Log level of INFO

The code below execites:

Var log = Logger.getLogger(''products'',''export'');

Log.info (''This is important information'');

Using this information, what is the beginning of the filename in which the log will be written?

Show Answer Hide Answer
Correct Answer: B