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. Use Adobe Experience Platform's data layer to integrate with AEM.
B. Create a custom data layer and add each component template, and its properties to the data layer
C. Use Adobe Client Data Layer and integrate with Core components.
D. Create an Adobe Cloud Service configuration to use third-party tool's data layer.
Refer to the exhibit.
The current page has three children.
What is the final rendered html output for the code snippet?
A. Option A
B. Option B
C. Option C
D. Option D
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?
A. 1. Extend the Teaser Component from Core Components
2. Create style variations to be used in the Style System
B. 1. Create a new component by extending the Text Component from Core Components
2. Add dialog properties and modify HTL to support images
C. 1. Extend the Text Component from Core Components
2. Enable image manipulations for the Text Component via policy
D. 1. Create a new Image with Text component that exposes the Core Components authoring dialogs for those components
2. Add a policy to define which designs are used
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?
A. Static template
B. Content fragment
C. Experience fragment
D. Custom component
If multiple configurations for the same PID are applicable, which configuration is applied?
A. The last modified configuration is applied.
B. The configuration with the highest number of matching run modes is applied.
C. The one that occurs first in the repository is applied.
D. A configuration factory is created and all configurations are applied.
A developer needs to create a workflow custom process step in AEM. In a custom process step, an OSGi component needs to implement the WorkflowProcess interface. Which method should the developer implement?
A. call
B. apply
C. execute
D. submit
A developer is on an AEM application that is being used to calculate an employee's salary. The calculation is done in an OSGi service called CalculationService. This service class has a dependency on one other service, called the EmployeeService.
How should the developer make sure that the critical code in the CalculationService has a high unit test coverage?
A. Use a mock framework in the unit test to inject the CalculationService
B. Instantiate the EmployeeService in the unit test and pass it to the constructor of the CalculationService
C. Use a mock framework in the unit test to inject the EmployeeService
D. Use the feature flag in the unit test to disable the calls to the EmployeeService
The following anchor tag is not resolving:
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. Option A
B. Option B
C. Option C
D. Option D
A development team is starting a new AEM project that is going to integrate with the Adobe Commerce platform. The developer needs to create a new AEM project using the Maven command line interface.
How can the 'mvn -B archetype:generate' command help the developer with the integration between AEM and Adobe Commerce?
A. Using the property 'commerceModule=AdobeCommerce' can provide a path to an external jar that integrates between the platforms.
B. Using the property ,aemVersion=cloudl automatically provides a report with integration guidelines.
C. Using the property 'includeCommerce=y'1 the command will generate specific Commerce Core Components.
Which environment-specific configuration is used in AEM as a Cloud Service to store private API keys?
A. $[env:ENV_VAR_NAME]
B. $[env:SECRET_VAR_NAME]
C. $[secret:SECRET_VAR_NAME]
D. $[secret:ENV_VAR_NAME]