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

Adobe AD0-E134 - Adobe Experience Manager Developer Exam

Page: 1 / 3
Total 72 questions

An AEM Developer needs to migrate to AEM as a Cloud Service from AEM version 6.4. The AEM Developer is not able to run the Best Practice Analyzer.

What is preventing the Best Practice Analyzer from running?

A.

The AEM Developer is not an admin or does not have administrator rights.

B.

Best Practice Analyzer is not supported on AEM version 6.4.

C.

Best Practice Analyzer should run on Publisher instead of Author instance.

An AEM application development team is assigned a task to create an Event-Driven Data Layer implementation for an Analytics solution.

Which Adobe recommended best practice should the developer choose?

A.

Use Adobe Experience Platform's data layer to integrate with AEM.

B.

Create a custom data layer and add each component template, and its properties to the data layer

C.

Use Adobe Client Data Layer and integrate with Core components.

D.

Create an Adobe Cloud Service configuration to use third-party tool's data layer.

A custom component has one dialog field:

The developer needs to implement a Sling Model to perform a business logic on the authored value. The developer writes the following HTL snippet.

Which two implementations will support this HTL snippet? (Choose two.)

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

The OSGi configuration is added to a runmode specific configuration "config.author.staging" in AEM as a Cloud Service. The application fails to read the configuration.

What is a possible cause of this issue?

A.

The custom OSGi configuration runmode used (i.e., "config.author.staging") is not supported in AEM as a Cloud service.

B.

OSGi configuration runmodes cannot be installed automatically on AEM as a Cloud Service. We need to install them as a package using the Package manager.

C.

AEM as a Cloud service does not support OSGi configuration runmodes.

D.

Only specific OSGi configuration runmodes like "config.author" or "config.publish" are supported in AEM as a Cloud service.

Refer to the exhibit.

The current page has three children.

What is the final rendered html output for the code snippet?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

How should a developer create a custom log configuration?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

An AEM Developer receives requirements for Sling Models in a human-readable yaml format. A custom application needs to be built. The dependency is as shown:

A.

1. Create OSGI models to export as yaml

2. Configure mime type in Apache Sling MIME Type Service

B.

1. Create OSGI models to export as yaml

2. Configure mime type in Apache Sling Servlet/Script Resolver and Error Handler

C.

1. Create Sling models to export as yaml

2. Configure mime type in Apache Sling MIME Type Service

D.

1. Create Sling models to export as yaml

2. Configure mime type in Apache Sling Referrer Filter

A developer needs to create a runmode-specific OSGi configuration for an AEM as a Cloud Service implementation. In which location should the OSGi configuration be created?

A.

core project, (/core/.../config ) folder

B.

ui.config project, (/config/.../config.) folder

C.

all project, (/all/.../config.) folder

D.

ui.apps project (/apps/.../config.) folder

An AEM as a Cloud Service implementation customer wants content to be replicated as soon as the On Time and Off Times are reached.

What must the developer configure?

A.

Enable Auto Replicate via On Off Trigger Configuration

B.

Enable On Time or Off Time via Page Properties

C.

Configure the Publish content tree via Workflow Models

SPA components are connected to AEM components via the MapTo() method.

Which code should be used to correctly connect an SPA component called ItemList to its AEM equivalent?

A.

('project/components/content/itemList,).MapTo(ltemList,ltemListEditConfig);

B.

MapToCproject/cornponents/content/itemList^ltemListJtemListEditConfig);

C.

ItemList.MapToCproject/components/content/itemList1);

D.

MapTo(ltemList)('project/components/content/itemList,,ltemListEditConfig);