Question 21

An Adobe Commerce developer is being tasked with creating a new cron job to run a method that has already been written. What are the minimally required steps to accomplish this?
  • Question 22

    The di. xml file of a module attaches two plugins for the class Action.
    The PluginA has the methods: beforeDispatch, aroundDispatch, afterDispatch. The PluginB has the methods:
    beforeDispatch, afterDispatch.

    The around plugin code is:

    What would be the plugin execution order?
  • Question 23

    ECE-Tools provides a set of tools that can be used to manage and maintain your Adobe Commerce Cloud environment. What are some of the features provided by ECE-Tools?
  • Question 24

    An Adobe Commerce developer is tasked with adding an new export option for the order grid, they have added the following code for the export button within sales_order_grid.xml:

    Upon testing, they are getting redirected, what would be a cause for this error?
  • Question 25

    An Adobe Commerce developer has created a new shipping carrier Everything has been implemented and the collectRates() and getAllowedMethodsQ functions can be seen below:


    Given the above code, what would be the displayed cost of the shipping method and final amount charged to the customer?