최신Adobe Experience Manager Sites Developer Expert - AD0-E137무료샘플문제
문제1
A client wants to ensure that only specific components are available to content authors when using an editable template in AEM. Additionally, they require that certain fields within a content fragment model adhere to strict validation rules for data integrity.
Which two steps would the developer take to meet both requirements? (Choose two.)
A client wants to ensure that only specific components are available to content authors when using an editable template in AEM. Additionally, they require that certain fields within a content fragment model adhere to strict validation rules for data integrity.
Which two steps would the developer take to meet both requirements? (Choose two.)
정답: B,C
문제2
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 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
정답: C
문제3
Which tool is commonly used to manage front-end dependencies and automate tasks like bundling, minification, and transpilation in an AEM project?
Which tool is commonly used to manage front-end dependencies and automate tasks like bundling, minification, and transpilation in an AEM project?
정답: A
문제4
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 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?
정답: C
문제5
A customer needs to create a user and due to security reasons, that user can only have access to /content/foo and none of the child nodes.
How should the Adobe Experience Manager Developer implement permission restrictions on the /content/foo node to meet this requirement?
A customer needs to create a user and due to security reasons, that user can only have access to /content/foo and none of the child nodes.
How should the Adobe Experience Manager Developer implement permission restrictions on the /content/foo node to meet this requirement?
정답: A
문제6
A customer has the requirement to use SAML authentication on AEM using their SAML 2.0 compatible IDP.
Example:
AEM: www.wknd.com/content/siteB/index.html
IDP: https://www.idpB.com
How should an AEM Developer configure their SAML Authentication Handler?
A customer has the requirement to use SAML authentication on AEM using their SAML 2.0 compatible IDP.
Example:
AEM: www.wknd.com/content/siteB/index.html
IDP: https://www.idpB.com
How should an AEM Developer configure their SAML Authentication Handler?
정답: A