Magento Certified Developer - M70-101 Exam Practice Test
Which of the following allows you to save a single attribute value on an EAV entity?
Correct Answer: B
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)
Two of the following arrays could be used to complete that call correctly. Which two? (Choose two)
Correct Answer: A,D
Which one of the following is responsible for sending a remote request to the payment service when capturing an order?
Correct Answer: C
A custom frontend controller will extend which one of the following classes?
Correct Answer: C
You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper('customer/address') with an instance of your own class. Which one of the following xpaths would accomplish that?
Correct Answer: D
Which of the following should you do in order to add another product attribute to the condition in a shopping cart price rule?
Correct Answer: A