Question 26

Which two tasks are supported by Magento CLI? (Choose two.)
  • Question 27

    You are developing a new theme which inherits from the Magento_Luma theme.
    How is this accomplished?
  • Question 28

    How do you obtain customer information in a JavaScript module?
  • Question 29

    You have created a module with a custom ACL resource and want to restrict access to resources of your module.
    Which three items are restricted based on ACL role permissions? (Choose three.)
  • Question 30

    You need to find all orders in the processing state. You have written the code:

    When you run the code, you get the following exception:

    How do you resolve the exception?