Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

AD0-E137 Questions and Answers

Question # 6

A developer created a component with the following fields:

What is the correct HTL code and resultant valid URL path generated?

A.

HTL code:

{properties.label}

Page Path:

/content/testsite/en/page1.html/product/test1

B.

HTL code:

{properties.label}

Page Path:

/content/testsite/en/page1/product/test1.html

C.

HTL code:

{properties.label}

Page Path:

/product/test1.html/content/testsite/en/page1

Full Access
Question # 7

A developer is tasked with designing a solution to accommodate multiple client projects within a single Adobe Experience Manager (AEM) instance, each requiring its own set of unique resources, code, and content.

Given the need for true multi-tenancy, where each tenant operates independently with zero knowledge of other tenants and no shared code, content, or common authors, which approach should the developer recommend?

A.

Implement separate author and publish instances for each tenant, ensuring complete isolation of resources, code, and content, thereby achieving true multi-tenancy.

B.

Encourage the use of component groups and allowedPaths properties to logically separate tenant-specific components and templates within the same AEM instance.

C.

Utilize AEM’s out-of-the-box multi-tenancy capabilities to segregate tenants within the same author and publish instances, relying on access control lists (ACLs) and content path organization to ensure separation.

D.

Rely on content fragment variations to isolate tenant-specific content within shared templates.

Full Access
Question # 8

A developer needs to define vanity URLs in the dispatcher configuration file.

Under which property would this be defined?

A.

/vanity_url

B.

vanityUrls

C.

/vanityUrls

D.

/vanity_urls

Full Access
Question # 9

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?

A.

Add foo:bar as a child node of oak:index/damAssetLucene/indexRules/dam:Asset/properties.

B.

Add foo:bar as a child node of oak:index/lucene/indexRules/dam:Asset/properties.

C.

Add "Hello" as a child node of oak:index/ntBaseLucene/indexRules/dam:Asset/properties.

Full Access
Question # 10

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.

Full Access
Question # 11

A customer created a workflow launcher to trigger the "Custom Workflow" based on "Node Created" under the folder /var/classes, but the workflow is not triggered.

What is the reason the workflow is not triggered?

A.

"Workflow Process Legacy Mode" is disabled at the "Adobe Granite Workflow Configuration Service" OSGi configuration.

B.

AEM does not allow new nodes to be created under /var/classes.

C.

Changes under /var/classes do not trigger workflows.

Full Access
Question # 12

A developer wants to deliver personalized content on a webpage.

Which rule should be applied in the dispatcher configuration to ensure cache efficiency?

A.

Cache .html files but configure dispatcher to invalidate the cache when URL parameters (query strings) are present.

B.

Enable caching for all POST requests to improve performance on forms and other dynamic interactions that modify content.

C.

Block caching for all .html pages to ensure that every page load is served directly from the AEM publish instance.

Full Access
Question # 13

Which tool is commonly used to manage front-end dependencies and automate tasks like bundling, minification, and transpilation in an AEM project?

A.

Webpack

B.

Apache Sling

C.

Maven

D.

AEM Sites Console

Full Access
Question # 14

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.

type=cq:Page

path=/content

property=jcr:content/cq:template

property.value=/conf/geometrixx/templates/homepage

B.

hits=selective

C.

properties=jcr:title

D.

type=cq:Page

path=/content

property=jcr:title/cq:template

property.value=/var/eventing/geometrixx/templates/homepage

E.

value=full

F.

properties=cq:title

G.

type=cq:Page

path=/content

property=cq:template

property.value=/var/eventing/geometrixx/templates/homepage

Full Access
Question # 15

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.

Full Access