Question 61

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 62

    Given a customer environment configured with only the en_CA locale and the following new requirements:
    * To add a new locale for fr_CA
    * To localize the address form with the new locale
    * To make the localization usable even for new possible French locales, such as fr_FR And given the portion of form XML definition contained in the form file cartridge/forms/default/ address.xml:

    What is the right place to add the fr_CA translation for the country field label?
  • Question 63

    Assume the code below is executing:

    Business Manager has the configuration:
    * Active Log category is "root" with log level of "info."
    Given this information, what is the beginning of the filename in which the log will be written?
  • Question 64

    Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
  • Question 65

    The Home-Show route uses this middleware chain:

    The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:

    Assuming the code is correct on both functions, what is the expected result?