Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Note! Following AD0-E709 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

Adobe Commerce Developer Expert Questions and Answers

Question 1

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.)

Options:

A.

Create an observer that listens to the adminhtml_config_system_save_after

B.

Add a new field in etc.adminhtml/system.xml in my_Module with the file type:

C.

Add a custom backend model which extends /Magento\Framework\App\Config\Value and call afterSave:

D.

Add a new field in etc/adminhtml\system.xml in My_Module with a new custom type:

Buy Now
Question 2

Which two techniques can be used to protecta storefront POST action againstCross Site Request Forgery (CSRF) attacks? (Choose two.)

Options:

A.

The form sending data to that action needs to include a fornjtey parameter with a valid form key and the action must instantiate \Manento\Framwork\Data\ForumKey\Formkey\Validator validate it.

B.

The action needs to implement \Mgento\Framework\App\CSrfAwareActioninterface and include the validateForCsrf method implementing the actual protection logic.

C.

The form sending data to that action needs to include a form_key parameter with a valid form key which will automatically be used in a built-in CSRF validation.

D.

The action needs to implement \Magento\Framework\App\ActionvHttpPosTActioninterface to trigger built-in CSRF validation.

Question 3

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\Filestem\adapter\local.

How would the developer achieve this using di. xml?

A)

B)

C)

Options:

A.

Option A

B.

Option B

C.

Option C