Multiple Choice
Products may be accessed using SEO friendly URLs like /my-product instead of /catalog/product/view/id/{ID} How is this one?
A) An event observer adds RewriteRules to .htaccess on product save
B) Magento\Catalog\Controller\Product\View::loadByUrlKey loads product pages using the url_key attribute value
C) Using a URL Rewrite stored in the database connecting the request path with the target path
D) A plugin on \Magento\UrlRewrite\Controller\Router::match loads products by the url_key attribute
Correct Answer:

Verified
Correct Answer:
Verified
Q71: \Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and
Q72: Your module, MyCompany_MyModule, is using the frontName
Q73: In layout files you can change an
Q74: You are developing a module MyCompany_StoreInfo to
Q75: You are implementing a before plugin in
Q77: Which two tasks are supported by Magento
Q78: What is the connection between product attribute
Q79: You are tasked to install an extension
Q80: Magento 2's architecture uses code to bootstrap
Q81: Which entity in Magento supports scoped attributes?<br>A)