Which action is typically performed by a replication agent in AEM?
What is the role of the "Retry Delay" setting in an AEM replication agent's configuration?
A customer has the requirement to use SAML authentication on AEM using their SAML 2.0 compatible IDP.
Example:
AEM: www.wknd.com/content/siteB/index.html
IDP: https://www.idpB.com
How should an AEM Developer configure their SAML Authentication Handler?
A developer has created a new Sling Model called Flarp. The developer wants to create a unit test for this Sling Model.
The current unit test looks like this:
@ExtendWith(AemContextExtension.class)
class FlarpImplTest {
private final AemContext ctx = new AemContext();
@BeforeEach
public void setUp() throws Exception {
ctx.addModelsForClasses(FlarpImpl.class);
}
@Test
public void testGetName() {
final String expected = "<
ctx.currentResource("/content/bar");
Flarp bar = ctx.request().adaptTo(Flarp.class);
String actual = bar.getName();
assertEquals(expected, actual);
}
}
What needs to be changed for the unit test to successfully test the getName() method of the Flarp Sling Model?
A customer created a workflow launcher to trigger the "Custom Workflow" based on "Node Created" under the folder /var/classes, but the workflow is not triggered.
What is the reason the workflow is not triggered?
A university wants to roll out content updates to all the schools affiliated with it. The individual schools have configured their respective homepages with a space allocated to display updated university information. The rest of the homepage is dedicated to school-specific information.
What is the recommended approach to roll out university updates on all the schools' homepages?
An Adobe Experience Manager team is using an additional DEV environment in Adobe Experience Manager as a Cloud Service as their UAT environment. An AEM architect is asked to configure a dedicated URL endpoint to be used as a preview service for the same environment.
Which configuration will accomplish this task?
A developer wants to deliver personalized content on a webpage.
Which rule should be applied in the dispatcher configuration to ensure cache efficiency?
A developer is writing a unit test for a service that depends on a query of nodes inside the JCR.
What is the correct approach to unit testing the service?
A developer is creating a new component to be included in an SPA. They created a Sling Model and React component but are experiencing issues getting them to work together.
Which change is needed to make sure these two components work together?
PDF + Testing Engine
|
---|
$57.75 |
Testing Engine
|
---|
$43.75 |
PDF (Q&A)
|
---|
$36.75 |
Adobe Free Exams |
---|
![]() |