Which action is typically performed by a replication agent in AEM?
Answer : A
A developer needs to configure two style options (style-a and style-b) for a text component so authors can choose between different pre-defined styles for their content. What is the correct way to define the cq:editConfig node?
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 developer is creating a dialog for a component, which has a checkbox field. After saving the component configuration, the developer noticed that the checkbox value is stored as a String type in JCR.
What should be done to store the checkbox value as a Boolean type in JCR?
Answer : B
An Adobe Experience Manager architect is asked to configure run mode for their UAT environment.
Which configuration will work for the environment?
Answer : C
A developer is tasked with designing a solution to accommodate multiple client projects within a single Adobe Experience Manager (AEM) instance, each requiring its own set of unique resources, code, and content.
Given the need for true multi-tenancy, where each tenant operates independently with zero knowledge of other tenants and no shared code, content, or common authors, which approach should the developer recommend?
Answer : A
A customer added a custom property "foo:bar" to all assets. Once the property is added, the customer needs to run the following query:
select * from [dam:Asset] where isdescendantnode('/content') and [foo:bar] ="Hello"
How would the customer update the indexes to make sure the query is not a traversal query?
Answer : A