Magento-2-Associate-Developer Exam Question 26

In the module located at app/code/MyCompany/MyModulethere 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_USlocate is used.
What is the public URL for this file?
  • Magento-2-Associate-Developer Exam Question 27

    How do you add a new link into the My Account sidebar?
  • Magento-2-Associate-Developer Exam Question 28

    You have been asked to display details from the customer's latest order on the customer's account dashboard (customer/account/). You create a new custom template to show the information.
    How do you obtain an order repository so you can fetch an order?
  • Magento-2-Associate-Developer Exam Question 29

    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?
  • Magento-2-Associate-Developer Exam Question 30

    You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store.
    What two elements automatically render their children? (Choose two.)