Adobe Experience Manager Developer Expert - AD0-E116 FREE EXAM DUMPS QUESTIONS & ANSWERS
Which maven plugin is required to install a content package on a local AEM environment using maven?
Correct Answer: D
Vote an answer
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 the developer use to meet these 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 the developer use to meet these requirements?
Correct Answer: B
Vote an answer
A developer is working on a complex project with multiple bundles. One bundle provides an OSGi service for other bundles.
Which two options are necessary to ensure that the other bundles can reference that OSGi service? (Choose two.)
Which two options are necessary to ensure that the other bundles can reference that OSGi service? (Choose two.)
Correct Answer: A,E
Vote an answer
AEM is installed in $AEM_HOME.
In which subfolder are the command line startup and shutdown scripts located?
In which subfolder are the command line startup and shutdown scripts located?
Correct Answer: B
Vote an answer
In which two ways can a developer keep simple and maintanable CRX Access Control Lists? (Choose two) Use Deny statements extensively
Correct Answer: A,D
Vote an answer
Refer to the following four Client Library Folders.

A developer uses the following:

What is the resulting HTML?


A developer uses the following:

What is the resulting HTML?

Correct Answer: C
Vote an answer
A developer is working on a project locally and needs to install packages manually. The deployments to the localhost must be automated to speed up development. This functionality must be toggled on and off, depending on the needs of the developer.
Which step should the developer take to achieve this?
Which step should the developer take to achieve this?
Correct Answer: A
Vote an answer
A banking AEM application contains functionality to calculate a mortgage rate based on user input. A servlet in place calculates the result in the backend. A call to an internal third-party REST service is required to retrieve the average object value based on a given zip code.
The following three service interfaces are used:
MortgageCalculationServlet, MortgageCalculationService and ObjectValueLookupRestService where MortgageCalculationServlet has a dependency to MortgageCalculationService and MortgageCalculationService has a dependency to ObjectValueLookupRestService.
The calculation has many combinations of input parameters and edge cases, so the JUnit coverage must be as high as possible.
Which two strategies should the developer use to ensure testability of the application code? (Choose two)
The following three service interfaces are used:
MortgageCalculationServlet, MortgageCalculationService and ObjectValueLookupRestService where MortgageCalculationServlet has a dependency to MortgageCalculationService and MortgageCalculationService has a dependency to ObjectValueLookupRestService.
The calculation has many combinations of input parameters and edge cases, so the JUnit coverage must be as high as possible.
Which two strategies should the developer use to ensure testability of the application code? (Choose two)
Correct Answer: A,C
Vote an answer
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?
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?
Correct Answer: A
Vote an answer
A developer needs to upgrade existing components (Proxy Components) based on Core Components Version 1(v1) to Core Components Version 2(v2).
How should the developer upgrade to V2 Core Components?
How should the developer upgrade to V2 Core Components?
Correct Answer: C
Vote an answer