AD0-E704試験無料問題集「Adobe Certified Master Magento Commerce Architect 認定」

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?

On a merchant website you inherit an extension that allows customers to rate products. The extension adds two integer attributes to store the rating values, avg_rating and rating_count. The merchant reports an issue that the displayed average is lower than it should be. You determine you need to change the avg_rating attribute backend typetodecim to fix the issue.
In your module's Data Patch script, which three steps do you take to change the attribute backend type?
A)

B)

C)

D)

E)

正解:A,C,E 解答を投票する
A furniture merchant have 100k products in the store. In a custom product list page, he advised you to enable the caching as per user paginate the products. So what should the approach to cache the block data as per pagination request:

You are implementing a requirement to exclude all shipping rates less than $50 if there is a specific product in the shopping cart. How do you do this?

You are working on a customization that requires a list of shipping rates available to a user. Which call returns the list of shipping rates?

You need to build a custom module to add a notice to the Advanced Inventory section on the product form. The notice text can be specified in the system configuration. How do you implement this?

You are creating a module lo enable customers to attach an image file to the quote items while adding a product to the cart. To save development time, you want to build on top of functionality provided by the class \Magento\Catalog\Model\ImageUploader as much as possible.
The class constructor signature is:
What do you do to process the uploaded file?

In homepage, you need to add inline css in the body tag. What should be the correct way of doing this using layout XML file cms_index_index.xml:

A merchant is planning to create a single scheduled update for one million products. They are wondering about website performance. What two performance issues will the update cause?