Adobe AD0-E703 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/ad0-e703.html
What are two functions of a resource model? (Choose two.)
There are two different configurable products which both share one variation. The shared variation is represented by the same simple product.
A customer added both configurables to the cart with the same selected variation?
How will they be displayed?
You need to add the Google Tag Manager (GTM) to every page.
What three steps do you take to accomplish this in MyCompany_MyModule?
A merchant requires the ability to configure contact information for their brick and mortar stores as a CSV file upload. The module already exists and contains an etc/adminhtml/system.xml file where the new field can be added.
How do you specify the class that will process the uploaded file?
As you are scanning folder in the vendor/module-catalog directory, you see a directory that is named Ui.
What is this folder's purpose?
How many shipping addresses may be selected for an order during the checkout process?
You have created a module controller that responds to the following URL:
/mycompany/product/load/id/123.
Which two methods will load the product model by ID as specified in the URL? (Choose two.)
A custom module needs to log all calls of
\Magento\Customer\Api\AddressRepositoryInterface::save().
Which mechanism do you use?
The module MyCompany_MyModule provides custom admin interface pages.
Access to these pages should only be granted to specific users.
You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected.
How do you visually check if Magento evaluates your ACL resource as expected?
Your module adds a new controller class which will return a JSON response.
What will be the return type of the execute method?