AD0-E711 Adobe Commerce Developer Professional

Loading demo links...

Showing 7–9 of 9 questions

Question 7

A developer found a bug inside a private method of a third party module class. How can the developer override the method?

Select an option, then click Submit answer.

  • Create a custom class with the corrected logic, and define the class as a preference for original one in the di.xml

  • Create a custom class with corrected logic, and define the class as preference in the preferences.xml.

  • Create a plugin, implement correct logic in the 'after' method, and then define the plugin in the di.xml.

Question 8

Which CLI command should be used to determine that static content signing is enabled?

Select an option, then click Submit answer.

  • bin/magento config:show dev/static/status

  • bin/magento config:show dev/static/sign

  • bin/magento config;show dev/static/sign/status

Question 9

How are multiple EAV attributes belonging to the same entity grouped in the database?

Select an option, then click Submit answer.

  • Based on the types of values they contain

  • Based on all numeric values being stored in one table while text values are stored in the other

  • Based on the sizes of values they contain