Question 1

A developer is working on a new site for the U.S based on an existing Canadian site. One of the requirements is a change to the address form. The current Canadian form has an <options> list with the correct two-letter abbreviation for the provinces.
The U.S. requirements are to:
* Have an <options> list with the correct two-letter abbreviation for the states in place of the province field.
* Set the U.S site locale.
* Add the options list field definition to the XML file.
How should the developer set up the files before making the required edits?
  • Question 2

    A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
    An example request URL is:

    Which resource_id value enables the appropriate resource?
  • Question 3

    A Digital Developer selects "Show Orderable Products Only" in the Search > Search Preferences Business Manager module.
    Which business goal does this accomplish?
  • Question 4

    A Digital Developer has identified that the code segment below is causing performance problems.

    What should the Developer do to improve the code?
  • Question 5

    Business Manager has the configuration:
    * Active Log category is "root"
    * Log level of WARN
    The code below is executing:
    var log = Logger.getLogger(''products'');
    Using this information, what will be written to the log?