Question 1

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

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

    A developer wants to add a link to the My Account Page.
    What is the correct code to accomplish this?
  • Question 3

    The Client wishes to implement a third party integration that allows for free shipping If the customer Is a member of the third party service. When the customer's order is exported to the Order Management System (OMS) it also creates a custom object in order to track additional data before sending that order data to the third-party service as well.
    What technical concern should the Architect raise to protect performance and stability of the site1?
  • Question 4

    What is accomplished by the code below?
  • Question 5

    a B2C Commerce developer has Implemented a job that connects to an SFTP, loops through a specific number of .csv rtes. and Generates a generic mapping for every file. In order to keep track of the mappings imported, if a generic mapping is created successfully, a custom object instance w created with the .csv file name. After running the job in the Development instance, the developer checks the Custom Objects m Business Manager and notices there Isn't a Custom Object for each csv file that was on SFTP.
    What are two possible reasons that some generic mappings were not created? Choose 2 answers