Question 96

A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers
  • Question 97

    A developer needs to show only car accessories when shoppers use the search term car accessoriesand exclude technology accessoriesand household accessories.
    Given the above requirement, what is the recommended approach using the Search Dictionaries Dashboard?
  • Question 98

    A Digital Developer needs to add logging to the following code:

    Which statement logs the HTTP status code to a debug-level custom log file?
  • Question 99

    A developer has these requirements for out-of-stock products:
    * Save the SKUs of the out-of-stock products that the customer is interested in
    * Save the customer email regardless if the customer is a guest or registered
    * Email the customer when the product is back-in-stock
    Which step should the developer perform as part of the solution to achieve the requirements?
  • Question 100

    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 answers