Adobe AD0-E716 Exam Practice Questions (P. 2)
- Full Access (69 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
An Adobe Commerce developer has added a new configuration field to the admin area. The path for this option is general/store_information/out_of_hours_phone.
Keeping simplicity in mind, how would the developer ensure this option contains a valid US telephone number?
Keeping simplicity in mind, how would the developer ensure this option contains a valid US telephone number?
- AAdd <validate>phoneUS</validate> to the field in system.xml.Most Voted
- BCreate a backend model to check the validity of the phone number entered.
- CAdd <validate type="phoneUS"/> to the field in system.xml.
Correct Answer:
A
A
send
light_mode
delete
Question #7
An Adobe Commerce developer is being tasked with creating a new cron job to run a method that has already been written.
What are the minimally required steps to accomplish this?
What are the minimally required steps to accomplish this?
- ACreate a crontab.xml file and a new system configuration in system.xml for the schedule.
- BCreate crontab.xml and cron_groups.xml files to assign the new job to a cron group.
- CCreate a crontab.xml file and set a schedule for the new cron job.
Correct Answer:
C
C
send
light_mode
delete
Question #8
Which hashing algorithm will Adobe Commerce choose to hash customer passwords?
- AIf the Sodium extension is installed, SHA256 will be chosen, otherwise MD5 will be used as the Magento default hashing algorithm.
- BIf the Sodium extension is installed, Argon 2ID13 will be chosen, otherwise SHA256 will be used as the Magento default hashing algorithm.
- CIt does not matter if the Sodium extension is installed or not, the Magento hashing default algorithm will be SHA256.
Correct Answer:
B
B
send
light_mode
delete
Question #9
An Adobe Commerce developer is developing a custom module. As part of their implementation they have decided that all instances of their Custom\Module\Model\Example class should receive a new instance of Magento\Filesystem\Adapter\Local.
How would the developer achieve this using di.xml?
How would the developer achieve this using di.xml?
send
light_mode
delete
Question #10
When checking the cron logs, an Adobe Commerce developer sees that the following job occurs daily: main.INFO: Cron Job inventory_cleanup_reservations is successfully finished.
However, the inventory_reservation table in the database is not emptied.
Why are there records remaining in the inventory_reservation table?
However, the inventory_reservation table in the database is not emptied.
Why are there records remaining in the inventory_reservation table?
- AOnly reservations matching canceled orders are removed by the cron job.
- BOnly reservations no longer needed are removed by the cron job.
- CThe “Auto Cleanup” feature from Multi Source Inventory was disabled in configuration.
Correct Answer:
B
B
send
light_mode
delete
All Pages