Magento M70-201 Exam Practice Questions (P. 4)
- Full Access (131 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Which statement correctly describes order state and order status?
- AState and status are independent properties of the order.
- BThe status is a child of the state.
- CState represents the general state of the order, while status works on item level.
- DAn order doesn't have a status, only a state. Status is a property of an invoice, shipment, and credit memo.
Correct Answer:
B
B
send
light_mode
delete
Question #17
What is the difference in the effect of calling the invoice capture () method versus the invoice pay () method?
- ANo difference: pay () will always call capture ().
- BPay () will trigger the payment and capture!) will not.
- CCapture () will trigger the payment and pay () will not.
- DThe difference is determined by the payment method implementation.
Correct Answer:
C
C
send
light_mode
delete
Question #18
Which one of the following statements is true regarding Mage_Core_Block_Text_List?
- AMage_Core_Block_Text_List declares its own template for rendering, but the rendered template can be overridden via layout XML.
- BChild blocks of Mage_Core_Block_Text_List are always rendered alphabetically by name.
- CMage_Core_Block_Text_List will always render all children automatically when it is rendered.
- DMage_Core_Block_Text_List directly extends Mage_Core_Block_Template
- EIn order to render, the parent block of Mage_Core_Block_Text_List must always be an output block.
Correct Answer:
C
C
send
light_mode
delete
Question #19
Which of the following API calls allows you to fetch the list of related products using the native Magento API?
- Acatalog_product_link.list, with arguments $type='related', $product_id
- Bcatalog_product.list, with arguments $type='related', $product_id
- Ccatalog_product_related.list, with argument $product_id
- Dcatalog_product_option.list, with arguments $type='related', $product_id
Correct Answer:
A
A
send
light_mode
delete
Question #20
Which of the following actions will enable logging via calls to debugData() on a native Magento payment method model?
- ASet the protected property $_debug of the payment model to true
- BSet the config node default/payment/debug/ [method code] to 1
- CCall Mage::register ('payment_method_debug_' . [method code], true);
- DSet the config node default/payment/ [method code]/debug to 1
- ECall setDebug(true) on the payment method model
Correct Answer:
D
D
send
light_mode
delete
All Pages