Adobe Certified Master Magento Commerce Architect - AD0-E704 Exam Practice Test
You need to do an analysis of Admin actions on the website for a 24 hour period that happened 90 days ago using the Admin actions log. Assuming that the Log Entry Lifetime store configuration setting has not been changed from the default, where do you access the data?
Correct Answer: B
Vote an answer
You are making a module MyCompany_MyModule and the merchant asks for an attribute that is only available to simple and configurable products. This needs to be defined in the catalog_eav_attribute table.
How can we create this behavior during the creation of this attribute?
A)

B)

C)

D)

How can we create this behavior during the creation of this attribute?
A)

B)

C)

D)

Correct Answer: A
Vote an answer
You are working on a project which uses Staging for different entities. You are considering the option to stage and rollback different entities independently. What is the scope of a Staging version in Magento?
Correct Answer: A
Vote an answer
You are working on a project with custom code located in an observer MyCompany\MyModule\Observer\Custom on the catalog_product_load_before event. How do you prevent your custom observer from being executed on a staging preview?
Correct Answer: B
Vote an answer
You are working on a project which uses Staging for different entities. You are considering the option to stage and rollback different entities independently. What is the scope of a Staging version in Magento?
Correct Answer: A
Vote an answer
Suppose you are working on the product edit page of the backend. Whenever admin-user clicks on the save button, you need to check that the product name should contain SKU as well in it. For this how would you get the product input field element in a variable using uiRegistry :
Correct Answer: C
Vote an answer
For an existing core class, you created 3 plugins PluginA, PluginB and PluginC with sort orders 10, 20 and 30 respectively. but when implementing pluginB you used around method and did not used callable in it.What should be the plugins executaion order as per above scenerio:
Correct Answer: A
Vote an answer
You are working on a customization that requires a list of shipping rates available to a user. Which call returns the list of shipping rates?
Correct Answer: B
Vote an answer
Consider below example of etc/di.xml: Magento\Filesystem\Adapter\Local Please select correct statement based on shared="false" attribute in the example:
Correct Answer: A
Vote an answer