A developer has to create a Logger and Writer pair for the company's application logging. Which OSGi configurations should the developer use?
A. Apache Sling Logging Logger Configuration and Apache Sling Logging Configuration
B. Apache Sling Request Logger and Apache Sling Logging Writer Configuration
C. Apache Sling Logging Logger Configuration and Apache Sling Logging Writer Configuration
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
Which AEM dependency provides APIs for all AEM environments?

A. Option A
B. Option B
C. Option C
D. Option D
AEM SPA integration provides various design models. In an application the developer chooses to use AEM as a headless CMS without using the SPA Editor SDK framework.
What would be an advantage for this design model?
A. The content author can edit the app using AEM's content authoring experience.
B. The developer has full control over the app.
C. The SPA is compatible with the template editor
D. The developer keeps control over the app by only enabling authoring in restricted areas of the app
Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?
A. /invalidate
B. /statfile
C. /docroot
D. /cacheroot
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 wants to set up multi-tenancy using Adobe-recommended best practices and bind multiple configurations to it. Which of the following options is recommended?
A. import org.apache.felix.scr.annotations.Component; @Component(label = "My configuration", metatype = true, factory= true)
B. import org.osgi.service.component.annotations.Component; @Component(service = ConfigurationFactory.class)
C. import org.osgi.service.metatype.annotations.AttributeDefinition; import org.osgi.service.metatype.annotations.ObjectClassDefinition; @ObjectClassDefinition(name = "My configuration")
D. @Component(service = ConfigurationFactory.class) @Designate(ocd = ConfigurationFactorylmpl.Config.class, factory=true)
Which Maven plugin checks if all the requirements declarations made in OSGi bundles are satisfied by the capabilities declarations of other bundles included in the Maven project?
A. maven-enforcer-plugin
B. femaven-assembly-plugin
C. content-package-maven-plugin
D. aemanalyser-maven-plugin
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
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]