Which link function generates the correct link?

A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions. Which link function generates the correct link?A . $include('Page-Include', 'cid', 'terms-and-conditions')$B . $url(*Page-Show', 'cid', 'terms-and-conditions')sC . $http('Content-Page', 'cid', 'terms-and-conditions^SD . $httpUrl('Content-Show 'cid', ,terms-and-conditions')$View...

November 2, 2021 No Comments READ MORE +

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...

November 2, 2021 No Comments READ MORE +

Which approach should the Developer use to implement the requirement?

A Digital Developer has been given a requirement to add fault tolerance to an existing web service integration that uses Service Framework. Administrators at Universal Containers need to be able to configure the timeout and rate limiting. Which approach should the Developer use to implement the requirement?A . Implement a...

October 31, 2021 No Comments READ MORE +

Which rescurce_id value enables the appropriate resource?

A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API. An example request URL is: Which rescurce_id value enables the appropriate resource?A . /products/*B . /inventory_lists/**C . /inventory-lists/*D . /inventory_list_searchView AnswerAnswer: B

October 31, 2021 No Comments READ MORE +

How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?

The following code ensures that an address ID CANNOT be used if it is already in use by another address in the customer's address book. There is a problem with the code. The error message for an invalid address ID is never shown to the user on the form field....

October 31, 2021 No Comments READ MORE +

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 HTTP method to GEC . Change the HTTP method to PUE . Change the URI to /dw/shop/vl8_3/products/creative-zen-v.F ....

October 29, 2021 No Comments READ MORE +

Which two actions should be completed to write the log message to disk?

A Digital Developer adds the following line of code to a script. dw.system.Logger.getLogger{'login').debug{"Login API has succeeded"); The code executes without error; however, the log file on disk does NOT contain the log message . Which two actions should be completed to write the log message to disk? Choose 2 answersA...

October 28, 2021 No Comments READ MORE +

Which data store variable is appropriate, assuming there is no need to store the selection in any system or custom objects?

A Digital Developer must give users the ability to choose an occasion (holiday, birthday, anniversary, etc.) for which gifts are currently being selected. The data needs to be persistent throughout the current shopping experience. Which data store variable is appropriate, assuming there is no need to store the selection in...

October 28, 2021 No Comments READ MORE +

Which three things should the Digital Developer verify to ensure the cartridges are uploaded?

A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects. Which three things should the Digital Developer verify to ensure the cartridges are uploaded? Choose 3 answersA ....

October 28, 2021 No Comments READ MORE +

Which business goal does this accomplish?

A Digital Developer selects "Show Orderable Products Only" in the Search > Search Preferences Business Manager module. Which business goal does this accomplish?A . Exclude pre-order products from search results.B . Exclude products from search results if Available to Sell (ATS) = 0.C . Exclude back-ordered products from showing on...

October 27, 2021 No Comments READ MORE +