最新的Magento Certified Developer Plus - M70-201免費考試真題
Assume you added a product with custom options to the shopping cart. Where will the data for the custom options be stored persistently?
正確答案: B
What is the xpath to the list of product types?
正確答案: B
You have a product collection and want to add a filter to get all products whose name starts with Test or whose price is 0.00.
Which of the following statements would add that OR condition?

Which of the following statements would add that OR condition?

正確答案: D
What happens when you edit an existing order using the order management page?
正確答案: D
Which of the following payment methods' payment actions creates an invoice during the "place order' step?
正確答案: A
When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?
正確答案: D
In which table could you find the order state?
正確答案: C
You want to implement a custom attribute source model. Which method do you have to implement after extending Mage_Eav_Model_Entity_Attribute_Source_Abstract?
正確答案: C
A custom frontend controller will extend which one of the following classes?
正確答案: 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)
$collection->addFieldToFilter('sku', ______________ );
Two of the following arrays could be used to complete that call correctly. Which two? (Choose two)
正確答案: A,E