Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Note! Following AD0-E704 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

What our customers are saying

New Zealand certstopics New Zealand
McDonald
Mar 9, 2025
Choosing CertsTopics for my Adobe AD0-E704 exam training was a perfect decision. It was a great experience. Material provided is just so perfect to start up with any topic. The team gives apt guidance regarding the topic. Asking queries is never a trouble. Practice tests are biggest help during preparations and I really appreciate it.

Adobe Certified Master - Adobe Commerce Architect Questions and Answers

Question 1

You are working on a Magento module for a merchant that does business in the UK. This module exposes a REST API endpoint for sending text messages to customers. There is an app based on this REST API which allows admin users to stay in touch with the customers. You would like to restrict the admin's ability to send text messages after work hours.

Keeping simplicity in mind, how do you implement this?

Options:

A.

Use the built-in scheduled ACL functionality to configure allow-deny rules in the admin panel

B.

Add the check directly to the service method implementation

C.

Implement a cron job to change the admin permissions twice a day for everyone who has these permissions set

D.

Add aclResolver="Mycompany\MyModule\Model\PathToAc1Resolver" declaration for the relevant methods in webapi. xbI

Buy Now
Question 2

You have created a custom block MyCompany MyModule/Block/Product/Update/ php. Which two approaches allow you to set a template to your block?

Options:

A.

Create protected variable $_template

B.

Create template view /frontend/template/product/update, phtml

C.

Configure block's constructor $template parameter via di. xml

D.

Add an argument node in layout xml: ...

Question 3

Suppose you want to develope a custom extension that should provide product_redirect_links to amazon.com, ebay.com and other sites. Suppose this must be added using extension_attribute feature to make that availbe for product repository and services, then what are the customizations needed to develope it: Choose 2

Options:

A.

In your custom module, create etc/extension_attributes.xml, and define needed attribute_code under

extension_attributes for=”Magento\Catalog\Api\Data\ProductInterface”

B.

In your custom module create, etc/di.xml and add plugin code to join product_redirect_links attribute to ProductRepositoryList

type="Magento\ExternalLinks\Model\Plugin\Product\Repository"/>

C.

In your custom module create Setup/InstallSchema.php and add requried product attribute create code and run setup:upgrade.

D.

None of these