最新的Adobe Experience Manager Sites Developer Expert - AD0-E137免費考試真題

問題1
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?

正確答案: B
問題2
An Adobe Experience Manager architect is asked to configure run mode for their UAT environment.
Which configuration will work for the environment?

正確答案: A
問題3
An Adobe Experience Manager team is using an additional DEV environment in Adobe Experience Manager as a Cloud Service as their UAT env. An Adobe Experience Manager architect is asked to configure a dedicated url endpoint to be used as preview service for the same environment.
Which configuration will accomplish this task?

正確答案: B
問題4
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
問題5
A developer needs to customize the handling of assets in a complex workflow model where different paths process assets based on their metadata and trigger specific external services.
Which approach is a best practice for implementing this solution?

正確答案: A
問題6
A developer is debugging an issue where a Sling Model is not properly adapting to the resource. Upon investigation, the developer notices the following Sling Model code:
@Model(adaptables = Resource.class)
public class MyCustomModel {

}
What is causing the issue?

正確答案: C