AD0-E702試験無料問題集「Adobe Certified Professional Magento Commerce Developer 認定」

Where do you change the frontName for the admin router?

A Magento industry partner shipping provider has tasked you to build their integration module called MyCompany_ShippingProvider.
Where do you define the class that provides options for the select field that enables or disables the provider in the file etc/adminhtml/system.xml?

You are working on a custom web API endpoint and have configured it in etc/webapi.xml. This config is cached as part of the config_webservice cache type.
Keeping performance in mind, how do you refresh the cached version of this config using Magento CLI?

You want to remove a column introduced by a third-party extension via declarative schema.
How do you do that?

What are two functions of a resource model? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
You are tasked to install an extension to the merchant's Magento instance.
The extension is developed by the company called MyCompany and its codebase is available from all four locations listed below.
Which two installations options do you choose from to prevent version conflicts during upgrade? (Choose two.)

Which three scopes can be used to set different System Configuration values in Magento? (Choose three.)

正解:B,C,D 解答を投票する
A module you are developing requires the addition of new routes that should be accessible in the store front.
Where do you define your module's frontName?

\Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and sort information.
What class assists in creating an instance for SearchCriteriaInterface?

In layout files you can change al element's order on a page. This can be done using one of the following:
* <move> instruction
* before and after element attributes?
How are two methods different?