AD0-E702 Exam Question 11
Magento allows you to specify custom values per store for product attributes created in the admin panel.
Which architectural pattern makes it possible?
Which architectural pattern makes it possible?
AD0-E702 Exam Question 12
The constructor function for \Magento\Catalog\Model\Category contains this excerpt:

With the automatic dependency injection that Magento provides, how is the StoreManagerInterface resolved?

With the automatic dependency injection that Magento provides, how is the StoreManagerInterface resolved?
AD0-E702 Exam Question 13
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.)
AD0-E702 Exam Question 14
You are working on a new entity called vendor. You implemented the model, resource model and collection.
You want to ensure that standard model events will be fired for your model, so an observer can be created for the events vendor_save_after, vendor_save_commit_after and others.
How do you do that?
You want to ensure that standard model events will be fired for your model, so an observer can be created for the events vendor_save_after, vendor_save_commit_after and others.
How do you do that?
AD0-E702 Exam Question 15
You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.
What is causing this?
What is causing this?