Question 21

In the module located at app/code/MyCompany/MyModule there is a JS module in the file view/frontend/web/register.js. The Magento base URL is https://magento.host/ and the luma theme with the en_US locate is used.
What is the public URL for this file?
  • Question 22

    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?
  • Question 23

    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?
  • Question 24

    A merchant requires the ability to configure contact information for their brick and mortar stores as a CSV file upload. The module already exists and contains an etc/adminhtml/system.xml file where the new field can be added.
    How do you specify the class that will process the uploaded file?
  • Question 25

    You are adding a new entry to the backend menu that appears after
    Marketing > SEO & Search > Site Map
    You see the existing site map menu item is declared by the node:

    What two actions do you take to configure the new menu entry location? (Choose two.)