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?
Answer : B
How do you add a new link into the My Account sidebar?
Answer : C
The module MyCompany_MyModule will add a new page in the admin interface to display a custom entity in a grid.
You created a controller for this grid
\MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index
Which two actions are required to make the new page accessible at the
https://your.store.base.url/admin/my_module/custom_entity URL? (Choose two.)
Answer : C, D
While reviewing a layout file named sales_order_view.xml you notice the element
What is the purpose of this element?
Answer : D
While developing a module you need to modify an existing Data Patch.
How can you force Magento to execute an existing Data Patch file again?
Answer : B
What scopes are available for customer attributes?
Answer : A
The module MyCompany_MyModule will add a new page to the admin interface at the URL path admin/mycompany/entity_grid.
How do you name the file containing the action controller class so the admin router matches the path to the class?
Answer : D