Question 61

A client wants to differentiate their monobrand stores with a special icon when shown in the store locator. The information is saved in a true/false custom attribute for each Store object in Merchant tools.
How should the developer follow SFRA best practices to expose this data for rendering?
  • Question 62

    Given the sandbox with:
    * Service configured and assigned to its profile and credential
    * A code version that uses that service
    And given the requirement to limit the number of success or error calls the code can perform to a restricted number of calls per second.
    Which configuration should the developer perform?
  • Question 63

    Given the requirements:
    * To integrate with an external web service using HTTP requests
    * To create a service for this purpose with the Service framework using the LocalServiceRegistry class.
    * To test the service before the external service provider makes the API available Which solution allows the developer to satisfy the requirements?
  • Question 64

    Given the requirements:
    To show the washing 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?
  • Question 65

    Below is a form definition snippet from the newsletter.xml file:
    <?xml versioon="1.0"?>
    <form xmlns=http://www.demandware.com/xml/form/2008-04-15>
    <field formid="email" lavel="Email" type="String" mandatory="True" max-length="50" />
    </form>
    Which line of code creates a JSON object to contain the form data?