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

Adobe AD0-E134 Adobe Experience Manager Developer Exam Practice Test

Demo: 7 questions
Total 50 questions

Adobe Experience Manager Developer Questions and Answers

Question 1

A snippet throws an exception at runtime:

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

(SSIingObject

private Resource resource;

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

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

Options:

A.

/autolnvalidate true

B.

/autolnvalidate "1"

C.

/enableTTLtrue

D.

/enableTTL "1"

Question 3

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 4

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

Options:

A.

aemVersion=cloud

B.

sdkVersion=2022.5.7575.20220530T152407Z-220401

C.

sdkVersion=latest

D.

aemVersion=latest

E.

aemVersion=2022.5.7575.20220530T152407Z-220401

Question 5

A client is having issues with some query results:

• Many of the client's industry terms have the same meaning, and users do not always search the exact wording

• Many users search by typing in short phrases instead of exact keywords, ex:// "cats and dogs"

What index analyzers should the AEM developer recommend?

Options:

A.

1. Add a Mapping filter to the current indexes

2. Add a Stop filter to the current indexes

B.

1. Tokenize the current indexes with a Keyword tokenizer

2. Add a Mapping filter to the current indexes

C.

1. Add a Synonym filter to the current indexes

2. Add a Stop filter to the current indexes

D.

1. Add a Synonym filter to the current indexes

2. Add a LowerCase filter to the current indexes

Question 6

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

Options:

A.

/conf

B.

/apps

C.

/content

D.

/Iibs

Question 7

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?

Options:

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)

Demo: 7 questions
Total 50 questions