Question 51

A module you are developing requires the addition of new routes that should be accessible in the store front.
Where do you define your module's frontName?
  • Question 52

    Which two actions will the developer need to take to translate strings added in JS files? (Choose two.)
  • Question 53

    You are tasked with ensuring customers who log into the site are authorized. By default, this consists of ensuring the customers email and password match the values in the database. On this project, you need to verify additional data in this process.
    Keeping in mind upgradeability, how is this done?
  • Question 54

    How should a developer associate a resource model inherited from the
    \Magento\Framework\Model\ResourceModel\Db\AbslractDb class with a corresponding table in the database?