[Nov-2023] Salesforce CCM-101 Dumps – Reduce Your Chance of Failure in CCM-101 Exam
To help you achieve your ultimate goal, we suggest the actual Salesforce CCM-101 dumps for your Manage and Merchandise a B2C Commerce Cloud Store - Extended exam preparation to use as your guideline.
NEW QUESTION # 101
A developer is asked to create a new service instance that will call a remote web service.
Which method should the developer use to create the service instance?
A)
B)
C)
- A. Option C
- B. Option B
- C. Option A
Answer: C
NEW QUESTION # 102
The Client is planning to switch to a new Payment Service Provider (PSP). They have approached an Architect to understand the time and effort to Integrate the new PSP The PSP offers a LINK cartridge compatible with SiteGenesis Pipelines, but the Client's website is build on Controllers.
Which two options should the Architect take into consideration before starting analysis? Choose 2 answers
- A. Look for a different PSP that supports controllers and would not require conversion efforts.
- B. Reach out to the PSP development team and ask if a new cartridge version that supports controllers is under development
- C. Produce a proof of concept converting the most essential pipelines into controllers and integrate the cartridge.
- D. Estimate the effort and risk to convert the LINK cartridge from pipelines to controllers.
Answer: C,D
NEW QUESTION # 103
The developer is asked to enhance the functionality of an existing controller route by adding information to the response's viewData.
How should the developer approach this task while following SFRA best practices?
- A. Use the "append" method of the server module for the existing route.
- B. Replace the callback function of the existing route using superModule.
- C. Copy the existing route in a new cartridge and modify where necessary.
- D. Use the "extend" method of the server module for the existing route.
Answer: D
NEW QUESTION # 104
Refer to the screen shot below:
Given a site called RefArch that has the settings shown, what must be done for RefArch to use the same customer list as RefArchGlobal?
- A. Select RefArchGlobal in the dropdown for Customer List.
- B. Import the RefArchGlobal customer list into the RefArch site.
- C. Enable "Customer List Sharing" in Site Preferences.
- D. Enable "Customer List Sharing" in Global Preferences.
Answer: C
NEW QUESTION # 105
A developer is asked to periodically create a CSB file in a WebDAV folder to hold the orders information of the last 30 days.
What are the appropriate actions to implement such a requirement?
- A. Configure a new custom OCAPI endpoint and use the Customers resource type.
- B. Implement and configure a recurring task using the cron command in Business Manager.
- C. Develop and configure a steptype and corresponding CommonJ5 job step script.
Answer: C
NEW QUESTION # 106
The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.
An Architect analyzes the following proposed solution:
Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.
Which two risks should the Architect communicate to the Client about this solution?
Choose 2 answers
- A. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- B. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
- C. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
- D. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
Answer: B,D
NEW QUESTION # 107
A merchant asks a developer to create a Cache Partition for the home page, so that when the home page is edited, only the home page is cleaned.
Given the above requirement, where should the developer create that partition in Business Manager?
- A. Operations > Site > Manage Sites > Cache
- B. Operations > Cache > Site
- C. Site > Site Preferences > Cache
- D. Administration > Sites > Manage Sites > Site > Cache
Answer: D
NEW QUESTION # 108
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?
- A. Hyponyms
- B. Hypernyms
- C. Synonyms
Answer: B
NEW QUESTION # 109
A developer is given a task to implement a new Page Designer layout component that doesn't accept certain asset components.
How should the developer achieve the above task?
- A. Add layout_type_exclusion in the other asset components json configuration.
- B. Add component_type_inclusion in the layout json configuration
- C. Add layout_type_inclusion in the target components json configurations.
- D. Add component_type_Exclusions in the layout json configuration
Answer: B
NEW QUESTION # 110
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
The following processing code is found in the Cart.js controller file:
What should the Developer verify to identify the issue?
- A. The form group has the secure attribute set to true.
- B. The CSRF token is present in the form and is being submitted in the request.
- C. The CSRF settings in Business Manager are properly configured.
- D. The CSRF cartridge is included in the site's cartridge path.
Answer: B
NEW QUESTION # 111
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. Session scope variable
- C. Request scope variable
- D. Page scope variable
Answer: B
NEW QUESTION # 112
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.warn("This is a warn message"); AND log.error("This is an error message");
- B. log.error("This is an error message"); AND log.info("This is an info message");
- C. log.info("This is a warn message");
Answer: C
NEW QUESTION # 113
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.render('/content/myPage',{
data: myDataObject
});
next();
}); - B. res.viewData = {
data: myDataObject
};
res.render('/content/myPage');
next();
}); - C. res.setViewData ({
data: myDataObject
});
res.render('/content/myPage');
next();
}); - D. res.render('/content/myPage');
next();
}).append{(
Data:myDataObject
});
Answer: A
NEW QUESTION # 114
Below is a form definition snippet from the newsletter.xml file:
<?xml version="1.0"?>
<form xmlns=http://www.demandware.com/xml/form/2008-04-15>
<field formid="email" lavel="Email" type="String" mandatory="True" max-length="50" />
</form>
Which line of code creates a JSON object to contain the form data?
- A. Server.form.getForm('newsletter');
- B. Server.forms.getForm('newsletter');
- C. Server.form.getForm('dwfrm_newsletter')
- D. Server.forms.getForm('dwfrm_newsletter')
Answer: B
Explanation:
En el controller:
En el Formulario:
NEW QUESTION # 115
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. Add a resource file for every locale for which the attribute needs to be translated.
- B. set the product system object type as localizable.
- C. Create a custom attribute on the product system object and set it as localizable.
Answer: C
NEW QUESTION # 116
......
100% Free CCM-101 Demo-Trial [Pdf], get it now: https://drive.google.com/open?id=1gxjIueqelI9lrFxGZHn-NZQs0bZ8F6vW
Accurate & Verified Answers As Seen in the Real Exam here: https://www.prep4sureguide.com/CCM-101-prep4sure-exam-guide.html