Question 61
Which three scopes can be used to set different System Configuration values in Magento? (Choose three.)
Question 62
In a custom module you implement the interface \Magento\Framework\App\Config\DataInterface.

What version constraint for magento/framework do you add to your module's composer.json file?

What version constraint for magento/framework do you add to your module's composer.json file?
Question 63
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?
Where do you define your module's frontName?
Question 64
You have created a new product type, sample, and need to customize how it renders on the shopping cart page.
Keeping maintainability in mind, how do you add a new renderer?
Keeping maintainability in mind, how do you add a new renderer?