Hi everyone, well i need some help regarding these Magento questions so if you can help me out here, i’ll be very much thankful.
Hi everyone, well i need some help regarding these Magento questions so if you can help me out here, i’ll be very much thankful.
Q: Which TWO of the following classes exist in Magento?
Possible answers:
1. a. Catalog_Model_Product_Type_Composite
2. b. Catalog_Model_Product_Type_Virtual
3. c. Catalog_Model_Product_Type_Price
4. d. Catalog_Model_Product_Type_Physical
5. e. Catalog_Model_Product_Type_Index
A: ?
Q: Which of the following module files is evaluated first?
Possible answers:
1. a. app/code/core/Mage/Api/etc/adminhtml.xml
2. b. app/code/core/Mage/Api/etc/config.xml
3. c. app/code/core/Mage/Api/etc/system.xml
4. d. app/etc/modules/Mage_Api.xml
A: ?
Q: On quote address entities, the shipping_method property is composed of _______ and _______. (Choose TWO)
Possible answers:
1. a. carrier code
2. b. store code
3. c. carrier title
4. d. method code
5. e. customer group code
6. f. website code
7. g. method title
A: ?
Q: Which one of the following xpaths is correct for replacing Mage_Page_Block_Html_Head with Custom_Module_Block_Head via the block factory method?
Possible answers:
1. a. global/rewrite/blocks/page/html/head
2. b. global/blocks/page/html_head
3. c. global/blocks/rewrite/page/head
4. d. global/blocks/page/rewrite/html_head
5. e. global/page/blocks/rewrite/html_head
A: ?
Q: Which THREE of the following are required for tier prices in Magento?
Possible answers:
a. Website
b. Store
c. Store View
d. Customer
e. Customer Group
f. Quantity
A: ?
Q: Which one of the following xpaths can be read using Mage::getStoreConfig(‘some/value’)?
Possible answers:
1. a. default/some/value
2. b. global/default/some/value
3. c. some/value
4. d. stores/some/value
5. e. some/value/default
A: ?
Q: Which one of the following is a possible return value type of Mage::getConfig()->getNode()?
Possible answers:
1. a. array
2. b. integer
3. c. object
4. d. string
A: ?
Q: Which THREE of the following locations in app/code/local/Some/Module/ are configurable?
Possible answers:
1. a. Block/
2. b. Helper/
3. c. Model/
4. d. controllers/
5. e. etc/
A: ?
Q: Assuming a standard Magento installation, which property of every shipping carrier’s model points to that shipping carrier’s configuration?
Possible answers:
1. a. $_code
2. b. $_id
3. c. $_carrierCode
4. d. $_carrier
A: ?
Q: Assume you have three models A, B and C. Both A and B extend C. Assume C contains a method that you are going to change in both A and B. How can you change the method using Magento class rewrites.
Possible answers:
1. a. Rewrite class C using the xpath global/models/_MODULE_/rewrite/C
2. b. Rewrite the method using the xpath global/models/_YOUR_MODULE_/rewrite/C/_METHOD_
3. c. You must rewrite both A and B using the xpaths global/models/_MODULE_/rewrite/A and global/models/_MODULE_/rewrite/B
4. d. You must change that method directly in C.
A: ?
Q:
24
2011
To be functional, a shipping carrier model must implement the methods of the ____ and ____ classes. (Choose TWO)
Possible answers:
1. a. Mage_Shipping_Model_Carrier
2. b. Mage_Shipping_Model_Carrier_Abstract
3. c. Mage_Shipping_Model_Shipping
4. d. Mage_Shipping_Model_Rate_Request
5. e. Mage_Shipping_Model_Carrier_Interface
A: ?
Q: Which of the following does NOT return an instance of a helper object?
Possible answers:
1. a. Mage::app()->getLayout()->helper(‘customer’);
2. b. Mage::helper(‘customer’);
3. c. Mage::app()->helper(‘customer’);
4. d. Mage::app()->getLayout()->createBlock(‘core/template’) ->helper(‘customer’);
A: ?
Q: Which of the following will correctly translate the value of the label node?
Possible answers:
1)
<parent>
<label translate=”true”>Value</label>
</parent>
2)
<parent translate=”label”>
<label >Value</label>
</parent>
3)
<parent>
<label>< translate>Value< /translate></label>
</parent>
4)
<parent>
< translate>
<label> Value</label>
< /translate>
</parent>
A: ?
Q: Which of the following is called to apply taxes on the product view page?
Possible answers:
1. a. Mage_Tax_Helper_Data
2. b. Mage_Tax_Model_Sales_Total_Quote_Tax
3. c. Mage_Sales_Model_Quote_Address_Total_Tax
4. d. Mage_Catalog_Model_Product_Type_Price
A: ?
Q: In a fresh installation of native Magento, the email templates are stored in the _________________.
Possible answers:
1. a. email folder of the current theme
2. b. app/design/email folder
3. c. app/locale/_LOCALE_/template/email folder
4. d. app/design/base/default/default/template/email folder
A: ?
Q: On quote address entities, the shipping_meathod property is composed of ___________and _________.(Choose two)
1) carrier code
2) store code
3) carrier title
4) method code
5) customer group code
6) website code
7) method title
A: ?
