Question 26

Which three configuration does a developer need to ensure to have a new product visible in the Storefront?
Choose 3 answers
  • Question 27

    A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountCoatrol.-s and accountlanding.isul in the app_at storefront cartridge The app_3torefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource: mc_];aypal:app_storefront.
    The Developer creates a new cartridge named app_newsire that contains only the accountlanding.isml template for the new site.
    Which modification should be made to the new cartridge path?
  • Question 28

    Universal Containers wants to give customers the ability to refine product search results by a product custom attribute, weightCapacity.
    Which series of steps should a Digital Developer take to show this refinement on the storefront?
  • Question 29

    Below is a form definition snippet from the newsletter.xml file:
    <?xml version="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?
  • Question 30

    A developer has a sandbox with code to log a message during execution, and the following code:

    After the code executes, the developer does not see any log file with the message in the WebDAV folder. Which two tasks does the developer need to perform to correct this issue?
    Choose 2 answers