Bright Brains
PRODUCT OVERVIEW PRODUCT PHILOSOPHY TESTS ON OFFER SAMPLE QUESTIONS FAQ'S CONTACT US LOGIN/REGISTER

Magento

Level:-Basic
Q(1) Magento supports _______.
A   multiple languages
B   different countries currencies
C   tax rates
D   All of the above
Q(2) Which function is use to get product name?
A   $product->name()
B   $product->getName()
C   $product->showName()
D   $product->getProductName()
Level:-Intermediate
Q(1) Mage::getSingletone() finds for an existing object if not then create that a newobject.
A   True
B   False
Q(2) Which of the following type of session contain in Magento?
A   customer session
B   core session
C   Both A and B
D   None of the Above