AD0-E103 Adobe Experience Manager Developer

Loading demo links...

Showing 7–9 of 10 questions

Question 7

A developer has a component located under the path /apps. This component has a Client Library which is directly loaded onto a page. The publish instance loads the page correctly. The dispatcher also loads the page but the Client Library is missing.

How should the developer resolve this issue, while taking security into consideration?

Select an option, then click Submit answer.

  • Change the ACLs for the Client Library.

  • Move the Client Library under /apps/library.

  • Add the property allowProxy with a boolean value true.

  • Allow the path to the clientlibs on the dispatcher.


Question 8

A developer must create a workflow step that assigns a ‘WorkItem’ to the appropriate person based on who has the least amount work to do.

The group that must perform the action is configured into the workflow.

Which non-deprecated interface should the Java implementation class use to perform the assignment?

Select an option, then click Submit answer.

  • com.adobe.granite.workflow.exec.ParticipantStepChooser

  • com.day.cq.workflow.exec.ParticipantChooser

  • com.day.cq.workflow.exec.WorkItem

  • com.adobe.granite.workflow.exec.WorkflowData


Question 9

A custom bundle of an application is in state "Installed" after deploying it with Maven.

What should a developer do to change it to state "Active"?

Select an option, then click Submit answer.

  • Use the "Start" action for the bundle in the Apache Felix Web Console

  • Ensure all OSGi requirements are met and re-deploy using Maven

  • Use the "Update" action for the bundle in the Apache Felix Web Console

  • Reinstall the content package using the package manager