B2C-Commerce-Developer Exam Question 21

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 22

    A developer needs to show only car accessories when shoppers use the search term car accessories and exclude technology accessories and household accessories.
    Given the above requirement, what is the recommended approach using the Search Dictionaries Dashboard?
  • B2C-Commerce-Developer Exam Question 23

    Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
    The following processing code is found in the Cart.js controller file:

    What should the Developer verify to identify the issue?
  • B2C-Commerce-Developer Exam Question 24

    To ensure SFRA best practices and protect against request forgery, the developer introduced CSRF token generation in the customer address form:
    <form ... action = "submit">
    <input name ="${dw.web.CSRFProtection.getTokenName()}"
    value = "${dw.web.CSRFProtection.generateToken()">
    ...
    <the rest of the Form fields>
    ...
    </form>
    To implement CSRF protection when the form is submitted, the developer needs to introduce the CSRF validation using one or both of these methods as applicable:
    * validateRequest
    * validateAjaxRequest
    Where in the code does the developer need to add this CSRF validation check?
  • B2C-Commerce-Developer Exam Question 25

    A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new country, Italy, and the tax is not being calculated correctly on the Storefront.
    What is the likely problem?