Salesforce New 2023 CCM-101 Sample Questions Reliable CCM-101 Test Engine [Q85-Q107]

Share

Salesforce New 2023 CCM-101 Sample Questions Reliable CCM-101 Test Engine

Feel Salesforce CCM-101 Dumps PDF Will likely be The best Option

NEW QUESTION 85
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
The code below is the submit button for the ISML markup.

What additional steps must occur before the Digital Developer can begin writing the processing code for this request?

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

Answer: B

 

NEW QUESTION 86
A developer is asked to improve the maintainability of a page by reducing its code repetition.
What are two techniques the developer should implement to achieve this?
Choose 2 answers.

  • A. Embed partial files using ISML expressions
  • B. Implement template decorators paired with replace tags
  • C. Require and render templates with <isscript> tags
  • D. Use local template includes

Answer: B,D

 

NEW QUESTION 87
During discovery, the customer required a feature that is not inducted in the standard Storefront Reference Architecture CSFRA). In order to save budget, the Architect needs to find the quickest way to implement this feature.
What is the primary resource the Architect should use to search for an existing community Implementation of the requested feature?

  • A. Salesforce Commerce Cloud GitHub repository
  • B. Salesforce B2C Commerce Documentation
  • C. Salesforce Commerce Cloud Trailblazer community
  • D. Salesforce Trailblazer Portal

Answer: A

 

NEW QUESTION 88
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers

  • A. Assign a default currency.
  • B. Assign a default payment type.
  • C. Assign a default payment method.
  • D. Assign a default payment processor.
  • E. Assign the appropriate taxation type.

Answer: A,E

 

NEW QUESTION 89
A developer is implementing new Page Designer content on a merchant's Storefront and adds the line shown below to the setupCsntentSearch function in the searchHelpers.Js file.
What does this achieve?

  • A. Allows filtering Page Designer pages by folder
  • B. Prevents Page Designer pages from being searchable
  • C. Allows Page Designer pages and components to be searchable

Answer: C

 

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

  • A. Use the Site Import & Export module to export both the site catalog and the master catalog in a single archive.
  • B. Use the Catalog Export module to export the master catalog, with a category-assignment search to export specific products.
  • C. Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to export specific products.
  • D. Use the Catalog Export module to export the site catalog.

Answer: B

 

NEW QUESTION 91
A developer must configure permissions for an Open Commerce API resource on a sandbox instance that currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers

  • A. Client_id
  • B. Read_attributes
  • C. Version_range
  • D. Resource_id

Answer: A,D

 

NEW QUESTION 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 must these requirements?

  • A. set the product system object type as localizable.
  • B. Create a custom attribute on the product system object and set it as localizable.
  • C. Add a resource file for every locale for which the attribute needs to be translated.

Answer: B

 

NEW QUESTION 93
A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey dat a. The initial implementation of the integration includes
1. Marking the order as requiring a survey before order placement
2. On the order confirmation pace, the survey form is displayed for the customer to fill
3. The data is sent to the survey provider API, and the order it marked as not requiring a survey Later it was identified that this solution is not fit for purpose as the following issues and additional requirements were identified:
1. If the API call fails, the corresponding survey data is lost. The Business requires to avoid data loss.
2. Some customers skipped the form. The Business require sending a survey email to such customers.
3. The Order Management System (OMS) uses a non-standard XML parser it did not manage to parse orders with the survey, until the survey attribute was manually removed from the xml.
How should the Architect address the issues and requirements described above?

  • A. Send the survey data to the API endpoint in real-time until the survey data is successfully captured. Instruct the OMS development team to update their XML parser, use the Order survey attribute to send emails for the cases when the survey was skipped.
  • B. Create a custom object when the survey is required Send to the API endpoint in real-time. On success, remove the object. On failure, capture the survey data in the custom object and later reprocess with a job. Use the custom object to send emails for the cases when survey was skipped.
  • C. Create a custom object to store the survey data. Send to the API endpoint using a job. On success, remove the custom object. On failure, send the survey data with API from the next execution of the same job. Use the custom object to send emails for the cases when the survey was skipped.
  • D. Create a custom session attribute when the survey is required. Send to the API endpoint in real-time. On failure, capture the survey data in the session and reprocess, use me session attribute to send emails for the cases when survey was skipped.

Answer: B

 

