What must be done in order to use the debugger with the new controller when it is written?
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written. What must be done in order to use the...
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?A . <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>B . <isslot id="my_banner " description="for home page" type="global" context="homepage"/>C . <isslot id="my_banner " description="for home page" context="global">D . <isslot id="my_banner...
Which action should the Developer take, given that JavaScript controllers CANNOT be used?
A Digital Developer wants to selectively retrieve products and process them from an iPhone. Which action should the Developer take, given that JavaScript controllers CANNOT be used?A . Use import/export in Business Manager.B . Create a webservice to retrieve products.C . Use OCAPI and invoke it in native language.D ....
Given the file structure below, which ISML method call renders the customLandingPage template?
Given the file structure below, which ISML method call renders the customLandingPage template? A . ISMB . renderTamplate(‘cartridge/templates/default/content/custom/customLandingPage’);C . ISML(‘content/custom/customLandingPage’);D . ISME . render(‘content/custom/customLandingPage’);F . ISMG . renderTemplate(‘content/custom/customLandingPage’);View AnswerAnswer: D
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: C,D
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 ....
Given this information, what is the beginning of the filename in which the log will be written?
Assume the code below is executing: Business Manager has the configuration: ✑ Active Log category is “root” with log level of “info.” Given this information, what is the beginning of the filename in which the log will be written?A . xyzB . custominfo-bladeC . custom-exportD . custom-xyzView AnswerAnswer: D
Which technical reports datapoint measures the performance of a controller’s script execution if network factors and Web Adaptor processing is ignored?
Which technical reports datapoint measures the performance of a controller’s script execution if network factors and Web Adaptor processing is ignored?A . Processing timeB . Cache hit ratioC . Call countD . Response timeView AnswerAnswer: A
Which action will help locate the error?
A Digital Developer suspects a logical error in a script. Which action will help locate the error?A . Submit a support ticket to B2C Commerce.B . Check request logs for evidence of the logical error.C . Put breakpoints in the code, debug, and examine variable values.D . Print all values...
Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?
Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export. Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?...