Halloween Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Page: 1 / 7
Total 72 questions

Adobe Experience Manager Developer Exam Questions and Answers

Question 1

A snippet throws an exception at runtime:

@Model(adaptables = {Resource.class}) public class MyCustomModel {

(SSIingObject

private Resource resource;

Question # 1

What should the developer add to fix it?

Options:

A.

defaultlnjectionStrategy = DefaultlnjectionStrategy property to @Model Class annotation

B.

(©Optional annotation to page field

C.

throws Exception at the end of the init method declaration

D.

SlingHttpServletRequest.class to adaptables property of ©Model Class annotation

Question 2

A developer has to create a Logger and Writer pair for the company's application logging. Which OSGi configurations should the developer use?

Options:

A.

Apache Sling Logging Logger Configuration and Apache Sling Logging Configuration

B.

Apache Sling Request Logger and Apache Sling Logging Writer Configuration

C.

Apache Sling Logging Logger Configuration and Apache Sling Logging Writer Configuration

Question 3

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 4

An AEM development team is working on a new multi-country application using AEM as a Cloud Service. A developer has been assigned the task for building the integration with a third-party web service. A secret key is needed to connect with this web service. The website creators will provide this key. The key is different for each type of environment (dev, stage and production)

What is the recommended way to make the secret key available in the AEM application?

Options:

A.

Use a context aware configuration

B.

Read the key value from a property file stored in the code base

C.

Use an environment variable which is then consumed by an OSGi configuration

D.

Read the key value from OSGi configuration stored in run nNdes

Question 5

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 6

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?

Options:

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

Question 7

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 8

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?

Options:

A.

update

B.

replace

C.

merge

Question 9

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

Options:

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

Question 10

In an AEM as a Cloud Service environment, which repository areas are considered as immutable?

Options:

A.

/content and /libs

B.

/content and /etc

C.

/apps and /libs

D.

/apps and /content

Question 11

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

Options:

A.

Developer Console

B.

User Mapping Tool

C.

IMS Lookup Tool

D.

Cloud Acceleration

Question 12

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 13

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?

Options:

A.

defaultPasteMode=text

B.

defaultPasteMode=plaintext

C.

pasleMode=text

D.

pasteMode-plaintext

Question 14

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 15

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

Options:

A.

Sling Content Distribution

B.

Vault plugin

C.

CURL

D.

Replication Agents

Question 16

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 17

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 18

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?

Options:

A.

maven-enforcer-plugin

B.

femaven-assembly-plugin

C.

content-package-maven-plugin

D.

aemanalyser-maven-plugin

Question 19

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?

Options:

A.

Embed client libraries to consolidate them into fewer files.

B.

Debug third-party client lib and fix the code.

C.

Rebuild Client libraries.

Question 20

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

Options:

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.

Question 21

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

Options:

A.

Deployment Manager

B.

DevOps

C.

Developer

D.

Program Manager

Page: 1 / 7
Total 72 questions