Adobe AD0-E720 Exam Practice Questions (P. 4)
- Full Access (50 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
An Adobe Commerce developer is trying to remove a block using the <remove name="test.block"/> tag in a layout XML file but it shows an error and doesn't work.
Which tag would be applied to fix the error?
Which tag would be applied to fix the error?
- AUse <referenceBlock name="test.block" remove="true"/>
- BUse <remove name="Custom_Module:test.block"/>
- CUse <referenceBlock name="test.block" delete="true"/>
Correct Answer:
A
A
send
light_mode
delete
Question #17
An Adobe Commerce developer wants to remove the default Wishlist and Compare Products blocks on a category page with layered navigation.
Where would this modification be placed, assuming the developer only wants to make this change?
Where would this modification be placed, assuming the developer only wants to make this change?
- Aapp/design/frontend/Vendor/Theme/Magento_LayeredNavigation/layout/override/catalog_category_view_type_layered.xml
- Bapp/design/frontend/Vendor/Theme/Magento_LayeredNavigation/layout/catalog_category_view_type_layered.xml
- Capp/design/frontend/Vendor/Theme/Magento_Catalog/layout/catalog_category_view.xml
Correct Answer:
B
B
send
light_mode
delete
Question #18
An Adobe Commerce developer has created a system configuration field:

Using Layout XML, how can the visibility of a block be controlled by a system configuration?

Using Layout XML, how can the visibility of a block be controlled by a system configuration?
- A<block name="block.name" template="Vendor_Module::template.phtml" ifconfig="vendor/general/enable" />
- B<block name="block.name" template="Vendor_Module::template.phtml" ifconfig="module/general/enable" />
- C<block name="block.name" template="Vendor_Module::template.phtml" ifconfig="general/module/enable" />
Correct Answer:
B
B
send
light_mode
delete
Question #19
An Adobe Commerce developer has been asked to add text to an email template that supports translations.
Which two options would they use during their implementation? (Choose two.)
Which two options would they use during their implementation? (Choose two.)
- A{{translations "Lorem Ipsum is simply dummy text of the printing"}}
- B{{translations "%items items" items="numItems"}}
- C{{trans "Lorem Ipsum is simply dummy text of the printing"}}
- D{{trans "%items items" items="numItems"}}
Correct Answer:
CD
CD
send
light_mode
delete
Question #20
An Adobe Commerce developer wants to completely overwrite _module.less of Orange_Checkout module, in their theme.
Where would the developer place the file?
Where would the developer place the file?
- ACustom/theme/0range_Checkout/frontend/web/css/_module.less
- BCustom/theme/web/css/source/Orange_Checkout/_module.less
- CCustom/theme/Orange_Checkout/web/css/source/_module.less
Correct Answer:
C
C
send
light_mode
delete
All Pages