You have to install a new module on the production environment. All the module is adding a new product attribute. You enabled maintenance mode, copied the module code, run bin/magento setup:upgrade and disabled maintenance mode.What two risks does this process pose? (Choose two.)
Magento 2's architecture uses code to bootstrap a custom module that resides in app/code.What two files are required to make a module usable? (Choose two.)
How does Magento store customer address attribute values?
You are developing a module and need to add another column to a table introduced by another module MyCompany_MyModule via db schema.How do you do that?
You need to add a new text attribute to all products in the Magento store. When this attribute is displayed on the product page, its values must be different depending on the selected language.Keeping simplicity in mind, how do you add this attribute?
Products may be accessed using SEO friendly URLs like /my-product instead of /catalog/product/view/id/{ID}How is this one?