Tech Arise

Top Most Magento Interview Questions and Answers

Magento is a feature-rich eCommerce platform built on open-source technology. Magento is created by Varien which is useful for online business and it has a flexible modular architecture. Designed to be completely scalable and backed by Various support network, Magento offers companies the ultimate eCommerce solution.
Question 1: What architecture is used by Magento?
Magento architecture is a typical PHP Model View Controller (MVC) application.Each system is slightly different, but all have the goal of separating data access,business logic, and user-interface code from one another.
Question 2: Why to use Magento?
These following points:
Question 3: What are the different edition of Magento?
Question 4: How to upgrade to the latest version using Magento Connect?
Upgrading Magento to the latest version is a fairly simple task. Copy and Paste this key Magento-core/Mage_All_Latest VIA Magento Connect where it states Paste extension key to install:. This will upgrade Magento to the newest version.
Question 5: Mention what technology does Magento use?
Magento use PHP as a web server scripting language and MySQL for database.
Question 6: What is the difference between Mage::getSingletone() andMage::getModel() in Magento?
Question 7: Mention what are the basic features of Magento?
Basic features of Magento includes are:
Question 8: Mention what is the limitation of Magento?
Question 9: How we can enhance the Magento performance?
Question 10: What are Static Blocks?
Static block is a piece of content can be used anywhere in the pages. Magento allows creating blocks of content that can be used through the store and can be added to any page or another block.
Question 11: Why Magento use EAV database model ?
In EAV database model, data are stored in different smaller tables rather than storing in asingle table.product name is stored in catalog_product_entity_varchar tableproduct id is stored in catalog_product_entity_int tableproduct price is stored in catalog_product_entity_decimal tableMagento Use EAV database model for easy upgrade and development as this model gives more flexibility to play with data and attributes.
Question 12: Explain about the Modules of Magento?
Magento supports the installation of modules through a web-based interface accessible through the administration area of a Magento installation. Modules are hosted on the Magento eCommerce website as a PEAR server. Any community member can upload a module through the website and is made available once confirmed by a member of the Magento team. Modules are installed by entering a module key, available on the module page, into the web-based interface.
There are three categories of modules hosted on Magento Connect:
Core and Community modules can be installed via the administration area. Commercial module pages provide price information and a link to an external website.
Question 13: How to Optimize the Magento Environment?
Following points describe how to optimize the Magento environment.
Question 14: Name the product types that are available in Magento?
The product types available in Magento are:
Question 15: What are disadvantages of Magento?
Following points:
Exit mobile version