How should the Developer change the request?

A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly: How should the Developer change the request?A . Change the URI to /dw/shop/v18_3/products/creative-zen-v.B . Change the HTTP method to PUD . Change the HTTP method to GEF ....

June 1, 2021 No Comments READ MORE +

Which three techniques improve client-side performance in production while following documented best practices? (Choose three.)

Which three techniques improve client-side performance in production while following documented best practices? (Choose three.)A . Use one style sheet for each ISML decorator template.B . Place CSS outside of templates.C . Compress CSE . Use inline Javascript.F . Combine several images into a single image.View AnswerAnswer: ACD

June 1, 2021 No Comments READ MORE +

Which statement should the Developer use to lazy load scripts?

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 () methodB . $.ajax () jQuery methodC . local includeD ....

June 1, 2021 No Comments READ MORE +

How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?

Universal Containers specifies a new category hierarchy for navigating the digital commerce storefront. A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file. How can other...

May 30, 2021 No Comments READ MORE +

What needs to occur to guarantee the cards will always be available?

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 an unlimited Allocation value.B . Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).C . Create a perpetual...

May 29, 2021 No Comments READ MORE +

Which two methods are efficient and scalable? (Choose two.)

Which two methods are efficient and scalable? (Choose two.)A . ProductMgr.queryAllSiteProducts()B . ProductSearchHit.getRepresentedProducts()C . ProductSearchModel.getProductSearchHits()D . Category.getProducts()View AnswerAnswer: CD

May 29, 2021 No Comments READ MORE +

Which two methods can the Developer use to verify the cache settings for the product tiles?

A Digital Developer must resolve a performance issue with product tiles. The Developer determines that the product tiles are NOT being cached for a long enough period. Which two methods can the Developer use to verify the cache settings for the product tiles? (Choose two.)A . Enable cache information in...

May 29, 2021 No Comments READ MORE +

Assuming “prod” is the variable name handling the product, what code can the Developer use to access it?

A Digital Developer extends a system object, Product, and adds a Boolean attribute, “sellable,” to it. Assuming “prod” is the variable name handling the product, what code can the Developer use to access it?A . prod.extended.sellableB . prod.sellableC . prod.persistable.sellableD . prod.custom.sellableView AnswerAnswer: D

May 29, 2021 No Comments READ MORE +

Which statement logs the HTTP status code to a debug-level custom log file?

A Digital Developer needs to add logging to the following code: Which statement logs the HTTP status code to a debug-level custom log file?A . logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: ", http.statusCode);B . logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);C . Logger.getLogger().debug("Error retrieving profile email, Status...

May 29, 2021 1 Comment READ MORE +

In which folder should the developer place resource bundles?

A Digital Developer is adding support for an additional language other than the default. The locale code for the new language is de. In which folder should the developer place resource bundles?A . templates/deB . templates/defaultC . templates/resourcesD . templates/default/resourcesView AnswerAnswer: C Explanation: Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FLocalization%2FLocalizingTemplateResourceBundles.html

May 29, 2021 No Comments READ MORE +