AD0-E137 試験問題を無料オンラインアクセス
| 試験コード: | AD0-E137 |
| 試験名称: | Adobe Experience Manager Sites Developer Expert |
| 認定資格: | Adobe |
| 無料問題数: | 53 |
| 更新日: | 2026-09-01 |
Which tool is commonly used to manage front-end dependencies and automate tasks like bundling, minification, and transpilation in an AEM project?
A developer needs to use the mode in Template Editor which allows template authors to define grid settings for different devices.
Which mode should the developer use?
A developer created a component with the following fields:
What is the correct HTL code and resultant valid URL path generated?
A)
HTL code:
<a href="{properties.pagePath}.html/{properties.additionalInfo}">{properties.label}</a> Page Path:
/content/testsite/en/page1.html/product/test1
B)
HTL code:
<a href="{properties.pagePath}/{properties.additionalInfo}.html">{properties.label}</a> Page Path:
/content/testsite/en/page1/product/test1.html
C)
HTL code:
<a href="{properties.additionalInfo}.html/{properties.pagePath}">{properties.label}</a> Page Path:
/product/test1.html/content/testsite/en/page1
A developer has created a new Sling Model called Flarp. The developer wants to create a unit test for this Sling Model.
What needs to be changed for the unit test to successfully test the getName method of the Flarp Sling Model?
A customer noticed slower Adobe Experience Manager performance in the last couple of days. The segment store size is almost double the size from the previous week.
To reduce the segment store size and maintain overall Adobe Experience Manager health, which two Adobe Experience Manager maintenance tasks should be executed Weekly? (Choose two.)