Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

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?

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

Full Access
Question # 5

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

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.

Full Access
Question # 6

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?

A.

update

B.

replace

C.

merge

Full Access
Question # 7

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

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.

Full Access
Question # 8

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

A new component called Page Headline needs to be implemented. The only difference to the title component delivered by Adobe's WCM core components is that the text needs to be taken from the current page title instead of jcr.title.

How should a developer implement this request?

A)

1. Create custom component

2. Implement Sling Modal as follows

B)

1. Create proxy component from the core title component

2. Implement sling Model as follows

C)

1. Create proxy component from the core title component

2. Implement Sling Model as follows

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 10

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

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

Full Access
Question # 11

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)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 12

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?

A.

maven-enforcer-plugin

B.

femaven-assembly-plugin

C.

content-package-maven-plugin

D.

aemanalyser-maven-plugin

Full Access
Question # 13

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

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

Full Access
Question # 14

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:

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

Full Access
Question # 15

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?

A.

call

B.

apply

C.

execute

D.

submit

Full Access
Question # 16

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

A.

/type

B.

/selectors

C.

/url

D.

/glob

Full Access
Question # 17

An AEM as a Cloud Service implementation customer wants content to be replicated as soon as the On Time and Off Times are reached.

What must the developer configure?

A.

Enable Auto Replicate via On Off Trigger Configuration

B.

Enable On Time or Off Time via Page Properties

C.

Configure the Publish content tree via Workflow Models

Full Access
Question # 18

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?

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

Full Access
Question # 19

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?

A.

Workflow Initiator Participant Chooser

B.

Form Participant Step

C.

Dialog Participant Step

D.

Dynamic Participant Step

Full Access
Question # 20

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

A.

/conf

B.

/apps

C.

/content

D.

/Iibs

Full Access
Question # 21

A developer is using sling context-aware configuration trying to get the configuration resource using:

This works as intended in author and in publish when logged in lo publish as admin. However this gives a null when run as anonymous. Which method is going to fix the issue?

A.

Applying read permissions to anonymous user for /content directory

B.

Applying write permissions to anonymous user for/conf directory.

C.

Applying read permissions to anonymous user for /etc directory.

D.

Applying read permissions to anonymous user for /cont directory

Full Access