AD0-E116 Adobe Experience Manager Developer Expert

Loading demo links...

Showing 4–6 of 10 questions

Question 4

One content package of a custom application contains the following content paths.

The serveralso contains the content path /apps/myproj/configuration that must NOT be touched when installing the package.

Which two filter definitions should a developer use to always update only the contained paths upon installation in the server? (Choose two.)

Select all that apply, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

  • Option E


Question 5

A developer needs to implement a functionality that requires creating a Custom Workflow

Step.

Which two steps shouldthe developer take to start developing the custom behavior?

(Choose two)

 

Select all that apply, then click Submit answer.

  • Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess
     

  • Create a Workflow component node of the Super Resource Type
    "cq/workflow/components/model/process" under the folder /apps/components
     

  • Create a Workflow component node of the Super Resource Type
    "cq/workflow/components/step" under the folder /etc/workflow/models
     

  • Implement a Java class with this method "public void process (WorkItem item,
    WorkflowSession wfsession) throws WorkflowException"
     

  • Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess

Question 6

A developer needs to create a component with the following requirements:

* The component must be configurable

* The component should be editable, NOT removable

* An author should be unable to add the component to a page through design mode


Which mode structure should thedeveloper use to meet these requirements?

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D