B2C-Commerce-Developer Exam Question 21

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?
  • B2C-Commerce-Developer Exam Question 22

    A merchant has asked their development team to add a new site.
    Which two tasks are essential for correct site configuration prior to launch?
    Choose 2 answers
  • B2C-Commerce-Developer Exam Question 23

    Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
    <isloop ítems ="${pdict.Basket.products}" var="product" status= "loopstatus">
    ...
    </isloop>
  • B2C-Commerce-Developer Exam Question 24

    A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts.
    What does the Developer need to change in Business Manager to fulfill this requirement?
  • B2C-Commerce-Developer Exam Question 25

    A developer is asked to improve the maintainability of a page by reducing its code repetition.
    What are two techniques the developer should implement to achieve this? (Choose two.)