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

Home > Adobe > Adobe Experience Manager > AD0-E134

AD0-E134 Adobe Experience Manager Developer Exam Question and Answers

Question # 4

If multiple configurations for the same PID are applicable, which configuration is applied?

A.

The last modified configuration is applied.

B.

The configuration with the highest number of matching run modes is applied.

C.

The one that occurs first in the repository is applied.

D.

A configuration factory is created and all configurations are applied.

Full Access
Question # 5

Which environment-specific configuration is used in AEM as a Cloud Service to store private API keys?

A.

$[env:ENV_VAR_NAME]

B.

$[env:SECRET_VAR_NAME]

C.

$[secret:SECRET_VAR_NAME]

D.

$[secret:ENV_VAR_NAME]

Full Access
Question # 6

On package install content that is already present in the repos must not be overwritten and if not present in the repos it must not be removed.

Which import mode should the developer use?

A.

update

B.

replace

C.

merge

Full Access
Question # 7

Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?

A.

/autolnvalidate true

B.

/autolnvalidate "1"

C.

/enableTTLtrue

D.

/enableTTL "1"

Full Access
Question # 8

Where should an AEM Developer add a front end dependency?

A.

config.json

B.

settlngs.xml

C.

package.json

D.

vault.xml

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

A developer needs to create a project based on AEM Project Archetype with a specific AEM as a Cloud Service SDK version on the local environment.

Which two properties must be defined when creating this project? (Choose two.)

A.

aemVersion=cloud

B.

sdkVersion=2022.5.7575.20220530T152407Z-220401

C.

sdkVersion=latest

D.

aemVersion=latest

E.

aemVersion=2022.5.7575.20220530T152407Z-220401

Full Access
Question # 11

Which notable change should the developer be aware of in order to distribute content in AEM as a Cloud Service?

A.

Removal of publish content tree workflow

B.

Removal of replication agents

C.

Removal of tree activation

D.

Removal of touch Ul

Full Access
Question # 12

How should a developer create a custom log configuration?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 13

Which AEM dependency provides APIs for all AEM environments?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 14

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
Question # 15

A developer needs to create a dynamic participant step where the participant is selected automatically at run time.

The developer decides to develop an OSGi service, which needs to implement the com.day.cq.workflow.exec.ParticipantStepChooser interface.

Which method should the developer implement from the com.day.cq.workflow.exec.ParticipantStepChooser interface?

A.

String getParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)

B.

void getParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)

C.

String getDynamicParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)

D.

void getDynamicParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)

Full Access
Question # 16

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 # 17

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 # 18

What is the correct order of resolution of OSGi configuration at Runtime?

A.

1. Modifying a configuration in /apps will take immediate effect

2. Modifying a configuration in the Web console will take immediate effect as it takes precedence at runtime.

3. Modifying a configuration in /libs will take immediate effect, unless it is masked by a configuration in /apps.

B.

1. Modifying a configuration in the Web console will take immediate effect as it takes precedence at runtime.

2. Modifying a configuration in /apps will take immediate effect

3. Modifying a configuration in /libs will take immediate effect, unless it is masked by a configuration in /apps.

C.

1. Modifying a configuration in /libs will lake immediate effect, unless it is masked by a configuration in /apps O 2. Modifying a configuration in /apps will take immediate effect

3. Modifying a configuration in the Web console will take immediate effect as it takes precedence at runtime.

D.

1. Modifying a configuration in the Web console will take immediate effect as it takes precedence at runtime.

2. Modifying a configuration in /libs will take immediate effect, unless it is masked by a configuration in /apps.

3. Modifying a configuration in /apps will lake immediate effect.

Full Access
Question # 19

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 # 20

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 # 21

An application development team needs to create a multi-channel application that uses AEM as a headless CMS Which feature should be used to maintain structured data for this application?

A.

Static template

B.

Content fragment

C.

Experience fragment

D.

Custom component

Full Access