Adobe AD0-E134 Adobe Experience Manager Developer Exam Online Training
Adobe AD0-E134 Online Training
The questions for AD0-E134 were last updated at Nov 19,2024.
- Exam Code: AD0-E134
- Exam Name: Adobe Experience Manager Developer Exam
- Certification Provider: Adobe
- Latest update: Nov 19,2024
Which attribute must be present in all filter rules in AEM dispatcher configuration?
- A . /type
- B . /selectors
- C . /url
- D . /glob
Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?
- A . /invalidate
- B . /statfile
- C . /docroot
- D . /cacheroot
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]
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
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 configuration/section should be used to resolve the domain name by dispatcher?
- A . Configuration in vhosts file
- B . Configuration in filters.any
- C . Configuration in httpd.conf
- D . Configuration in DNS
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
- A . /autolnvalidate true
- B . /autolnvalidate "1"
- C . /enableTTLtrue
- D . /enableTTL "1"
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 <runmode>) folder
- B . ui.config project, (/config/…/config.<runmode>) folder
- C . all project, (/all/…/config.<runmode>) folder
- D . ui.apps project (/apps/…/config.<runmode>) folder
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)
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