A developer needs to create a new Title component. The requirements are:1. The layout must be the same as the Title core component2. The text property must have the page title as prefix (e.g., Page Title - <component text>)3. The component must be reusableWhich approach is recommended?
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.BylineWhich method should be used to represent this model in HTL?
SPA components are connected to AEM components via the MapTo() method.Which code should be used to correctly connect an SPA component called ItemList to its AEM equivalent?
Refer to the exhibit.The current page has three children.What is the final rendered html output for the code snippet?
A developer needs to create a dynamic participant step where the participant is selected automatically at run time.The developer decides to develop an OSGi service, which needs to implement the com.day.cq.workflow.exec.ParticipantStepChooser interface.Which method should the developer implement from the com.day.cq.workflow.exec.ParticipantStepChooser interface?
Which attribute must be present in all filter rules in AEM dispatcher configuration?