Magento Developer Plus

Assume you have saved a product in the Catalog. Will your last changes be taken into account for rule-based related products?
 Only if you go to the "Catalog/Rule-based Product Relations" page, and hit "Reindex All" button.
Only if you clear the cache.
Yes: It will be done automatically by an observer on the catalog_product_save_after event.
Yes: Rule-based related products are calculated on-the-fly.
To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two)
Declare your module's block class prefix in the config.xml file.
Implement a sub-class of Mage_Adminhtml_Block_Widget_Form.
Implement a sub-class of Mage_Adminhtml_Block_Form_Abstract.
Create sub-classes of Mage_Adminhtml_Block_Form_Element_Abstract for each form field to be presented.
Add a set of configuration values in the module's config-xml defining the form fields to be displayed.
Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?
Global/resources/etc/setup//module
System/database/resources//setup/module
Global/resources//setup/module
Database/action/scripts/
Which of the following methods exists in the Mage_Sales_Model_Quote_Address class?
GetAllNonNominalItems()
importShippingAddress()
HasRecurringltems()
Collect()
Which of the following will cause the javascript file at [magento root]
/skin/frontend/<package>/<theme>/js/some.js to be added to the output of the standard
Magento page/html_head block?
A
B
C
D
How can you make a payment method store entire credit card numbers?
. For security reasons, there are no native ways for doing that.
Pass the credit card number to the payment method: it will be stored automatically.
Change the protected property of payment method $_canSaveCc to true.
Configure your method to save the card number by setting 1 to the following xpath: default/payment/_NAME_/save_cc
You want to filter a product collection so that it will return only SKUs 12 and 123. You will
use a call to
$collection->addFieldToFilter('sku', ______________ );
Two of the following arrays could be used to complete that call correctly. Which two?
(Choose two)
array('sku' => 12, 'sku' => 123)
Array(array('eq' => 12), array('eq' => 123))
array(12 => true, 123 => true)
Array(12, 123)
Array(array('int' => 12), array('int' => 123))
In admin, a shipment can be created_____________.
Only after the whole order is invoiced
Only after at least one item is invoiced
Even before an invoice is created
Only after tracking number(s) are specified
{"name":"Magento Developer Plus", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Assume you have saved a product in the Catalog. Will your last changes be taken into account for rule-based related products?, To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two), Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?","img":"https://cdn.poll-maker.com/25-943294/magento-m70-201-4-2.png?sz=1200"}
Powered by: Quiz Maker