Multiple Choice
You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store. What two elements automatically render their children? (Choose two.)
A) <block class="\Magento\Framework\View\Element\AbstractBlock" name="shop.info.details"/>
B) <block class="\Magento\Framework\View\Element\Template" name="shop.info.details"/>
C) <container name="shop.info.details"/>
D) <block class="\Magento\Framework\View\Element\Text\ListText" name="shop.info.details"/>
Correct Answer:

Verified
Correct Answer:
Verified
Q69: How do you obtain customer information in
Q70: Which two ways does Magento persist category
Q71: \Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and
Q72: Your module, MyCompany_MyModule, is using the frontName
Q73: In layout files you can change an
Q75: You are implementing a before plugin in
Q76: Products may be accessed using SEO friendly
Q77: Which two tasks are supported by Magento
Q78: What is the connection between product attribute
Q79: You are tasked to install an extension