Magento 2 Certified Associate Developer - Magento-2-Associate-Developer FREE EXAM DUMPS QUESTIONS & ANSWERS
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?
How do you supply the default value for that configuration option?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
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?
What is causing this?
Correct Answer: A
Vote an answer
The module MyCompany_MyModule provides custom admin interface pages.
Access to these pages should only be granted to specific users.
You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected.
How do you visually check if Magento evaluates your ACL resource as expected?
Access to these pages should only be granted to specific users.
You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected.
How do you visually check if Magento evaluates your ACL resource as expected?
Correct Answer: A
Vote an answer
You are tasked with ensuring customers who log into the site are authorized. By default, this consists of ensuring the customers email and password match the values in the database. On this project, you need to verify additional data in this process.
Keeping in mind upgradeability, how is this done?
Keeping in mind upgradeability, how is this done?
Correct Answer: A
Vote an answer
You want to remove a column introduced by a third-party extension via declarative schema.
How do you do that?
How do you do that?
Correct Answer: B
Vote an answer
Assume that a customer's cart only includes one downloadable product.
What effect will it cause on the quote object?
What effect will it cause on the quote object?
Correct Answer: D
Vote an answer