Adobe Certified Professional Magento Commerce Developer - AD0-E702 Exam Practice Test

Question 1
What is the relationship between products and categories in Magento?

Correct Answer: C
Question 2
Which two tasks are supported by Magento CLI? (Choose two.)

Correct Answer: A,C
Question 3
What will be the result of calling the save() method on a collection instance?

Correct Answer: C
Question 4
The module MyCompany_MyModule provides custom admin interface pages.
Access to these pages should only be granted to specific users.
You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected.
How do you visually check if Magento evaluates your ACL resource as expected?

Correct Answer: D
Question 5
You are creating a new page layout for your custom module.
What is the primary difference between container and block elements?

Correct Answer: C
Question 6
You are reviewing a Magento module and see a directory named Service.
What can you determine from this directory's name?

Correct Answer: D
Question 7
You want to remove a column introduced by a third-party extension via declarative schema.
How do you do that?

Correct Answer: B
Question 8
You are adding a child node to the product.info block using the XML:

How will this block be rendered?

Correct Answer: B
Question 9
How can you render a text on a page using only layout xml?

Correct Answer: D
Question 10
You have created a custom module which must perform an action immediately after an order is placed, but only on the store front of the merchant site. You have selected the checkout_submit_all_after as the target event which the module will observe.
In which file will the event observer be declared?

Correct Answer: C