Question 86
A merchant tasked you to add an input field for notes to the Customer Account Information backend page.
Which three actions do you specify in a module's Data Patch to add a customer notes attribute? (Choose
three.)
Question 87
Which entity in Magento supports scoped attributes?
Question 88
\Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and sort
information.
What class assists in creating an instance for SearchCriteriaInterface?
Question 89
You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store.
What two elements automatically render their children? (Choose two.)
Question 90
You added a plugin declaration to MyCompany/MyModule/etc/di.xml:
What will be the effect of this declaration?