You are reviewing a theme in app/design/frontend/MyCompany/MyTheme and see the file etc/view.xml. What is the function of this file? A. It configures Grunt to compile assets for the theme B. It stores theme and image configuration values C. It specifies…

A merchant asks you to extend customer functionality to allow customer accounts to be associated with two or more billing addresses. How is this implemented? A. By adding the attribute like customer_address_billing2 and customizing both My Account and Checkout functionality…

You are tasked with ensuring customers who log into the site are authorized. By default, this consists of ensuring the customers email and password match the values in the database. On this project, you need to verify additional data in…

A custom module needs to log all calls of MagentoCustomerApiAddressRepositoryInterface::save(). Which mechanism do you use? A. An observer on the customer_address_repository_save event, which is automatically fired for every repository save B. A proxy configured to intercept all calls to any…