A developer needs to create a runmode-specific OSGi configuration for an AEM as a Cloud Service implementation. In which location should the OSGi configuration be created?
A. core project, (/core/.../config
B. ui.config project, (/config/.../config.
C. all project, (/all/.../config.
D. ui.apps project (/apps/.../config.
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?
A. Custom component
B. Content fragment
C. Static template
D. Experience fragment
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
A. Option A
B. Option B
C. Option C
D. Option D
What two types of testing are available OOB in AEM Cloud Manager Pipeline? (Select Two.)
A. Code Quality testing
B. Performance testing
C. Ul testing
D. Penetration testing
E. Integration testing
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.
Which attribute must be present in all filter rules in AEM dispatcher configuration?
A. /type
B. /selectors
C. /url
D. /glob
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?
A. (‘project/components/content/itemList’).MapTo(ItemList,ItemListEditConfig);
B. MapTo(‘project/components/content/itemList’)(ItemList,ItemListEditConfig);
C. ItemList.MapTo(‘project/components/content/itemList’);
D. MapTo(ItemList)(‘project/components/content/itemList’,ItemListEditConfig);
Which option should be used to synchronize user data across publish servers in a publish farm?
A. Sling Content Distribution
B. Vault plugin
C. CURL
D. Replication Agents
A developer needs to create a new Title component. The requirements are:
1.
The layout must be the same as the Title core component
2.
The text property must have the page title as prefix (e.g., Page Title -
3.
The component must be reusable
Which approach is recommended?
A. 1. Create a Proxy Component of Title core component
2.
Create a Custom Sling Model that overrides the default behavior
3.
Customize the component template
B. 1. Create a custom component from scratch
2.
Create a Custom Sling Model for the component that follows the requirement
3.
Create a Model Exporter
C. 1. Create a Proxy Component from Title core component
2. Create a Custom Sling Model that overrides the default behavior
An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)
A. Apache Jackrabbit Oak AuthorizableActionProvider
B. Apache Jackrabbit Oak Solr server provider
C. Apache Jackrabbit Oak CUG Configuration
D. Apache Jackrabbit Oak External Login Module
E. Apache Jackrabbit Oak Default Sync Handler