最新的Adobe Certified Professional Magento Commerce Developer - AD0-E702免費考試真題
You are setting up a brand new Magento installation for a merchant who is migrating from Magento 1 to Magento 2.
Keeping in mind upgradability and the need to customize, which one do you choose?
Keeping in mind upgradability and the need to customize, which one do you choose?
正確答案: D
A module declares the route:

What is the layout handle of the storefront path /custom/feature/?

What is the layout handle of the storefront path /custom/feature/?
正確答案: C
You are writing a customization for the customer module. You need to make sure the configuration files from your module are loaded after the customer module's configuration.
Where should the dependency be declared?
Where should the dependency be declared?
正確答案: B
You are developing a new theme which inherits from the Magento_Luma theme.
How is this accomplished?
How is this accomplished?
正確答案: C
Assume that $collection is a new instance of a class that extends
Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection, and $ids is an array of ids.
How do you select a list of records from the database where the record ids are in the $ids list?

Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection, and $ids is an array of ids.
How do you select a list of records from the database where the record ids are in the $ids list?

正確答案: D
How do you add a foreign key to an existing table created by another module?
正確答案: B
說明:(僅 Fast2test 成員可見)
You have created a custom module which must perform an action immediately after an order is placed, but only on the store front of the merchant site. You have selected the checkout_submit_all_after as the target event which the module will observe.
In which file will the event observer be declared?
In which file will the event observer be declared?
正確答案: B