You are developing a module and need to add another column to a table introduced by another module MyCompany_MyModule via db schema. How do you do that?
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.)
In layout files you can change al element's order on a page. This can be done using one of the following: * <move> instruction * before and after element attributes? How are two methods different?
There are two different configurable products which both share one variation. The shared variation is represented by the same simple product. A customer added both configurables to the cart with the same selected variation? How will they be displayed?
Assume that $collection is a new instance of a class that extends Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection, and $ids is an array of ids. How do you select a list of records from the database where the record ids are in the $ids list?
Magento allows you to specify custom values per store for product attributes created in the admin panel. Which architectural pattern makes it possible?
You have created a module controller that responds to the following URL: /mycompany/product/load/id/123. Which two methods will load the product model by ID as specified in the URL? (Choose two.)