Magento Interview Questions – Set 05

What type of web applications are created in Magento Magento is mainly used for shopping cart software. How many types of sessions are there? Why we use different sessions in Magento? There are namely three sessions in Magento: customer session checkout session core session All these sessions are stored in one session only. We use … Read more

Magento Interview Questions – Set 04

Describe various versions of Magento. Following are the different versions of Magento: Magento Enterprise Edition Magento Community Edition Magento Professional Edition Magento .go Edition State the syntax to call a CMS page in your module’s PHTML file. $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘blockidentifier’)->toHtml(); Can all billing information be managed through Magento? You can do the following things through client Magento … Read more

Magento Interview Questions – Set 03

Explain ORM in Magento. ORM stands for Object Relational Mapping. It is a programming technique used to convert different types of data into objects and vice versa. There are two types of ORM: Converts different types of data into objects. Converts objects to various types of data. How to enable Maintenance mode in Magento? Create … Read more

Magento Interview Questions – Set 02

Explain some features of Magento? Magento has following basic features. SEO Friendly Google sitemap support Accounts of Customers Managing orders Report and analysis Site management Payment Marketing promotion and tools International support Extremely modular architecture How to enable product’s custom attribute visibility in frontend? In Manage Attributes section under custom attribute, select Yes for “Visible … Read more

Magento Interview Questions – Set 01

How many tables will be created in EAV module in Magento? Name them EAV module will create 6 tables in database. They are as follows: module module_datetime module_decimal module_int module_text module_varchar Explain the difference between EAV and flat model.. EAV database model is fully in normalized form. Each column’s value is stored in their respective … Read more