CCM-101 Pre-Exam Practice Tests | (Updated 208 Questions)
Valid CCM-101 Exam Q&A PDF - One Year Free Update
NEW QUESTION # 90
During the testing of the login form, QA finds out that the first time the user can log in, but every other login attempt from another computer leads to the homepage and the basket being emptied. Developers tried to debug the issue, but when they add a breakpoint to the login action, it is not hit by the debugger.
What should the Architect recommend developers to check?
- A. Check Login Form and any included templates for includes that enable page caching.
- B. Add remote include for the login page
- C. Remove CSRF protection from Login Form Action.
- D. Add disable cache page in the template ISML - <iscache status--off''/>.
Answer: B
NEW QUESTION # 91
Universal Containers sells physical gift cards for the holidays.
What needs to occur to guarantee the cards will always be available?
- A. Create a perpetual inventory record.
- B. Create an inventory record with Backorder Handling enabled.
- C. Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
- D. Create an inventory record with an unlimited Allocation value.
Answer: B
NEW QUESTION # 92
A developer wants to create in Business Manager extension with the cartridge named plugin_vm_extension.
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:
- A. Add plugin_bm_extension to the cartridge path under business manager cartridge site
- B. Add plugin_bm_extension to the cartridge path under Storefront cartridge site path.
- C. Activate a new code version for the Business Manager Site.
- D. Add the appropiate roles and permission to the user to view the business manager extension.
Answer: A,C
Explanation:
NEW QUESTION # 93
An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:
* 50 different pricing groups of customers
* 30 different pricing groups of employees
* 10 different pricing groups of vendors
Which items should the Architect include in the design in order to set applicable price books based on these requirements'' Choose 2 answers
- A. - 50 customer groups for customers
- 30 customer groups for employees
- 10 customer groups for vendors - B. - One promotion and 50 campaigns for customers
- One promotion and 30 campaigns for employees
- One promotion and 10 campaigns for vendors - C. - One customer group and SO subgroups for customers
- One customer group and 30 subgroups for employees
- One customer group and 10 subgroups for vendors - D. - One campaign and multiple promotions for each customer group
Answer: A,C
NEW QUESTION # 94
A developer is given the requirement to add a step to the existing business logic of the registration process. How should the developer modify the route that handles the customer registration?
- A. Extend the route with new functionality.
- B. Override the route with new functionality.
- C. Change the controller route with new functionality.
- D. Copy the code from the original route to a new controller route, and change it.
Answer: A
NEW QUESTION # 95
A developer is tasked with the development of anew Page Designer Page Type, as requested by the merchant.
How should they define the rendering logic of the page?
- A. Implement a Controller file with a ''render'' route.
- B. Implement a metadata JSON file with a ''render'' property.
- C. Implement a JavaScript file with a render () function.
Answer: C
NEW QUESTION # 96
A developer working on a multi country site is asked to store country specific data that drives the creation of a country selector. Examples of the data stored are:
* Pricebook to be used
* Image URL for country flag
The data used in staging also applies in production, but only for this site.
Which approach should the developer take to implement these requirements?
- A. Extend the Locale System Object to contain the custom data for each country.
- B. Create site-specific content assets to store the data for each country.
- C. Create a replicable, site-specific Custom Object with the custom data for each country.
Answer: C
NEW QUESTION # 97
Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? (Choose two.)
- A. Change the slot's configuration content type to "recommendations."
- B. Change the slot's configuration template to the appropriate rendering template.
- C. Change the slot's configuration content type to "products."
- D. Delete the existing content asset.
Answer: A,B
NEW QUESTION # 98
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers
- A. Product has been set to searchable.
- B. Product lacks a price.
- C. Product Available to sell is <1.
- D. Product does not have any images.
- E. Product is not online.
Answer: B,D
NEW QUESTION # 99
A developer is remotely fetching the reviews for a product.
Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?
- A. Cached remote include with cache of the HTTP service
- B. Remote include with caching only the reviews
- C. Cache the HTTP service request
- D. Use custom cache
Answer: C
NEW QUESTION # 100
What happens if the log file size limit is reached in custom logging?
- A. The log file rolls over and the last used log is overwritten.
- B. The log file is deleted and recreated from scratch.
- C. Logging is suspended for two hours.
- D. Logging is suspended for the day.
Answer: B
NEW QUESTION # 101
A merchant has a content slot on a page that currently displays products based on the top sellers for the current week. The merchant wants to change this functionality. They want to 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?
- A. Change the default setting AND the rendering template in the slot configuration.
- B. Change the rendering template in the slot configuration AND delete the existing content slot to create a new one.
- C. Change the content type AND the rendering template in the slot configuration.
Answer: C
NEW QUESTION # 102
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. Back-order products will be excluded from search results.
- C. The product detail page will be hidden if Available to Sell (ATS) = 0.
- D. Products with an Available to Sell (ATS) - 0 will be excluded from search results.
Answer: D
NEW QUESTION # 103
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.forms.getForm('newsletter');
- B. Server.form.getForm('dwfrm_newsletter')
- C. Server.form.getForm('newsletter');
- D. Server.forms.getForm('dwfrm_newsletter')
Answer: A
Explanation:
En el controller:
En el Formulario:
NEW QUESTION # 104
A developer is checking for Cross Site Scripting (XSS) and found that the quick search is not escaped (allows inclusion of Javascript) in the following script:
How would the developer resolve this issue?
- A. Use <isprint value="${searchPhrase}* encoding-'jshtmr />
- B. Replace ' with double Quote*
- C. Use <toprint value="${searchPhrase}" />
- D. Use <isprint value='${searchPhrase} encoding-'jsblock" />
Answer: D
NEW QUESTION # 105
......
Manage and Merchandise a B2C Commerce Cloud Store - Extended Free Update Certification Sample Questions: https://pass4itsure.passleadervce.com/B2C-Commerce-Developer/reliable-CCM-101-exam-learning-guide.html