AD0-E137 무료 덤프문제 온라인 액세스
| 시험코드: | AD0-E137 |
| 시험이름: | Adobe Experience Manager Sites Developer Expert |
| 인증사: | Adobe |
| 무료 덤프 문항수: | 53 |
| 업로드 날짜: | 2026-09-05 |
A developer is creating a new component to be included in an SPA. They created a Sling Model and React component but are experiencing issues getting them to work together.
Which change is needed to make sure these two components work together?
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 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 customer is required to fetch only "jcr:title" property for pages created using the homepage template.
How would the developer write the query using Querybuilder API?
A customer added a custom property "foo:bar" to all assets. Once the property is added, the customer needs to run the following query:
select * from [dam:Asset] where isdescendantnode('/content') and [foo:bar] ="Hello" How would the customer update the indexes to make sure the query is not a traversal query?