(2023) PASS CCM-101 Exam Free Practice Test with 100% Accurate Answers [Q91-Q112]

Share

(2023) PASS CCM-101 Exam Free Practice Test with 100% Accurate Answers

CCM-101 dumps Free Test Engine Verified By It Certified Experts


Salesforce CCM-101 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Managing Variation Masters and Variation Products
  • Using Dynamic Customer Groups
  • Adding a Banner to a Category
Topic 2
  • Using the Storefront Toolkit to View Search Information
  • Using Price Books to Manage Prices
Topic 3
  • Automatically Change the Search Result Order
  • Configuring Searchable Attributes
  • Editing Category Configuration
Topic 4
  • Using Search Placement or Search Rank to Change Product Order in a Category
  • Managing Synonyms and Hypernyms
Topic 5
  • Configuring Catalog-Level Image Management Settings
  • Configuring Search Refinements for a Site and a Category
Topic 6
  • Manually Changing the Order of Products in a Category
  • Configuring Catalog-Level Product Attribute Settings
Topic 7
  • Storefront Sorting Options Menu
  • Managing Search Suggestions
  • Managing Search Redirects
  • Managing Common Phrases
Topic 8
  • Using Static Customer Groups
  • Inventory Settings & Management
  • Managing Product Attributes

 

NEW QUESTION 91
A merchant checked the "Show Orderable Products Only" preference in Business Manager. What impact does this have on the Storefront from a user perspective?

  • A. Pre-order products will be excluded from search results.
  • B. The product detail page will be hidden if Available to Sell (ATS) = 0.
  • C. Products with an Available to Sell (ATS) - 0 will be excluded from search results.
  • D. Back-order products will be excluded from search results.

Answer: C

 

NEW QUESTION 92
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 content slot configurations can ve localized for different languages.
  • B. Only Page Designer Components can be localized for different languages.
  • C. Only content slot configurations can be tied to campaigns.
  • D. Only page Designer components can ve tied to campaigns.

Answer: B

 

NEW QUESTION 93
A developer needs to render a Page Designer page in JSON format. What is the correct syntax?

  • A. PageMgr.serializePage(pageID), {parameter1:value1}};
  • B. JSON.stringgify(PageMgrrenderpage(pageID), {paramter1:value1}}:
  • C. PageMgr,renderPage{pageID, {parameter1: value1}}

Answer: A

 

NEW QUESTION 94
Which three operations should be done in a controller?
Choose 3 answers

  • A. Use the model needed for the view.
  • B. Use middleware functions when applicable
  • C. Generate the response as JSON or HTML
  • D. Create a plain JavaScript object representing a system object
  • E. Use the Script API to generate data for the view.

Answer: A,B,C

 

NEW QUESTION 95
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?

  • A. Payment Processors
  • B. Payment Methods
  • C. Apple Pay
  • D. Locale Payments

Answer: C

 

NEW QUESTION 96
Northern Trail Outfitters (NTO) Just went live after migrating its online shop to B2C Commerce from a custom eCommerce platform. NTO now needs to migrate its orders NTO cannot provide a B2C Commerce feed, but a custom export We from its current eCommerce site.
What are the correct steps to migrate these orders to B2C Commerce?

  • A. Receive the orders file and use a Job to generate the orders in B2C Commerce schema. Create a B2C Commerce Support ticket to ask them to Import the orders.
  • B. Receive the orders file and use a Job to place new orders in B2C Commerce with the order data received.
  • C. Receive the orders file and use a job to generate the orders m B2C Commerce schema. Ask the client to import them on production before the launch.
  • D. Create a B2C Commerce Support ticket and ask them to import the order flies received from Northern Trail Outfitters.

Answer: A

 

NEW QUESTION 97
A new project for a Client will involve a few different Integrations to their middleware system resulting in four different web services. All will use the same credentials to the middleware. Each will have the same timeout, but will require a separate log file prefix.
How should the Architect set this up with the Service framework using a minimal set of configuration?

  • A. Four Service Configurations. Four Service Profiles, Four Service Credentials
  • B. Four Service Configurations. Four Service Profiles, One Service Credential
  • C. One Service Configuration, Four Service Profiles, One Service Credential.
  • D. Four Service Configurations. One Service Profile, One Service Credential.

Answer: D

 

NEW QUESTION 98
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:

Which modification allows the requests to successfully execute?

  • A. Change the "methods" value to: ["get", "post"].
  • B. Change the "read_attributes" value to: "(items)".
  • C. Change the "resource_id" value to: "/baskets/*/items".
  • D. Change the "write_attributes" value to: "(+items)".

Answer: C

 

NEW QUESTION 99
A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.
Which action should the developer take to resolve the problem?

  • A. Create an attribute Group with the desired attributes in it.
  • B. Change the data type of the attributes.
  • C. Set the attributes to site-specific replicable.

