Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AD0-E716 topic 1 question 17 discussion

Actual exam question from Adobe's AD0-E716
Question #: 17
Topic #: 1
[All AD0-E716 Questions]

A logistics company with an Adobe Commerce extension sends a list of reviewed shipment fees to all its clients every month in a CSV file. The merchant then uploads this CSV file to a "file upload" field in admin configuration of Adobe Commerce.
What are the two requirements to display the "file upload" field and process the actual CSV import? (Choose two.)

  • A. Add a custom backend model which extends \Magento\Framework\App\Config\Value and call afterSave:
  • B.
  • C. Create an observer that listens to the adminhtml_config_system_save_after:
  • D. Add a new field in etc/adminhtml1/system.xml in My_Module with the file type:
  • E. Add a new field in etc/adminhtml1/system.xml in My_Module with a new custom type:
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
arierave
1 month, 3 weeks ago
Selected Answer: AD
According to claude.ai opus: Therefore, the two requirements to display the "file upload" field and process the CSV import are: Adding a new field in etc/adminhtml/system.xml with the file type (option D) Adding a custom backend model that extends \Magento\Framework\App\Config\Value and implementing the afterSave method (option A)
upvoted 1 times
...
TravisNguyen
7 months, 3 weeks ago
A and B is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...