1.
A developer creates an AEM editable template that includes a Layout Container. When the developer creates a page using this template, the Layout Container placeholder does NOT appear.
What is causing this issue?
2.
Too many pages are invalidated in the dispatcher cache when a page is published.
What is most likely causing this issue in the dispatcher configuration?
3.
The developer is presented with a component "Component A" which inherits from a component "Component B".
The dialog of Component A on path ../cq:dialog/../../items looks like:
The dialog of Component B on path ../cq:dialog/../../items looks like:
The requirement for the dialog is that the "Align text" field is shown after the "Title" field.
What should the developer do without changing Component B?
4.
A service component periodically retrieves content from an external REST interface and saves the information in JCR. The REST endpoint is configured via an OSGi service property. There is one URL for production (runmode prod) and another URL for all other environments.
How should a developer configure the OSGi service?
5.
What is the artifact ID of the maven dependency that contains all core AEM APIs?
6.
Which maven plugin is required to install a content package on a local AEM environment using maven?
7.
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?
8.
Which xml tag is used within the vault package definition to add a new path to a content package?
9.
Refer to the following Client Library node structure.
The js.txt looks like
The JavaScript is NOT present in the Client Library when it is loaded.
What should a developer do to resolve this issue?
10.
A developer creates an OSGi service to access JCR content. Refer to the code snippet from the OSGi service below.
Bundle ID = com.adobe.aem.samples-bundle
Which set of steps should the developer take to make sure that the code works?