After defining a Sling Model, what step is required to enable JSON export on any component?
Which OSGi configuration values can be used in an AEM as a Cloud Service Implementation?
Which two unit testing dependencies are generated by AEM archetype? (Select two.)
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?
An AEM application has a Header and Footer authored on every page.
The customer asks for the following:
1. A centralized Header and Footer
2. The ability to create a variation for both the Header and Footer
3. Change the Header and Footer for specific time periods
4. The ability to restore a previous version for both the Header and Footer
What should the developer use to meet the requirements?
Which attribute must be present in all filter rules in AEM dispatcher configuration?
What is the correct order of resolution of OSGi configuration at Runtime?
The OSGi configuration is added to a runmode specific configuration "config.author.staging" in AEM as a Cloud Service. The application fails to read the configuration.
What is a possible cause of this issue?
Refer to the exhibit.
The current page has three children.
What is the final rendered html output for the code snippet?
A)
B)
C)
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 client has asked to share an HTML version of test coverage report for the AEM project.
What plugin should the AEM developer use to generate test coverage report using latest archetype?
A)
B)
C)
What is the recommended path to override /libs standard functionality?
Where should an AEM Developer add a front end dependency?
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?
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?
Which notable change should the developer be aware of in order to distribute content in AEM as a Cloud Service?
A developer needs to create sling models for two fields name and occupations. The dialog has two fields, name - a single value field, and occupations - a multi value field.
The following code is included in sling models inherited from interface com.adobe.aem.guides.wknd.core.models.Byline
Which method should be used to used to represent this model in HTL?
A)
B)
C)
D)
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 application is expected to export a content fragment in JSON format without any customization for a headless
implementation.
What is the recommended approach?
Which configuration/section should be used to resolve the domain name by dispatcher?
What is Out of Scope for the Pattern Detector tool, while doing an AEM upgrade?