Using this information, what is the beginning of the filename in which the log will be written?
Business Manager has the configuration: • Active log category is “root” • Log level of INFO The code below execites: 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-export B. custom-products...
What are two techniques the developer should implement to achieve this?
A developer is asked to improve the maintainability of a page by reducing its code repetition. What are two techniques the developer should implement to achieve this? Choose 2 answers.A . Require and render templates with <isscript> tags B. Use local template includes C. Implement template decorators paired with replace...
What impact does this have on the Storefront from a user perspective?
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 . Back-order products will be excluded from search results. B. Products with an Available to Sell (ATS) - 0 will be excluded from search results....
How should the developer achieve the above task?
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 component_type_inclusion in the layout json configuration B. Add component_type_Exclusions in the layout json configuration C. Add layout_type_inclusion in the target...
Which is necessary to achieve this?
A client has a requirement to allow users on the Storefornt to filter by a newly created attribute. Which is necessary to achieve this?A . Add a new Search Refinment Definition. B. Set the attribute as Searchable. C. Change the productseachrefinerbar.iml templateView AnswerAnswer: B
What does this code extend?
Given a file in a plug-in cartridge with the following code: What does this code extend?A . A controller B. A middleware script C. A decorator D. A modelView AnswerAnswer: A
Which line of code creates a JSON object to contain the form data?
Below is a form definition snippet from the newsletter.xml file: Which line of code creates a JSON object to contain the form data?A . Server.form.getForm(‘dwfrm_newsletter’) B. Server.form.getForm(‘newsletter’); C. Server.forms.getForm(‘newsletter’); D. Server.forms.getForm(‘dwfrm_newsletter’)View AnswerAnswer: C
Which service type should the Developer register?
A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded. Which service type should the Developer register?A . FTP B. SOAP C. HTTP Form D. WebDAVView AnswerAnswer: C
What is the correct syntax?
A developer needs to render a Page Designer page in JSON format . What is the correct syntax?A . PageMgr.serializePage(pageID), {parameter1:value1}}; B. JSON.stringgify(PageMgrrenderpage(pageID), {paramter1:value1}}: C. PageMgr,renderPage{pageID, {parameter1: value1}}View AnswerAnswer: A
What should the Developer do to improve the code?
A Digital Developer has identified that the code segment below is causing performance problems. What should the Developer do to improve the code?A . Use a system attribute instead of the isOnSaleFlag custom attribute. B. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement. C. Breaks the process...