최신Adobe Certified Master Magento Commerce Architect - AD0-E704무료샘플문제
문제1
You are creating a module that creates a Catalog Price Rule. You have written this code to specify the conditions:

After saving the catalog rule, the second and third condition do not seem to fall under the combine condition.
How do you fix the issue?
You are creating a module that creates a Catalog Price Rule. You have written this code to specify the conditions:

After saving the catalog rule, the second and third condition do not seem to fall under the combine condition.
How do you fix the issue?
정답: D
문제2
Magento can load the configuration file di.xml area-specific. During bootstrapping, each application entry point loads the appropriate di.xml files for the requested are
a. Please select the set of correct areas, where this file can be loaded by Magento:
Magento can load the configuration file di.xml area-specific. During bootstrapping, each application entry point loads the appropriate di.xml files for the requested are
a. Please select the set of correct areas, where this file can be loaded by Magento:
정답: D
문제3
While debugging a problem with a scheduled product update, you want to get a list of products that are scheduled for the next update. How does Magento Staging store scheduled entities?
While debugging a problem with a scheduled product update, you want to get a list of products that are scheduled for the next update. How does Magento Staging store scheduled entities?
정답: C
문제4
You have created a new gateway payment method. You configured the command pool in a di. xml file and added the MyCompany\MyModule\Gateway\Command\Sale command with the name sale to it. Your Sale command extends the Magento\Payment\Gateway\Command\GatewayCommand class.
You have also created a payment_action option in the system configuration and set the value to authorize_capture.
You found the sale command is never called when placing an order.
Which action will fix the problem?
You have created a new gateway payment method. You configured the command pool in a di. xml file and added the MyCompany\MyModule\Gateway\Command\Sale command with the name sale to it. Your Sale command extends the Magento\Payment\Gateway\Command\GatewayCommand class.
You have also created a payment_action option in the system configuration and set the value to authorize_capture.
You found the sale command is never called when placing an order.
Which action will fix the problem?
정답: A
문제5
You are programmatically creating a customer EAV attribute and want to add it to the customer segment's condition options. How do you do this?
A)

B)

C)

D)

You are programmatically creating a customer EAV attribute and want to add it to the customer segment's condition options. How do you do this?
A)

B)

C)

D)

정답: A
문제6
You are working on a project where a custom option of type text for a certain product has been created. The merchant wants to customize the add to cart functionality for this product, such that products with different text for the custom option will be represented as separate shopping cart line items.
How does Magento split shopping cart line items for a product based on custom options?
You are working on a project where a custom option of type text for a certain product has been created. The merchant wants to customize the add to cart functionality for this product, such that products with different text for the custom option will be represented as separate shopping cart line items.
How does Magento split shopping cart line items for a product based on custom options?
정답: A
문제7
Consider below example of etc/di.xml: Magento\Filesystem\Adapter\Local Please select correct statement based on shared="false" attribute in the example:
Consider below example of etc/di.xml: Magento\Filesystem\Adapter\Local Please select correct statement based on shared="false" attribute in the example:
정답: C
문제8
A merchant complains about the related accessory products, which they assigned to the virtual product, not being visible on the store front. What is the reason for this?
A merchant complains about the related accessory products, which they assigned to the virtual product, not being visible on the store front. What is the reason for this?
정답: D
문제9
Suppose, you need to create custom configuration file called search.xml, in the a custommodule under etc/. Which steps are needed to achieve this:
Suppose, you need to create custom configuration file called search.xml, in the a custommodule under etc/. Which steps are needed to achieve this:
정답: B,C