Magento-2-Associate-Developer Exam Question 66

What will be the result of calling the save() method on a collection instance?
  • Magento-2-Associate-Developer Exam Question 67

    The module MyCompany_MyModule will add a new page in the admin interface to display a custom entity in a grid.
    You created a controller for this grid \MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index Which two actions are required to make the new page accessible at the https://your.store.base.url/admin/ my_module/custom_entity URL? (Choose two.)
  • Magento-2-Associate-Developer Exam Question 68

    You are implementing a before plugin in MyCompany_Magic. It will intercept the same method that MyCompany_Admission is already intercepting using a before plugin: Topmenu::getBlockHtml Which two actions are required to ensure the new plugin will execute last? (Choose two.)
  • Magento-2-Associate-Developer Exam Question 69

    You have been asked to display details from the customer's latest order on the customer's account dashboard (customer/account/). You create a new custom template to show the information.
    How do you obtain an order repository so you can fetch an order?
  • Magento-2-Associate-Developer Exam Question 70

    \Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and sort
    information.
    What class assists in creating an instance for SearchCriteriaInterface?