Which entity in Magento supports scoped attributes?
Answer : C
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.)
Answer : C, D
\Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and sort information.
What class assists in creating an instance for SearchCriteriaInterface?
Answer : B
You have loaded an instance of Magento\Catalog\Model\Product in the $product variable. You know that the loaded product has the type configurable with four variations. These variations have the prices: $10, $12, $12, $15.
What will be the result of the $product->getFinalPrice() call?
Answer : B
You are developing a new theme which inherits from the Magento_Luma theme.
How is this accomplished?
Answer : A
While reviewing a layout file named sales_order_view.xml you notice the element
What is the purpose of this element?
Answer : D
How can you render a text on a page using only layout xml?

Answer : B