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

Adobe AD0-E134 Adobe Experience Manager Developer Exam Exam Practice Test

Demo: 21 questions
Total 72 questions

Adobe Experience Manager Developer Exam Questions and Answers

Question 1

After defining a Sling Model, what step is required to enable JSON export on any component?

Options:

A.

Annotate the Sling Model interface.

B.

Use Sling Resource Merger.

C.

Create an OSGI configuration.

D.

Install Jackson library in AEM

Question 2

Which OSGi configuration values can be used in an AEM as a Cloud Service Implementation?

Options:

A.

Inline, secret, runmode-specific

B.

Inline.restricted,runmode-specific

C.

Inline, restricted. environment-specific

D.

Inline, secret environment-specific

Question 3

Which two unit testing dependencies are generated by AEM archetype? (Select two.)

Options:

A.

JUnit

B.

Selenium

C.

PowerMock

D.

Mockito

E.

Hobbes

Question 4

An AEM developer is assigned a task to design a workflow. The workflow is supposed to collect data from the participant and then determine the reviewer/approver branch to proceed further.

Which workflow step should be used by the developer?

Options:

A.

Workflow Initiator Participant Chooser

B.

Form Participant Step

C.

Dialog Participant Step

D.

Dynamic Participant Step

Question 5

An AEM application has a Header and Footer authored on every page.

The customer asks for the following:

1. A centralized Header and Footer

2. The ability to create a variation for both the Header and Footer

3. Change the Header and Footer for specific time periods

4. The ability to restore a previous version for both the Header and Footer

What should the developer use to meet the requirements?

Options:

A.

Custom component

B.

Content fragment

C.

Static template

D.

Experience fragment

Question 6

Which attribute must be present in all filter rules in AEM dispatcher configuration?

Options:

A.

/type

B.

/selectors

C.

/url

D.

/glob

Question 7

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

Options:

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.

Question 8

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?

Options:

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.

Question 9

Refer to the exhibit.

The current page has three children.

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

A)

B)

C)

Options:

A.

Option A

B.

Option B

C.

Option C

Question 10

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?

Options:

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

Question 11

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)

Options:

A.

Option A

B.

Option B

C.

Option C

Question 12

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

Options:

A.

/conf

B.

/apps

C.

/content

D.

/Iibs

Question 13

Where should an AEM Developer add a front end dependency?

Options:

A.

config.json

B.

settlngs.xml

C.

package.json

D.

vault.xml

Question 14

A developer needs to create a workflow custom process step in AEM. In a custom process step, an OSGi component needs to implement the WorkflowProcess interface.

Which method should the developer implement?

Options:

A.

call

B.

apply

C.

execute

D.

submit

Question 15

An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows.

What should be configured to reduce the number of concurrent workflows?

Options:

A.

The number of threads in Scheduler

B.

The number of threads in Apache Felix Jetty Http Service

C.

Launchers for each workflow

D.

Maximum Parallel Jobs in OSGI console

Question 16

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

Options:

A.

Removal of publish content tree workflow

B.

Removal of replication agents

C.

Removal of tree activation

D.

Removal of touch Ul

Question 17

A developer needs to create sling models for two fields name and occupations. The dialog has two fields, name - a single value field, and occupations - a multi value field.

The following code is included in sling models inherited from interface com.adobe.aem.guides.wknd.core.models.Byline

Which method should be used to used to represent this model in HTL?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 18

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 19

An AEM application is expected to export a content fragment in JSON format without any customization for a headless

implementation.

What is the recommended approach?

Options:

A.

Use AEM Assets HTTP API

B.

Use Core components to export JSON

C.

Use Sling Exporter framework

Question 20

Which configuration/section should be used to resolve the domain name by dispatcher?

Options:

A.

Configuration in vhosts file

B.

Configuration in filters.any

C.

Configuration in httpd.conf

D.

Configuration in DNS

Question 21

What is Out of Scope for the Pattern Detector tool, while doing an AEM upgrade?

Options:

A.

OSGi bundles exports and imports mismatch

B.

Backward Compatibility with the previous AEM Version

C.

Definitions of Oak indices for compatibility

D.

rep:User nodes compatibility (in context of OAuth configuration)

Demo: 21 questions
Total 72 questions