Magento-2-Certified-Associate-Developer Exam Question 26
You have created a module with a custom ACL resource and want to restrict access to resources of your module.
Which three items are restricted based on ACL role permissions? (Choose three.)
Which three items are restricted based on ACL role permissions? (Choose three.)
Magento-2-Certified-Associate-Developer Exam Question 27
You have created a new section in system configuration under the Catalog tab:

How do you restrict an access to the section using Magento ACL?


How do you restrict an access to the section using Magento ACL?

Magento-2-Certified-Associate-Developer Exam Question 28
What is the connection between product attribute sets and categories?
Magento-2-Certified-Associate-Developer Exam Question 29
You have added a new attribute origin of the type varchar to the product entity.
Which two calls will filter a product collection with origin set to "California"? (Choose two.)
$collection->addFieldToFilter('origin', "California");
Which two calls will filter a product collection with origin set to "California"? (Choose two.)
$collection->addFieldToFilter('origin', "California");
Magento-2-Certified-Associate-Developer Exam Question 30
You are implementing a custom module MyModule, which provides an implementation of
\Psr\Log\LoggerInterface called \MyCompany\MyModule\Logger.
The LoggerInterface has the default preference declared in app/etc/di.xml.
Keeping upgradability in mind, how do you make \MyCompany\MyModule\Logger the default implementation of the LoggerInterface globally?
\Psr\Log\LoggerInterface called \MyCompany\MyModule\Logger.
The LoggerInterface has the default preference declared in app/etc/di.xml.
Keeping upgradability in mind, how do you make \MyCompany\MyModule\Logger the default implementation of the LoggerInterface globally?