Multiple Choice
You have added a new attribute origin of the type varchar to the product entity. Which two calls will filter a product collection with origin set to "California"? (Choose two.)
A) $collection->addFieldToFilter('origin', "California") ;
B) $collection->addAttributeToSelect('origin', "California") ;
C) $collection->joinAttribute('origin', 'catalog_product/origin', 'origin', 'California") ;
D) $collection->addAttributeToFilter('origin', "California") ;
Correct Answer:

Verified
Correct Answer:
Verified
Q36: Your module adds a new controller class
Q37: While developing a module you need to
Q38: You have been given the task of
Q39: You are working on a new entity
Q40: You need to add a new text
Q42: You are creating a new page layout
Q43: A merchant gives you the module MyCompany_MyModule
Q44: The module MyCompany_MyModule provides custom admin interface
Q45: You need to find all orders in
Q46: You are reviewing a theme in app/design/frontend/MyCompany/MyTheme