[Apr-2023] CCM-101 Questions - Truly Beneficial For Your Salesforce Exam
Download Salesforce CCM-101 Sample Questions
The Salesforce CCM-101 exam is intended for business analysts, developers, and administrators who have experience working with B2C Commerce Cloud Store. The exam is designed for professionals who want to gain a deeper understanding of the platform and demonstrate their expertise in managing and merchandising a B2C Commerce Cloud Store.
Achieving Salesforce CCM-101 certification demonstrates to potential employers that candidates possess the skills and knowledge needed to manage and merchandise a B2C Commerce Cloud store effectively. This certification is highly valued in the industry and can help professionals advance their careers and earn higher salaries.
NEW QUESTION # 18
During a technical review, the Client raises a need to display product pricing on the Product Detail Page (PDP) with discounted values per promotion. The Client notes customers complained of bad user experiences in the past when they would add a product to the basket from the cached PDP and then see a higher price when they started checkout as the promotion had expired.
What should the Architect suggest be implemented for this given that performance should be minimally impact?
- A. Remove caching of the product page during the promotion.
- B. Modify the page to vary the cache by price and promotion.
- C. Adjust the PDP to have a low caching period during the promotion.
- D. Create a separate template or view based on the promotion.
Answer: B
NEW QUESTION # 19
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Log.
Which step needs to be completed to get the messages to appear in the Request Log?
- A. In Global preferences, check the box for Enable custom logging in Request Log.
- B. In Custom Log Settings, check the DEBUG box for Select Log Levels Written to Files.
- C. In custom Log Settings, activate the loggin category at DEBUG level.
- D. In Site Preferences, check the box for Enable custom Logging in Request Log
Answer: B
NEW QUESTION # 20
A B2C Commerce developer has recently completed a tax service link cartridge integration into a new SHU site. During review, the Architect notices the basket calculation hook is being run multiple times during a single tax call.
What is the reason for the duplicate calculations being run?
- A. There are multiple hook.js Wes referring to the same hook.
- B. The checkout is designed to recursively refer to the same hook.
- C. The tax cat is being called multiple times.
- D. The LINK cartridge Is Included multiple times in the cartridge path.
Answer: C
NEW QUESTION # 21
Universal Containers sells physical gift cards for the holidays.
What needs to occur to guarantee the cards will always be available?
- A. Create an inventory record with Backorder Handling enabled.
- B. Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
- C. Create an inventory record with an unlimited Allocation value.
- D. Create a perpetual inventory record.
Answer: A
NEW QUESTION # 22
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.
Answer: D
NEW QUESTION # 23
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 assets among locales
- B. Sharing content slots among locales
- C. A Sharing content assets between sites
- D. Sharing content slots between sites
Answer: C
NEW QUESTION # 24
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:html, npm run clean
- C. npm run compile:js, npm run compile: scss, npm run compile:html
- D. npm run compile:js, npm run compile:scss, npm run compile:fonts
Answer: D
NEW QUESTION # 25
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. Add csrfProtection middleware steps in the controller
- B. Delete the existing CSRF allow list in Business Manager.
- C. Extend the CSRF token validity to avoid timeouts.
Answer: A
NEW QUESTION # 26
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 Sitepreference dedicated for the service URL
- B. Use a Globalpreference dedicated for the service URL
- C. Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.
- D. Use the service credential URL field
Answer: C
NEW QUESTION # 27
A merchant has a content slot on a page that currently displays products based on the top Sellers for the current week.
They wish to change this functionality and, instead, have the slot render a specific content asset so that the content experience is more personalized to the visitors.
Which two actions are necessary to make this change?
Choose 2 answers
- A. Delete the existing content slot and create a new one.
- B. Change the rendering template in the slot configuration
- C. Change the default setting in the slot configuration
- D. Change the content type for the slot configuration
Answer: B,D
NEW QUESTION # 28
During a load test the storefront shows steady but slow performance on all the paces being tested. The Architect opens Pipeline Profiler and sorts the data by *total time" column. The following come as the top Ave items:
Which controller should the Architect focus on to further investigate the performance issue?
- A. Product-HitTile as it has the highest hits during the load test.
- B. Home-IncludeHeaderMenu as It has highest average time.
- C. Search Show as this Is one of the key controllers that the customer uses
- D. Product-Detail as It has the highest total time and highest maximum time.
Answer: B
NEW QUESTION # 29
Consider the following information:
* A merchant has this three-tier category structure setup in the Storefront catalog:
New Arrivals > Women > Clothing
* The category named Clothing has all the clothing items for Women and is merchandised.
* A Search Refinement named Newness is correctly configured for the Clothing category.
When a merchandiser views the Clothing category, the Search Refinement appears and Works as expected. However, the merchandiser does not see the Search Refinement when searching for Clothing via the Storefront search.
What is the Reason?
- A. The Search Refinement definition is not set up for the New Arrivals Category.
- B. There are conflicting Search Refinement definitions for Clothing and one of its parent categories
- C. The Search Refinement definitions is not set up for the Root Category
- D. The Search Refinement definition is not set up for the Women category
Answer: A
NEW QUESTION # 30
Given the file structure below, which ISML method call renders the customLandingPage template?
- A. ISML.render('content/custom/customLandingPage');
- B. ISML.renderTemplate('content/custom/customLandingPage');
- C. ISML('content/custom/customLandingPage');
- D. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');
Answer: B
NEW QUESTION # 31
Once the Cache Information tool of the storefront toolkit is enabled, how can a Digital Developer view caching information for a particular component of the page?
- A. Start a pipeline debugging session and view the caching information provided.
- B. Right-click on the component in UX Studio and view the caching properties of the file.
- C. Open the Request Logs to view the caching information.
- D. Hover over the caching icons now present on the storefront.
Answer: D
NEW QUESTION # 32
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. Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
- B. Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
- C. Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.
- D. Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.
Answer: D
NEW QUESTION # 33
A developer is asked to write a log containing the ID and name of the product with a variable named myProduct.
Which snippet of code should be used?
- A. Logger.warn('The current producto is ${myProduct.getID()} with name ${myProduct.getName()}');
- B. Logger.warn('The current producto is %s with name %s'), context(myProduct.getID(), myProduct.getName());
- C. Logger.warn('The current producto is {0} with name {1}'), context(myProduct.getID(), myProduct.getName());
- D. Logger.warn('The current producto is {0} with name {1}', myProduct.getID(), myProduct.getName());
Answer: D
NEW QUESTION # 34
Which two methods are efficient and scalable? (Choose two.)
- A. ProductMgr.queryAllSiteProducts()
- B. ProductSearchHit.getRepresentedProducts()
- C. Category.getProducts()
- D. ProductSearchModel.getProductSearchHits()
Answer: C,D
NEW QUESTION # 35
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 Catalog Import and Export module, export the Master catalog with a category-assignment search to export specific
- 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 Site Import and Export module, export both the Site catalog and the Master catalog in a single archive.
Answer: B
NEW QUESTION # 36
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 Methods
- B. Payment Processors
- C. Locale Payments
- D. Apple Pay
Answer: C
NEW QUESTION # 37
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. Wait 15 minutes after the recreation process completes for the cache to dear automatically.
- C. Replicate the latest data to Production during periods of increased site use to ensure freshness.
- D. Use the undo replication process to roll back to the previous replication if necessary.
Answer: A,B
NEW QUESTION # 38
A retailer notices that the Account Addresses page is showing the wrong shopper's address.
Which tool should the developer start with to identify the issue?
- A. Pipeline Profiler
- B. Storefront Toolkit
- C. Reports and Dashboards module
Answer: B
NEW QUESTION # 39
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?
- A. Store the region code value in a session variable.
- B. Define a custom object type to store the username with the region code.
- C. Store the region code value in the geolocation system attribute of the Order.
- D. Define a custom attribute on the Order system object type to store the region code value.
Answer: D
NEW QUESTION # 40
Which is an appropriate use of the <isif> ISML tag that follows B2C Commerce and SFRA best practices?
- A. Redirect users to the registration page if they are not logged in
- B. Display a section of the page to logged users only
- C. Implement involved business logs through conditional statements.
Answer: C
NEW QUESTION # 41
......
To prepare for the exam, candidates can take advantage of the various study materials provided by Salesforce, including online courses, Trailhead modules, and practice exams. It is recommended that candidates have at least six months of experience in managing and merchandising a B2C Commerce Cloud store before taking the exam.
Truly Beneficial For Your Salesforce Exam: https://www.test4sure.com/CCM-101-pass4sure-vce.html
Real CCM-101 Exam Questions and Answers FREE: https://drive.google.com/open?id=10CEWkIK1uFekrkRWFQf531BBUqLrtboF