A developer wants to deliver personalized content on a webpage.
Which rule should be applied in the dispatcher configuration to ensure cache efficiency?
Answer : A
An AEM engineer is asked to write a single file for the following items:
Register a custom JCR Namespace
Create a folder named Tutorials within the dam assets
Create a service user with predefined access control rules and permissions
Create the administrator's group and add the service user as a member
Which feature should the engineer use?
Answer : C
What is the role of the "Retry Delay" setting in an AEM replication agent's configuration?
Answer : A
A customer is required to fetch only "jcr:title" property for pages created using the homepage template.
How would the developer write the query using Querybuilder API?
A.

B.

C.

D.

Answer : A
The customer has a requirement to fetch images from a custom folder (folder1) which were modified on/after 1 January 2024.
How would the Adobe Experience Manager Developer write the query to get the requested data?
Answer : B
A client wants to ensure that only specific components are available to content authors when using an editable template in AEM. Additionally, they require that certain fields within a content fragment model adhere to strict validation rules for data integrity.
Which two steps would the developer take to meet both requirements? (Choose two.)
Answer : B, E
A developer is debugging an issue where a Sling Model is not properly adapting to the resource. Upon
investigation, the developer notices the following Sling Model code:
@Model(adaptables = Resource.class)
public class MyCustomModel {

}
What is causing the issue?
Answer : C