https://www.lead1pass.com/F5/101-practice-exam-dumps.html (246 Q&As Dumps, 30%OFF Special Discount: 30free )
NEW QUESTION NO: 7
Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
A. global/resources/etc/setup/<script_directory_name>/module
B. system/database/resources/<script_directory_name>/setup/module
C. database/action/scripts/<script_directory_name>
D. global/resources/<script_directory_name>/setup/module
Answer: D
NEW QUESTION NO: 8
Which one of the following accurately describes the purpose of the resource helper classes instantiated through Mage::getResourceHelper?
A. Provide public access to concrete implementations of varien_Db_Adapter_Interface.
B. Format values returned by the database for display in templates.
C. Provide a convenient way to modify database table properties.
D. Provide clean access to another module's database tables.
E. Wrap vendor-specific SQL additions into an RDBMS-agnostic interface.
Answer: E
NEW QUESTION NO: 9
What is the purpose of the configuration XML flag stored in g1obal/resource/connection/type/pdomysql/ compatibleMode? (Choose TWO.)
A. If set to 1, then only standard-compliant SQL is used.
B. If set to 1, then MySQL-specific SQL is used.
C. If set to 0, then all data structures are exported when using Dataflow.
D. If set to 1, then data structures compatible with OpenCommence Language are exported when using Data flow.
E. If set to 0, then MySQL-specific SQL is used.
F. If set to 0, then only standard-compliant SQL is used.
G. If set to 0, then data structures compatible with OpenCommence Language are exported when using Data flow.
Answer: B,F
NEW QUESTION NO: 10
What happens when you edit an existing order using the order management page?
A. A form appears that allows you to edit shipping information of the current order only.
B. A form appears that allows you to edit all information on the current order.
C. Depending on the order status, different editing forms appear for the current order.
D. The current order is canceled and a new order is created from scratch based on the current order's data.
Answer: D
NEW QUESTION NO: 11
Assume that PayPal has presented a new API for online purchasing that you are going to use. Which class should you extend for doing that?
A. Mage_Payment_Model_Method_Abstract
B. Mage_Sales_Model_Quote_Payment
C. Mage_Payment_Model_Info
D. Mage_Sales_Model_Order_Payment
Answer: A
NEW QUESTION NO: 12
Which object never encapsulates any shopping cart items?
A. Mage_Sales_Model_Quote
B. Mage_Checkout_Model_Cart
C. Mage_Sales_Model_Quote_Address<type=shipping>
D. Mage_Sales_Model_Quote_Address<type=billing>
Answer: A
NEW QUESTION NO: 13
Which table stores information about the relationship between configurable products and their child products?
A. catalog_product_super_link
B. catalog_product_option
C. catalog_product_relation
D. catalog_product_link
Answer: A
NEW QUESTION NO: 14
When an admin page is requested, which of the following methods will be executed first?
A. Mage Core Controller Varien Action:: dispatch ()
B. Mage Core Controller Router Default::match ()
C. Mage Adminhtml Controller Action:: preDispatch ()
D. Mage Core Controller Varien Front:: dispatch ()
Answer: D
NEW QUESTION NO: 15
You have used the "refresh"' action on the cache management page for the block html cache type. Which of the following types of cache record would be cleared?
A. block class items with expired lifetime
B. all cache records containing HTML code
C. items for block classes extending Mage_Core_Block_Template only
D. items having at least one of the tags found in the configuration under the xpath global/cache/types/ block_html/tags
Answer: D
NEW QUESTION NO: 16
Two modules, Foo and Moo, both rewrite the catalog/product model, but only the Moo module's rewrite is being used. Both modules Foo and Moo reside in the community code pool. Which two approaches allow the functionality from both classes to be used? (Choose two)
A. Copy Foo_Model_Product to the local code pool.
B. Copy Moo_Model_Product to the local code pool.
C. Copy Moo_Model_Product to the local code pool and make it extend Foo_Model_Product, making sure the logic of both classes does not conflict.
D. Change the rewrite directive of the Moo module to rewrite foo/product instead of catalog/product.
E. Copy Moo_Model_Product to the local code pool and merge the logic from Foo_Model_Product into it.
Answer: C,E
NEW QUESTION NO: 17
Which one of the following API methods exists in Magento?
A. catalog_product_attribute_set.update
B. catalog_product.info
C. catalog_category.save
D. catalog_product.items
Answer: B