Question 61

A developer wants to add a link to the My Account Page.
What is the correct code to accomplish this?
  • Question 62

    A developer is asked to write a log containing the ID and name of the product with a variable named myProduct.
    Which snippet of code should be used?
  • Question 63

    A developer configures the dw.json file and needs to fill in the necessary parameters to complete the task.
    Which three parameters are required when using npm scripts?
    Choose 3 answers
  • Question 64

    In Log Center, a developer notes a number of Cross Site Request Forgery (CSRF) log entries. The developer knows that this happens when a CSRF token is either not found or is invalid, and is working to remedy the situation as soon as possible.
    Which two courses of action might solve the problem?
    Choose 2 answers
  • Question 65

    Given the requirements:
    * To show thewashing Instructions for a clothing product on a dedicated section the detail page
    * Washing instructions come from the product Information manager (PIM)
    * To have this attribute available to localize in the Storefront
    Which action must these requirements?