AD0-E704 無料問題集「Adobe Certified Master Magento Commerce Architect」
A merchant is asking you to organize a catalog of 9000 rings which come in six sizes, each with unique inventory. Additionally, the customers will have 1000 unique engravings to choose from for their ring. The engraving is made on the selected ring just before the order is shipped.
How do you organize such a catalog to achieve optimal store performance and ease of management?
How do you organize such a catalog to achieve optimal store performance and ease of management?
正解:D
解答を投票する
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
解答を投票する
You are working on a custom page where the content of a CMS block has to be rendered. You know the merchant is using Staging for CMS blocks. In your code you have access to the $repository object which is an instance of \Magento\Cms\Api\BlockRepositoryInterface. $blockld which is the original block ID, and $current Version which is the current Staging version.
How do you load the CMS block with the right Staging version?
A)
B)
C)
D)
How do you load the CMS block with the right Staging version?
A)
B)
C)
D)
正解:A
解答を投票する