Multiple Choice
A module you are working on needs to send a newsletter to all subscribed customers at predefined intervals. Which two actions do you take to make sure the newsletter is sent? (Choose two.)
A) Implement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/di.xml Implement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/di.xml
B) Implement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/.xml etc/crontab/.xml
C) Make sure bin/magento cron:run is added to the system crontab Make sure bin/magento cron:run is added to the system crontab
D) Register the plugin for \Magento\Customer\Model\Customer::authenticate in etc/crontab.xml Register the plugin for \Magento\Customer\Model\Customer::authenticate in etc/crontab.xml
Correct Answer:

Verified
Correct Answer:
Verified
Q87: How do you pass an array ['one',
Q88: A merchant is interested in setting different
Q89: You have created a module controller that
Q90: You added a plugin declaration to MyCompany/MyModule/etc/di.xml:
Q91: A merchant asks you to extend customer
Q93: A third-party module uses a layout update
Q94: You are working on a custom web
Q95: You added a new constructor argument to
Q96: What will be the result of calling
Q97: You are writing a customization for the