Question 41

Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? Choose 2 answers
  • Question 42

    Given the customer basket described below:
    * A customer has an existing basket that consists of multiple items.
    * One of the items is identified as a gift item by an attribute at the product line item.
    The developer needs to write custom code to fetch the customer basket and then modify the basket based upon the items in the cart. If the basket contains any gift items, modify the basket and create a separate shipment for the gift item.
    Four hooks are required to make the modification, beginning with modifyGETRespone and ending with validatebasket.
    * Dw.ocapi.shop.basket.modifyGETResponse
    * -- missing hook -
    * -- missing hook --
    * dw.ocapi.shop.basket.validateBasket
    What are the two missing hooks in the middle?
  • Question 43

    A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
    The code below is the submit button for the ISML markup.

    What additional steps must occur before the Digital Developer can begin writing the processing code for this request?
  • Question 44

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

    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?