Question 6

Given the following snippet:
* Server.append( 'Show' , function (req, res, next) )
According to SFRA, which two options shows a correct way to complete the code above in order to provide data to the response using a controller?
Choose 2 answers
  • Question 7

    A client that sells to multiple countries in Europe needs to disable Apple Pay for Denmark.
    Which Business Manager module is used to achieve this requirement?
  • Question 8

    A developer needs to perform the same additional checks before completing multiple routes in a custom controller, in order to decide whether to render a template or redirect the user to a different page.
    According to SFRA best practices, what is the correct approach to improve code reusability in this scenario7
  • Question 9

    A merchant wants to obtain an export file that contains all the products .assigned to their Storefront catalog.
    They do not know how to achieve this easily without manual processing, so asked their developer to help Generate this. The merchant s Instance setup is as follows:
    * They have one Master catalog and one storefront catalog.
    * Some, but not all, of the products in the Master catalog are assigned to categories within the Storefront catalog.
    Which method allows the developer to generate the export forthe merchant?
  • Question 10

    A Digital Developer needs to store information temporarily and decides to create a custom object.
    Which code creates a custom object?