Using this information, which two logs will be written?

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, which two logs will be written? Choose 2 answersA . log.warn("This is a warn message"); B. log.error("This is an error message"); C....

September 24, 2022 No Comments READ MORE +

How should the developer update their sandbox with the data in this file?

A Digital Developer has a site export file on their computer that needs to be imported into their sandbox. How should the developer update their sandbox with the data in this file?A . Connect and import the file using the remote option within the Site Import & Export Business Manager...

September 24, 2022 No Comments READ MORE +

Which two tasks does the developer need to perform to correct this issue?

A developer has a sandbox with code to log a message during execution, and the following code: var Logger = require(‘dw/system/Logger’); Logger.info(message); After the code executes, the developer does not see any log file with the message in the WebDAV folder . Which two tasks does the developer need to...

September 24, 2022 No Comments READ MORE +

How should the developer modify the route that handles the customer registration?

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 . Change the controller route with new functionality. B. Extend the route with new functionality. C. Copy the...

September 23, 2022 No Comments READ MORE +

What does this achieve?

A developer is implementing new Page Designer content on a merchant's Storefront and adds the line below to the setupContentSearch function in the searchHelpers.js file. apiContentSearchModel.setFilteredByFolder(false); What does this achieve?A . Enables searching to find Page Designer content assets that are not in folders. B. Prevents Page Designer pages and...

September 23, 2022 No Comments READ MORE +

To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?

Universal Containers is preparing their storefront to use Open Commerce APIs (OCAPI). To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?A . dw.ocapi.shop.order.validateOrder B. dw.ocapi.shop.basket.calculate C. dw.ocapi.shop.basket.afterPostShipment D. dw.ocapi.shop.order.afterPOSTView AnswerAnswer: B

September 22, 2022 No Comments READ MORE +

Which action should the developer take to resolve the problem?

A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes. Which action should the developer take to resolve the problem?A . Change the data type of the attributes. B. Create an attribute Group with...

September 22, 2022 No Comments READ MORE +

Which two things can the developer do to facilitate this for them?

A merchant is selling a new product line of televisions. In order to deliver a good customer experience, the merchandising team wants the screen size to be incorporated into the search and navigation journey. Which two things can the developer do to facilitate this for them? Choose 2 answersA ....

September 22, 2022 No Comments READ MORE +

Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?

Given the SFRA Controller below: Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?A . cache. applyDefauItCache is not a valid middleware. B. viewdata is declared but not assigned. C. viewdata is assigned but not declared. D. viewdata...

September 22, 2022 No Comments READ MORE +

Which two actions prevent performance issues in this situation?

A job executes a pipeline that makes calls to an external system. Which two actions prevent performance issues in this situation? (Choose two.)A . Use synchronous import or export jobs B. Configure a timeout for the script pipelet. C. Disable multi-threading. D. Use asynchronous import or export jobs.View AnswerAnswer: B,C

September 22, 2022 No Comments READ MORE +