Multiple Choice
A merchant tasked you to add an input field for notes to the Customer Account Information backend page. Which three actions do you specify in a module's Data Patch to add a customer notes attribute? (Choose three.)
A) $cache->clean(['eav', 'db_ddl']) ;
B) $customerSetup->addAttribute('customer', 'notes', $options) ;
C) $customerSetup->getConnection() ->addColumn('customer_entity', 'notes', $columnSpecs) ;
D) $notesAttribute->setData('used_in_forms', ['adminhtml_customer']) ;
E) $customerSetup->addAttributeToSet('customer', $attributeSetIdCustomer, $groupId, 'notes') ;
Correct Answer:

Verified
Correct Answer:
Verified
Q24: You are reviewing a Magento module and
Q25: A module declares the route: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1622/.jpg"
Q26: During a code review of a module
Q27: You have loaded an instance of Magento\Catalog\Model\Product
Q28: How can you render a text on
Q30: While reviewing a layout file named sales_order_view.xml
Q31: Which three scopes can be used to
Q32: Where do you change the frontName for
Q33: You are tasked with ensuring customers who
Q34: The module MyCompany_MyModule will add a new