A developer is using sling context-aware configuration trying to get the configuration resource using:
This works as intended in author and in publish when logged in lo publish as admin. However this gives a null when run as anonymous. Which method is going to fix the issue?
Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?
An AEM Developer needs to create a new component to help support a new product launch.
• The client is on AEM 6.5 on-premise with the latest version of WCM Core Components
• The component must include text, image, and a link
• The component must support multiple designs
Which process should the AEM Developer use to support the launch?
An AEM developer is assigned a task to design a workflow. The workflow is supposed to collect data from the participant and then determine the reviewer/approver branch to proceed further.
Which workflow step should be used by the developer?
An AEM Developer needs to migrate to AEM as a Cloud Service from AEM version 6.4. The AEM Developer is not able to run the Best Practice Analyzer.
What is preventing the Best Practice Analyzer from running?
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?
A new component called Page Headline needs to be implemented. The only difference to the title component delivered by Adobe's WCM core components is that the text needs to be taken from the current page title instead of jcr.title.
How should a developer implement this request?
A)
1. Create custom component
2. Implement Sling Modal as follows
B)
1. Create proxy component from the core title component
2. Implement sling Model as follows
C)
1. Create proxy component from the core title component
2. Implement Sling Model as follows