An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)
Which practice should be used to push a code fix to make it into the current release candidate?
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?
With AEM as a Cloud Service, which format should be used for the OSGI configuration files?
A developer needs to create a project based on AEM Project Archetype with a specific AEM as a Cloud Service SDK version on the local environment.
Which two properties must be defined when creating this project? (Choose two.)
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
The following anchor tag is not resolving:
{item.name}
Upon further inspection the developer notices that the link has no .html appended to the end of the URL
What could be a potential fix for the issue?
A)
B)
C)
D)
Which two unit testing dependencies are generated by AEM archetype? (Select two.)
A developer needs to create a runmode-specific OSGi configuration for an AEM as a Cloud Service implementation. In which location should the OSGi configuration be created?
An application development team needs to create a multi-channel application that uses AEM as a headless CMS Which feature should be used to maintain structured data for this application?
Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?
An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows.
What should be configured to reduce the number of concurrent workflows?
A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak.
Which two steps should be taken after confirming the problem is related to a memory issue? (Choose two.)
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 application development team is assigned a task to create an Event-Driven Data Layer implementation for an Analytics solution.
Which Adobe recommended best practice should the developer choose?
A custom component has one dialog field:
The developer needs to implement a Sling Model to perform a business logic on the authored value. The developer writes the following HTL snippet.
Which two implementations will support this HTL snippet? (Choose two.)
A)
B)
C)
D)
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?