Multiple Choice
You have created a module controller that responds to the following URL: /mycompany/product/load/id/123. Which two methods will load the product model by ID as specified in the URL? (Choose two.)
A) \Magento\Catalog\Model\ResourceModel\Product::load($productModel, $id)
B) \Magento\Catalog\Model\ResourceModel\Product\Collection::load() ->fetchById($id)
C) \Magento\Catalog\Model\ResourceModel\Product\Collection::fetchItemById($id)
D) \Magento\Catalog\Api\ProductRepositoryInterface::getById($id)
Correct Answer:

Verified
Correct Answer:
Verified
Q84: A Magento industry partner shipping provider has
Q85: Which method of a Magento resource model
Q86: How do you set the custom block
Q87: How do you pass an array ['one',
Q88: A merchant is interested in setting different
Q90: You added a plugin declaration to MyCompany/MyModule/etc/di.xml:
Q91: A merchant asks you to extend customer
Q92: A module you are working on needs
Q93: A third-party module uses a layout update
Q94: You are working on a custom web