AD0-E702 試験問題を無料オンラインアクセス
| 試験コード: | AD0-E702 |
| 試験名称: | Adobe Certified Professional Magento Commerce Developer |
| 認定資格: | Adobe |
| 無料問題数: | 105 |
| 更新日: | 2026-07-11 |
You have loaded an instance of Magento\Catalog\Model\Product in the $product variable. You know that the loaded product has the type configurable with four variations. These variations have the prices: $10, $12, $12,
$15.
What will be the result of the $product->getFinalPrice() call?
Assume that $collection is a new instance of a class that extends
Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection, and $ids is an array of ids.
How do you select a list of records from the database where the record ids are in the $ids list?
In a custom module you are adding a new field to the store configuration. The field will set the value for the configuration path mycompany/mymodule/myoption.
How do you supply the default value for that configuration option?
