Question: What are the types of Components in Magento 2? Sample Answer: Following are the 3 main Component Types in Magento 2: Other Components Types
Category: Magento 2
Question: What is Magento_Vault module used for? Answer: The Magento_Vault module integrates with the Vault payment gateway and makes the Vault Payment Gateway available as
Question: Can Plugins be used to modify all the methods/functions and variables? Sample Answer: No. Plugins can only modify public methods and variables of the
Question: How to Rename MySQL Table? Sample Answer: MySQL query to rename a table: RENAME TABLE old_table_name TO new_table_name Renaming multiple tables using the RENAME
Questions: What are the different product types in Magento 2? What are the different product types in Adobe Commerce? Sample Answer: Magento Open Source has
Question: Name/List some of the PHP Magic Methods Sample Answer:
Question: How to enable module in Magento 2? Sample Answer: Execute the Magento 2 CLI command to enable module: php bin/magento module:enable Namespace_ModuleName Execute other
Question: How to reduce performance impact for classes with a big amount of dependencies in 3rd party modules? Sample Answer: Add config for using proxy
Question: What is the difference between composer.json and composer.lock file in Magento 2? Sample Answer:
Question: What are the basic files required for creating Magento 2 Module? Sample Answer: module.xml and registration.php and are the 2 basic files required for