Which architectural pattern makes it possible?

Magento allows you to specify custom values per store for product attributes created in the admin panel.
Which architectural pattern makes it possible?
A. Store Manager
B. Extension Attribute
C. Entity Attribute Value
D. Dependency Injection

Download Printable PDF. VALID exam to help you PASS.

13 thoughts on “Which architectural pattern makes it possible?

  1. The answer is C. Even in the provided reference the opening paragraph states:

    Custom and Entity-Attribute-Value (EAV) attributes—Custom attributes are those added on behalf of a merchant. For example, a merchant might need to add attributes to describe products, such as shape or volume. A merchant can add these attributes in the Magento Admin panel. See the merchant documentation for information about managing custom attributes.

    Extension Attribute CANNOT be created via the Admin panel like the question suggests

  2. According to me Correct answer is B. As eav architecture just makes the complexity of storing data easier by storing data in different tables.

  3. answer is B, Because Attribute already created in admin panel and pass only custom values store wise

    1. So which do u conclude based on the explanation shared by you..I am unable to conclude between B or C

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.