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

A. ISML.renderTamplate(`cartridge/templates/default/content/custom/customLandingPage');
B. ISML(`content/custom/customLandingPage');
C. ISML.render(`content/custom/customLandingPage');
D. ISML.renderTemplate(`content/custom/customLandingPage');
A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution.
Which statement should the Developer use to lazy load scripts?
A. importPackage () method
B. $.ajax () jQuery method
C. local include
D. require () method
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 "products."
B. Change the slot's configuration content type to "recommendations."
C. Change the slot's configuration template to the appropriate rendering template.
D. Delete the existing content asset.
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 definition is not set up for the Women category
D. The Search Refinement definition is not set up for the Root category
Given the SFRA Controller below:

Why would a JavaScript debugger, that is stopped at line 06, fail to show the viewData variable in the inspection tool?
A. viewData is declared but not assigned
B. viewData is assigned but not declared
C. viewData is a B2C Script reserved name
D. cache.applyDefaultCache is not a valid middleware
Business Manager has the configuration:
1.
Active Log category is "root"
2.
Log level of INFO
The code below executes.
var log = Logger.getLogger("products", "export");
log.info("This is important information");
Using this information, what is the beginning of the filename in which the log will be written?
A. custom-products
B. products
C. custom-export
D. info-export
A Storefront is designed so that multiple pages share a common header and footer layout.
Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?
A.
B.
C.
D.
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. Create a new custom preference by extending the Site Preference object type
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. Select the corresponding option in the system preference for Orders
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:js, npm run compile:html, npm run clean
B. npm run compile:js, npm run compile:scss, npm run compile:fonts
C. npm run compile:js, npm run compile:scss, npm run compile:html
D. npm run compile:scss, npm run compile:html, npm run clean

A merchant uploads an image using the Content Image Upload module of Business Manager.
Which three modules can the merchant or developer use to display the image on the Storefront? (Choose three.)
A. Content assets
B. Storefront catalogs
C. ISML templates
D. Content slots
E. Payment types