Magento-2-Associate-Developer Exam Question 86

You have added a new attribute origin of the type varchar to the product entity.
Which two calls will filter a product collection with origin set to "California"? (Choose two.)
  • Magento-2-Associate-Developer Exam Question 87

    Your module adds a new controller class which will return a JSON response.
    What will be the return type of the execute method?
  • Magento-2-Associate-Developer Exam Question 88

    You are adding a new menu item to the admin backend which will link to a custom backend page.
    The declaration of the route:

    What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/?
  • Magento-2-Associate-Developer Exam Question 89

    You are developing a new theme which inherits from the Magento_Luma theme.
    How is this accomplished?
  • Magento-2-Associate-Developer Exam Question 90

    You have been given the task of importing products from an external source. You decide to create a custom module to do this. The class handling the import creates a product for each record, sets the data on it and saves it to the database.
    What do you inject into a constructor to represent each product you create?