Posts

Showing posts from March, 2018

Magento2 basic interview questions and answers.

The Differences Between Magento 1 and Magento 2 Magento1 : API Added Retroactively Flexible Architecture No Front-end Library Legacy PHP No Support for HTML5/CSS3 Weak Content Staging Full Page Cache (EE) JS – Prototype Legacy Checkout Magento2 : API is Core to the technology New Architecture for Speed Ships with LESS PHP5.6+ / 7.0 Native Support HTML5/CSS3 Advanced Content Staging FPC (EE)/Varnish JS – Jquery Streamlined Checkout Process Which command is used to enable or disable a magento2 module ? php bin/magento module:enable NameSpace_ModuleName php bin/magento module:disable NameSpace_ModuleName Which files are necessary to install – upgrade database tables and to records in it? Normally, there are four files for this listed below 1.InstallSchema 2.UpgradeSchema 3.InstallData 4.UpgradeData What are the recommended steps to be followed before Magento2 programming? Before development starts, disable whole cache. Se