A merchant is interested in setting different prices for the same products in different store scopes.
What do you reply to this inquiry?
You are reviewing a theme in app/design/frontend/MyCompany/MyTheme and see the file etc/view.xml.
What is the function of this file?
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?
How many shipping addresses may be selected for an order during the checkout process?
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?
How do you pass an array [‘one’, ‘two] as a parameter to you block using the layout XML arguments directive?

Magento allows you to specify custom values per store for product attributes created in the admin panel.
Which architectural pattern makes it possible?
Which method of a Magento resource model will remove a record from the database?
A merchant asks you to extend customer functionality to allow customer accounts to be associated with two or more billing addresses.
How is this implemented?
What is the connection between product attribute sets and categories?