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

AD0-E134 Exam Dumps - Adobe Experience Manager Developer Exam

Question # 4

An AEM Developer needs to create a new component to help support a new product launch.

• The client is on AEM 6.5 on-premise with the latest version of WCM Core Components

• The component must include text, image, and a link

• The component must support multiple designs

Which process should the AEM Developer use to support the launch?

A.

1. Extend the Teaser Component from Core Components

2. Create style variations to be used in the Style System

B.

1. Create a new component by extending the Text Component from Core Components

2. Add dialog properties and modify HTL to support images

C.

1. Extend the Text Component from Core Components

2. Enable image manipulations for the Text Component via policy

D.

1. Create a new Image with Text component that exposes the Core Components authoring dialogs for those components

2. Add a policy to define which designs are used

Full Access
Question # 5

A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak.

Which two steps should be taken after confirming the problem is related to a memory issue? (Choose two.)

A.

Open the error log and look for messages with 'OutOfMemoryError'

B.

Create a heap dump for analysis

C.

Analyze the request log and make sure the number of requests are below the expected threshold

D.

Increase the cache ratio of the application

E.

Create a thread dump for analysis

Full Access
Question # 6

An AEM application must process a high volume of content ingestion on the author server.

What is a key factor to optimize a design for overall performance gain for implementing workflows?

A.

Use Schedulers to run the workflows only on weekends.

B.

Use Transient workflows.

C.

Allocate more RAM for the content ingestion up front.

D.

Run garbage collection every time content ingestion occurs.

Full Access
Question # 7

Which option should be used to synchronize user data across publish servers in a publish farm?

A.

Sling Content Distribution

B.

Vault plugin

C.

CURL

D.

Replication Agents

Full Access
Question # 8

Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?

A.

/invalidate

B.

/statfile

C.

/docroot

D.

/cacheroot

Full Access
Question # 9

A project requires sharing information between SPA components. What is the least complex approach to achieve that objective?

A.

Utilize model props to drill down and access or set the state on desired components.

B.

Customize and extend the container component to leverage the object hierarchy.

C.

Implement a state library in order to share component states.

D.

Centralize the logic and broadcast to the necessary components.

Full Access
Question # 10

What is the recommended path to override /libs standard functionality?

A.

/conf

B.

/apps

C.

/content

D.

/Iibs

Full Access
Question # 11

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);

Full Access
Question # 12

Which tool should a developer use to look up Adobe Identity Management System (IMS) users by email and return their IMS IDs?

A.

Developer Console

B.

User Mapping Tool

C.

IMS Lookup Tool

D.

Cloud Acceleration

Full Access
Question # 13

Which Maven plugin checks if all the requirements declarations made in OSGi bundles are satisfied by the capabilities declarations of other bundles included in the Maven project?

A.

maven-enforcer-plugin

B.

femaven-assembly-plugin

C.

content-package-maven-plugin

D.

aemanalyser-maven-plugin

Full Access
Question # 14

An AEM environment is cloned, and the domain and IPs ate changed. What must be reconfigured for content activation to work?

A.

Transport URI in dispatcher configuration

B.

Transport URI of the flush and replication agents

C.

User of flush agents

D.

User of replication agents

Full Access
Question # 15

A developer is working on a project based on core components. The client requests that text pasted inside the Text component should be stripped of all styling and formatting.

The developer needs to override RTE plugin implementation and change the default paste (CTRL+V) behavior.

Which paste option should the developer add to achieve this?

A.

defaultPasteMode=text

B.

defaultPasteMode=plaintext

C.

pasleMode=text

D.

pasteMode-plaintext

Full Access
Question # 16

An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)

A.

Apache Jackrabbit Oak AuthorizableActionProvider

B.

Apache Jackrabbit Oak Solr server provider

C.

Apache Jackrabbit Oak CUG Configuration

D.

Apache Jackrabbit Oak External Login Module

E.

Apache Jackrabbit Oak Default Sync Handler

Full Access
Question # 17

A customer adds third-party client libraries to add some features in an existing AEM application, which will significantly reduce

performance.

How should the developer optimize the site?

A.

Embed client libraries to consolidate them into fewer files.

B.

Debug third-party client lib and fix the code.

C.

Rebuild Client libraries.

Full Access
Question # 18

A developer is on an AEM application that is being used to calculate an employee's salary. The calculation is done in an OSGi service called CalculationService. This service class has a dependency on one other service, called the EmployeeService.

How should the developer make sure that the critical code in the CalculationService has a high unit test coverage?

A.

Use a mock framework in the unit test to inject the CalculationService

B.

Instantiate the EmployeeService in the unit test and pass it to the constructor of the CalculationService

C.

Use a mock framework in the unit test to inject the EmployeeService

D.

Use the feature flag in the unit test to disable the calls to the EmployeeService

Full Access
Question # 19

A new component called Page Headline needs to be implemented. The only difference to the title component delivered by Adobe's WCM core components is that the text needs to be taken from the current page title instead of jcr.title.

How should a developer implement this request?

A)

1. Create custom component

2. Implement Sling Modal as follows

B)

1. Create proxy component from the core title component

2. Implement sling Model as follows

C)

1. Create proxy component from the core title component

2. Implement Sling Model as follows

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 20

A client has asked to share an HTML version of test coverage report for the AEM project.

What plugin should the AEM developer use to generate test coverage report using latest archetype?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 21

A developer needs to create a new Title component. The requirements are:

1. The layout must be the same as the Title core component

2. The text property must have the page title as prefix (e.g., Page Title - )

3. The component must be reusable

Which approach is recommended?

A.

1. Create a Proxy Component of Title core component

2. Create a Custom Sling Model that overrides the default behavior

3. Customize the component template

B, 1. Create a custom component from scratch

2. Create a Custom Sling Model for the component that follows the requirement

3. Create a Model Exporter

B.

1. Create a Proxy Component from Title core component

2. Create a Custom Sling Model that overrides the default behavior

Full Access