Answer: A

 

NEW QUESTION 100
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:scss, npm run compile:html, npm run clean
  • B. npm run compile:js, npm run compile: scss, npm run compile:html
  • C. npm run compile:js, npm run compile:scss, npm run compile:fonts
  • D. npm run compile:js, npm run compile:html, npm run clean

Answer: C

 

NEW QUESTION 101
A Digital Developer has identified that the code segment below is causing performance problems.

What should the Developer do to improve the code?

  • A. Breaks the process into separate loops.
  • B. Avoid using an Iterator and use a Collection instead.
  • C. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
  • D. Use a system attribute instead of the isOnSaleFlag custom attribute.

Answer: A

 

NEW QUESTION 102
Given the following snippet:
Server.append( 'Show' , function (req, res, next) )
According to SFRA, which two options shows a correct way to complete the code above in order to provide data to the response using a controller?
Choose 2 answers

  • A. res.viewData = {
    data: myDataObject
    };
    res.render('/content/myPage');
    next();
    });
  • B. res.setViewData ({
    data: myDataObject
    });
    res.render('/content/myPage');
    next();
    });
  • C. res.render('/content/myPage');
    next();
    }).append{(
    Data:myDataObject
    });
  • D. res.render('/content/myPage',{
    data: myDataObject
    });
    next();
    });

Answer: D

 

NEW QUESTION 103
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons?

  • A. The category is offline.
  • B. The category is not sorted
  • C. The Storefront catalog is offline
  • D. The category does not contain available products

Answer: C,D

 

NEW QUESTION 104
Given the file structure below, which ISML method call renders the customLandingPage template?

  • A. ISML.render('content/custom/customLandingPage');
  • B. ISML('content/custom/customLandingPage');
  • C. ISML.renderTemplate('content/custom/customLandingPage');
  • D. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');

Answer: C

 

NEW QUESTION 105
A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.
Whet first step needs to be taken to identify and fix the issue?

  • A. Verify the modules versions used to generate the code.
  • B. Clean up build server work space and run job again.
  • C. Recreate the job in the build server to verify compilation issues.
  • D. Verify the generated JavaScript and CSS for the build.

Answer: A

 

NEW QUESTION 106
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 <options> list with the correct two-letter abbreviation for the provinces.
The U.S. requirements are to:
* Have an <options> 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?

  • A. Create a copy of existing address.xml file in the default folder. Rename that file to address_en_US.xml
  • B. Create a copy of existing address.xml file in the default folder. Rename that file to adres_US.xml
  • C. Create a new sub-folder in the forms folder. Name it en_US. Copy existing address.xml file in the new folder.
  • D. Create a new sub-folder in the forms folder. Name it US. Copy existing address.xml file in the new folder.

Answer: A

 

NEW QUESTION 107
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.product
  • B. pdict.Basket.products{loopstatus}
  • C. product
  • D. loopstatus.product

Answer: B

Explanation:

 

NEW QUESTION 108
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 a Globalpreference dedicated for the service URL
  • B. Use the service credential URL field
  • C. Use a Sitepreference dedicated for the service URL
  • D. Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.

Answer: D

 

NEW QUESTION 109
A client has two B2C Commerce sites in the same instance: one for the U.S. market, the other for the European market. They offer free gift wrapping on a selection of products. For each order, five products can be wrapped in the U.S., but only three products can be wrapped in the European region.
How should a developer allow the merchant to independently adjust this number?

  • A. Select the corresponding option in the system preference for Orders.
  • B. Add a new Campaign using the Online Marketing section of the Business Manager.
  • C. Configure a new localizable content slot with a market-specific value.
  • D. Create a new custom preference by extending the Site Preference object type.

Answer: C

 

NEW QUESTION 110
Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers

  • A. Use the undo replication process to roll back code replications only, not data replications.
  • B. Replicate the latest data to Production during periods of increased site use to ensure freshness.
  • C. Wait 15 minutes after the recreation process completes for the cache to dear automatically.
  • D. Use the undo replication process to roll back to the previous replication if necessary.

Answer: A,C

 

NEW QUESTION 111
Given the SFRA Controller below:

Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?

  • A. viewdata is a B2C Script reserved name.
  • B. viewdata is assigned but not declared.
  • C. cache. applyDefauItCache is not a valid middleware.
  • D. viewdata is declared but not assigned.

Answer: B

 

NEW QUESTION 112
......

Latest Salesforce CCM-101 Practice Test Questions: https://www.lead2passexam.com/Salesforce/valid-CCM-101-exam-dumps.html

Realistic CCM-101 Accurate & Verified Answers As Experienced in the Actual Test!: https://drive.google.com/open?id=1MAwEmmKFCpbSjuMDGLlxQK9BxvMieDYQ