Magento-2-Associate-Developer 試験問題を無料オンラインアクセス
| 試験コード: | Magento-2-Associate-Developer |
| 試験名称: | Magento 2 Certified Associate Developer Exam |
| 認定資格: | Magento |
| 無料問題数: | 105 |
| 更新日: | 2026-06-03 |
You need to add a new text attribute to all products in the Magento store. When this attribute is displayed on the product page, its values must be different depending on the selected language.
Keeping simplicity in mind, how do you add this attribute?
In the module located at app/code/MyCompany/MyModule there is a JS module in the file view/frontend/web/register.js. The Magento base URL is https://magento.host/ and the luma theme with the en_US locate is used.
What is the public URL for this file?
You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.
What is causing this?
You added a plugin declaration to MyCompany/MyModule/etc/di.xml:
What will be the effect of this declaration?
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?