New Year Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

AD0-E134 Questions and Answers

Question # 6

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

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

A.

Configuration in vhosts file

B.

Configuration in filters.any

C.

Configuration in httpd.conf

D.

Configuration in DNS

Full Access
Question # 10

An AEM application wants to set up multi-tenancy using Adobe-recommended best practices and bind multiple configurations to it. Which of the following options is recommended?

A.

import org.apache.felix.scr.annotations.Component; @Component(label = "My configuration", metatype = true, factory= true)

B.

import org.osgi.service.component.annotations.Component; @Component(service = ConfigurationFactory.class)

C.

import org.osgi.service.metatype.annotations.AttributeDefinition;

import org.osgi.service.metatype.annotations.ObjectClassDefinition;

@ObjectClassDefinition(name = "My configuration")

D.

@Component(service = ConfigurationFactory.class)

@Designate(ocd = ConfigurationFactorylmpl.Config.class, factory=true)

Full Access
Question # 11

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

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

A.

/conf

B.

/apps

C.

/content

D.

/Iibs

Full Access
Question # 13

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

A.

/content and /libs

B.

/content and /etc

C.

/apps and /libs

D.

/apps and /content

Full Access
Question # 14

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

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

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

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

A.

/type

B.

/selectors

C.

/url

D.

/glob

Full Access
Question # 18

A customer is having trouble with some search queries and provides the following information:

* The logs show the following warning occurs many time: WARN* Traversed 1000 nodes with filter Filter (query=select…)

* The client has more than 100,000 stored in their AEM instance

* The client uses a custom page property to help search for pages of a given type

What should the AEM Developer do to help resolve the client’s issue?

A.

Create a custom oak index for the custom page property.

B.

Set the reindex flag to true for node ‘’oakindex/cqPageLicen’

C.

Use the index Manager to validate the ‘cqPageLicence index is enabled.

Full Access
Question # 19

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?

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

Full Access
Question # 20

An AEM application development team is assigned a task to create an Event-Driven Data Layer implementation for an Analytics solution.

Which Adobe recommended best practice should the developer choose?

A.

Use Adobe Experience Platform's data layer to integrate with AEM.

B.

Create a custom data layer and add each component template, and its properties to the data layer

C.

Use Adobe Client Data Layer and integrate with Core components.

D.

Create an Adobe Cloud Service configuration to use third-party tool's data layer.

Full Access
Question # 21

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