A snippet throws an exception at runtime:
@Model(adaptables = {Resource.class}) public class MyCustomModel {
(SSIingObject
private Resource resource;
What should the developer add to fix it?
If multiple configurations for the same PID are applicable, which configuration is applied?
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
An AEM Developer needs to build out a project. That contains only the required modules. Which most recent AEM Archetype module is optional?
A developer needs to create a new Title component. The requirements are:
1. The layout must be the same as the Title core component
2. The text property must have the page title as prefix (e.g., Page Title -
3. The component must be reusable
Which approach is recommended?
Which Maven plugin checks if all the requirements declarations made in OSGi bundles are satisfied by the capabilities declarations of other bundles included in the Maven project?
After defining a Sling Model, what step is required to enable JSON export on any component?
An AEM Developer receives requirements for Sling Models in a human-readable yaml format. A custom application needs to be built. The dependency is as shown:
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)
In an AEM as a Cloud Service environment, which repository areas are considered as immutable?