Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which notable change should the developer be aware of in order to distribute content in AEM as a Cloud Service?

A.

Removal of publish content tree workflow

B.

Removal of replication agents

C.

Removal of tree activation

D.

Removal of touch Ul

A client has asked to share an HTML version of test coverage report for the AEM project.

What plugin should the AEM developer use to generate test coverage report using latest archetype?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

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.

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?

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

Which two unit testing dependencies are generated by AEM archetype? (Select two.)

A.

JUnit

B.

Selenium

C.

PowerMock

D.

Mockito

E.

Hobbes

A developer needs to create sling models for two fields name and occupations. The dialog has two fields, name - a single value field, and occupations - a multi value field.

The following code is included in sling models inherited from interface com.adobe.aem.guides.wknd.core.models.Byline

Which method should be used to used to represent this model in HTL?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which type of Cloud Manager tests are enabled for all Cloud Manager production pipelines and cannot be skipped?

A.

Code Quality Testing

B.

Experience Audit Testing

C.

Ul Testing

D.

Functional Testing

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?

A.

Use AEM Assets HTTP API

B.

Use Core components to export JSON

C.

Use Sling Exporter framework

Which AEM dependency provides APIs for all AEM environments?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

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?

A.

defaultPasteMode=text

B.

defaultPasteMode=plaintext

C.

pasleMode=text

D.

pasteMode-plaintext