Weekend Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: estly75

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

An AEM Developer needs to build out a project. That contains only the required modules. Which most recent AEM Archetype module is optional?

A.

It. launcher

B.

ui frontend

C.

ui.tests

D.

ui.content

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

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

A developer has multiple LDAP Authentication providers. The user is not required to pass the authentication test of the Authentication provider

• If authentication succeeds, control is returned to the caller; no subsequent Authentication provider down the list Is executed.

• If authentication fails, authentication continues down the list of providers.

What should be the JAAS Control flag value in Apache Jackrabbit Oak External Login Module configuration?

A.

SUFFICIENT

B.

REQUIRED

C.

MANDATORY

D.

OPTIONAL

In a non-optimized website, the final HTML generated for a typical page by publish instance includes a relatively large number of <script> elements that refer to other script files loaded from AEM environment. The developer wants to minimize these network calls by combining all required client library code into a single file to reduce the number of back-and-forth requests on page load.

Which step should a developer take to solve this issue?

A.

Embed the required libraries into an app-specific client library using the allowProxy property of the cq:Clientl_ibraryFolder node

B.

Add the categories property of the cq:Clientl_ibraryFolder node into an app-specific client library folder

C.

Embed the required libraries into an app-specific client library using the dependencies property of the cq:Clientl_ibraryFolder node

D.

Embed the required libraries into an app-specific client library using the embed property of the cq:ClientLibraryFolder node

How should a developer create a custom log configuration?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

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

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

A.

/type

B.

/selectors

C.

/url

D.

/glob

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

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