AD0-E704試験無料問題集「Adobe Certified Master Magento Commerce Architect 認定」
You are working on a Magento module for a merchant that does business in the UK. This module exposes a REST API endpoint for sending text messages to customers. There is an app based on this REST API which allows admin users to stay in touch with the customers. You would like to restrict the admin's ability to send text messages after work hours.
Keeping simplicity in mind, how do you implement this?
Keeping simplicity in mind, how do you implement this?
正解:D
解答を投票する
You are working on a new feature to allow multiple vendors for various products. To display vendors you add a custom fieldset component and select with the name myCompanyVendors. It will be shown if the number of vendors is more than one.
To do this you implement a custom method on your component:

How do you cause the method to be called when the value of options change?
A)

B)

C)

D)

To do this you implement a custom method on your component:

How do you cause the method to be called when the value of options change?
A)

B)

C)

D)

正解:D
解答を投票する
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?

The class constructor signature is:
What do you do to process the uploaded file?

正解:A
解答を投票する
You are integrating a Magento store with a 3rd-party OMS. The orders created on the Magento side must be uploaded to the OMS, there is no need to pull any data from the OMS into Magento. The OMS already has established RabbitMQ infrastructure so you decided to reuse it.
In addition to the implementation of the business logic for uploading orders, which two configurations must be done in your module to make the integration work?
In addition to the implementation of the business logic for uploading orders, which two configurations must be done in your module to make the integration work?
正解:B,D
解答を投票する