Question 16

Business Manager has the configuration:
* Active log category is "root"
* Log level of INFO
The code below execites:
Var log = Logger.getLogger("products","export");
Log.info ("This is important information");
Using this information, what is the beginning of the filename in which the log will be written?
  • Question 17

    Universal Containers has expanded its implementation to support German with a locale code of de. The current resource bundle is checkout.properties.
    To which file should the developer add German string values?
  • Question 18

    Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.
    Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?
  • Question 19

    A Digital Developer has created a new PaymentForm controller that requires communication with the server and must be made using the HTTPS protocol.
    Which code sample should the Developer use to make sure that HTTPS is used?
  • Question 20

    A Digital Developer adds the following line of code to a script.

    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 two.)