Want to pass your Adobe Experience Manager Developer Exam AD0-E134 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
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?
A. The custom OSGi configuration runmode used (i.e., "config.author.staging") is not supported in AEM as a Cloud service.
B. OSGi configuration runmodes cannot be installed automatically on AEM as a Cloud Service. We need to install them as a package using the Package manager.
C. AEM as a Cloud service does not support OSGi configuration runmodes.
D. Only
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
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)