Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Free and Premium Adobe AD0-E134 Dumps Questions Answers

Page: 1 / 5
Total 72 questions

Adobe Experience Manager Developer Exam Questions and Answers

Question 1

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

Buy Now
Question 2

A developer needs to create an OSGI service that is able to read a list of spoken languages from the configuration of the service. Theconfiguration file tanguageServicelmplefgjson' already exisls:

Which snippet should the developer use lo read the OSGi configurations?

A)

B)

Options:

A.

Option A

B.

Option B

Question 3

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 4

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?

Options:

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)

Question 5

AEM SPA integration provides various design models. In an application the developer chooses to use AEM as a headless CMS without using the SPA Editor SDK framework.

What would be an advantage for this design model?

Options:

A.

The content author can edit the app using AEM's content authoring experience.

B.

The developer has full control over the app.

C.

The SPA is compatible with the template editor

D.

The developer keeps control over the app by only enabling authoring in restricted areas of the app

Question 6

The following anchor tag is not resolving:

Upon further inspection the developer notices that the link has no .html appended to the end of the URL

What could be a potential fix for the issue?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 7

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

Options:

A.

$[env:ENV_VAR_NAME]

B.

$[env:SECRET_VAR_NAME]

C.

$[secret:SECRET_VAR_NAME]

D.

$[secret:ENV_VAR_NAME]

Question 8

Which AEM as a Cloud Service role can configure or run pipelines?

Options:

A.

Deployment Manager

B.

DevOps

C.

Developer

D.

Program Manager

Question 9

Which practice should be used to push a code fix to make it into the current release candidate?

Options:

A.

Make the fix in CRX where the current release candidate is currently deployed.

B.

Create a new release candidate from the master branch.

C.

Make the fix locally and upload the package to where the release candidate is deployed.

D.

Cherry-pick the fix commit into the release candidate.

Question 10

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 11

Which query parameter needs to be added and set to true to debug a CQ HTML client library in the AEM author instance?

Options:

A.

debugClientLibs

B.

debugClienlLib

C.

debuggerClientLibs

D.

debuggerClienlLib

Question 12

AMS recommends a learn to upgrade AEM servers with In-place Upgrade because the existing version has reached EOL

What are two disadvantages of performing an In-place Upgrade to the latest version of AEM? (Select two.)

Options:

A.

Content revision history Is not preserved.

B.

Depending on the version difference between the old and new instances, the upgrade can be a long and arduous process.

C.

Content Migration is required.

D.

ACLs, users, and groups are lost.

E.

Complex developer setup and automation of the upgrade process.

Question 13

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:

Options:

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

Question 14

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

Options:

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

Question 15

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

Options:

A.

/conf

B.

/apps

C.

/content

D.

/Iibs

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

Options:

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

Question 17

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)

Question 18

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?

Options:

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

Question 19

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 20

Where should an AEM Developer add a front end dependency?

Options:

A.

config.json

B.

settlngs.xml

C.

package.json

D.

vault.xml

Question 21

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

Options:

A.

JUnit

B.

Selenium

C.

PowerMock

D.

Mockito

E.

Hobbes

Page: 1 / 5
Total 72 questions