Magento-2-Certified-Associate-Developer Exam Question 96

You are creating a new page layout for your custom module.
What is the primary difference between container and block elements?
  • Magento-2-Certified-Associate-Developer Exam Question 97

    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.)
    $collection->addFieldToFilter('origin', "California");