NEW QUESTION 94
Given the following conditions:
* Site export file with a copy of the Storefront data for a custom site
* Sandbox with the custom site code, but no Storefront data
* Requirement for a working copy of SFRA for development reference
A developer is assigned the following Business manager tasks:
A) Import the custom Site using Site Import/Export
B) Import the SFRA Demo Sites using Site Import/Export
C) Rebuild the custom Site search indexes
In what sequence should the developer perform the tasks, so that the custom Site displays the products as intended?

  • A. Task B, then A, then C
  • B. Task B, then C, then A
  • C. Task A, then C, then B
  • D. Task A, then B, then C

Answer: A

 

NEW QUESTION 95
A developer has a sandbox with code to log a message during execution, and the following code:
After the code executes the developer does not see any log file with the message in the WebDEV folder.
Which two XML files should the developer import using the using-specific Merchant Tools import modules?

  • A. Search settings and Promotion
  • B. Promotions and Site jobs
  • C. Search settings and Site Jobs

Answer: A

 

NEW QUESTION 96
The client provided these business requirements:
* The B2C Commerce storefront will integrate with the client's Order Management System (OMS).
* The storefront will provide reel-time order export of successfully pieced orders The OMS supports both web service export end SFTP batch order export, but the client has expressed concern about the availability of the OMS.
Which two solutions satisfy the requirements and address the OMS reliability concern?
Choose 2 answers

  • A. Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.
  • B. Implement a batch export of orders to SFTP, excluding exported orders. This runs as a scheduled fc>b with a high-frequency run rate end marks processed orders as exported upon success.
  • C. implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate end marks processed orders as exported upon success.
  • D. Implement a Live export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.

Answer: A,B

 

NEW QUESTION 97
Business Manager has the configuration:
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger(''products'');
Using this information, what will be written to the log?

  • A. log.error("This is an error message"); AND log.info("This is an info message");
  • B. log.info("This is a warn message");
  • C. log.warn("This is a warn message"); AND log.error("This is an error message");

Answer: B

 

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

  • A. Content slot variable
  • B. Request scope variable
  • C. Session scope variable
  • D. Page scope variable

Answer: C

 

NEW QUESTION 99
A developer working on a simple web service integration is asked to add appropriate logging to allow future troubleshooting.
According to logging best practices, which code should the developer write to log when an operation succeeds, but has an unexpected outcome that may produce side effects?

  • A. Logger.debug('Unexpected service response')
  • B. Logger.warn('Unexpected service response')
  • C. Logger.info('Unexpected service response')
  • D. Logger.error('Unexpected service response')

Answer: B

 

NEW QUESTION 100
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. Add American Express into the Order settings in Site Preferences.
  • B. Add American Express as a Payment Preference in Site Preferences.
  • C. In Payment Processor, create American Express as a payment type.
  • D. In Payment Methods, enable American Express as a credit card type.

Answer: B

 

NEW QUESTION 101
In order to implement site custom functionality, a developer creates a new cartridge.
Which step should the developer take to ensure their cartridge changes take effect?

  • A. Rebuild the site indexes to capture incremental changes.
  • B. Add the new cartridge to the cartridge path for the relevant Storefront site.
  • C. Add the new cartridge to the cartridge path for the business Manager site.

Answer: B

 

NEW QUESTION 102
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'

  • A. Extend the CSRF token validity to avoid timeouts.
  • B. Add csrfProtection middleware steps in the controller
  • C. Delete the existing CSRF allow list in Business Manager.

Answer: B

 

NEW QUESTION 103
A merchant has a requirement to render personalized content to n a category page via a Content Slot that targets VIP high-spending customers during a specific promotional period.
Which two items should the developer create to achieve the specified requirements?
Choose 2 answers:

  • A. Rendering Template
  • B. Page Template
  • C. VIP Customer Group
  • D. Slot Configuration

Answer: A,D

 

NEW QUESTION 104
A Digital Developer suspects a logical error in a script.
Which action will help locate the error?

  • A. Print all values in the script node called before the current script.
  • B. Check request logs for evidence of the logical error.
  • C. Submit a support ticket to B2C Commerce.
  • D. Put breakpoints in the code, debug, and examine variable values.

Answer: B

 

NEW QUESTION 105
A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user.
What should a developer implement to achieve this requirement?

  • A. Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
  • B. Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
  • C. Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.
  • D. Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.

Answer: C

 

NEW QUESTION 106
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.

Answer: C

 

NEW QUESTION 107
......


Salesforce CCM-101 Exam Syllabus Topics:

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

 

Use Valid New CCM-101 Test Notes & CCM-101 Valid Exam Guide: https://www.real4prep.com/CCM-101-exam.html

CCM-101 exam torrent Salesforce study guide: https://drive.google.com/open?id=1KF8ezjZ3yWOcmCjPqK-ToiaXglGTFc7N