Halloween Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Adobe AD0-E137 - Adobe Experience Manager Sites Developer Expert

Page: 2 / 2
Total 50 questions

A developer needs to upgrade an existing custom component based on Core Components Version 1 (v1) to Core Components Version 2 (v2).

How should the developer upgrade to this version?

A.

Modify the sling:resourceType property on the custom component to point to the V2 Component

B.

The Custom Component will be automatically upgraded to the V2 Core Component on AEM Restart

C.

Modify the sling:resourceSuperType property on the custom component to point to the V2 Component

An Adobe Experience Manager project requires to deny all XML and JSON requests under the /path2 and /path3 context paths.

Which configuration will work?

A.

/0001 {/type "deny" extension '(XML|JSON)' /path '(/path2|JSON/*)'}

B.

/0001 {/type "deny" extension [XML|JSON]'/path[/path2|/path3/*]'}

C.

/0001 {/type "deny" extension "[XML|JSON]' /path'[/path2|/path3/*]"}

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.

Use out-of-the-box Adobe Experience Manager Workflow steps and configure them through the Workflow console to handle all metadata for asset processing, using conditions in the Workflow.

B.

Write custom workflow process steps in Java to handle specific metadata conditions and integrate external services, using the Workflow API to manage dynamic branching logic.

C.

Implement a content fragment model to pre-define asset metadata, using Workflows only for publishing the fragments after external service calls are completed.

What is the role of the "Retry Delay" setting in an AEM replication agent's configuration?

A.

It defines how often replication failures will be retried.

B.

It controls the delay between each replication trigger.

C.

It specifies how long to wait before marking a replication job as failed.

D.

It manages the interval at which the replication queue is processed.

Which action is typically performed by a replication agent in AEM?

A.

Transferring content and digital assets from the author instance to the publish instance.

B.

Synchronizing user permissions between the author and publish instances.

C.

Transferring Core components for use in AEM Sites.