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 rescurce_id value enables the appropriate resource?
A. /products/*
B. /inventory_lists/**
C. /inventory-lists/*
D. /inventory_list_search
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template. The code below is the submit button for the ISML markup.

What additional steps must occur before the Digital Developer can begin writing the processing code for this request?
A. Add an
Form.handleActionO method in the Cart .j* controller
B. Add the attribute addtl-fonn-action^'addRewardPaas"1 to the ISML form Add the key addRewardPass, with a processing function as a value, to the object passed to the Form.handleActionO method in the cart.3s controller
C. Add a
D. Add an action /> node to the form definition XML with the attribute formid="addRewardFa3s" No change to cart.3a controller required
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects. Which three things should the Digital Developer verify to ensure the cartridges are uploaded? Choose 3 answers
A. The Auto-Upload setting is enabled for the server connection.
B. The Active Server setting is enabled for the server connection.
C. The server is configured to accept incoming connections.
D. The cartridge is for the current version of B2C Commerce.
E. The credentials for the server connection are correctly entered.
A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?
A. CustomObjectMgr.createCustomObject(primaryKey);
B. CustomObject.createCustomObject(primaryKey,CustomObjectType);
C. CustomObject.createCustomObject(CustomObjectType,primaryKey);
D. CustomObiectMqr.createCustomOb1ect(CustomOb1ectType,primaryKey);
What happens if the log file size limit is reached in custom logging?
A. Logging is suspended for two hours.
B. The log file rolls over and the last used log is overwritten.
C. The log file is deleted and recreated from scratch.
D. Logging is suspended for the day.
A digital instance has one site, with one master product catalog separate from the site catalog. Some, but
NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the
products assigned to the site catalog?
A. Use the Catalog Export module to export the site catalog.
B. Use the Site Import and Export module to export the master catalog, filtered by site catalog categories to export specific products.
C. Use the Catalog Export module to export the master catalog, with a category-assignment search to export specific products.
D. Use the Site Import and Export module to export both the site catalog and the master catalog in a single archive.
A Digital Developer needs to add logging to the following code.

Which statement logs the HTTP status code to a debug-level custom log file?
A. logger.debug("Error retrieving profile email. Status Code: {0} was returned.", http.statusCode);
B. logger.getLogger('profile').debug("Error retrieving profile email. Status Code: ", http.statusCode);
C. Logger.getLoggerO-debugfError retrieving profile email. Status Code: {0} was returned.", http.statusCode);
D. Logger.getLogger('profile,).debug("Error retrieving profile email. Status Code: {0} was returned.", http.statusCode);
A Digital Developer has a site export file on their computer that needs to be imported into their sandbox. How should the developer update their sandbox with the data in this file?
A. Upload and import the file using the local option within the Site Import and Export Business Manager module.
B. Connect and import the file using the remote option within the Site Import and Export Business Manager module.
C. Upload the file to the Static WebDAV directory and import using the Import and Export Business Manager module.
D. Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.
Assume the code below is executing:

Business Manager has the configuration:
Active Log category is";roo"; with log level of";info";
Given this information, what is the beginning of the filename in which the log will be written?
A. custom-xyz
B. xyz
C. custom-export
D. custominfo-blade
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
A.
B.
C.
D.