A client has asked you to include category url keys in product URLs.
How is this done?
D
Magento allows you to specify custom values per store for product attributes created in the admin
panel.
Which architectural pattern makes it possible?
B
What is the relationship between products and categories in Magento?
A
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?
B
You are working on a Magento store which will be selling in two countries. Each country has its own
set of payment methods.
How do you organize the project to support this requirement?
A
What are two functions of a resource model? (Choose two.)
B,D
You are adding an entry to the backend menu. To do so you open a core etc/adminhtml/menu.xml
file as a reference. In the file you see the node:
What is the result of specifying resource=Magento_Catalog::catalog?
A
The constructor function for \Magento\Catalog\Model\Category contains this excerpt:
With the automatic dependency injection that Magento provides, how is the StoreManagerInterface
resolved?
A
How do you add a new link into the My Account sidebar?
C
Assume that a customers cart only includes one downloadable product.
What effect will it cause on the quote object?
B