Adobe AD0-E134 - Adobe Experience Manager Sites Developer Expert Exam
Page: 2 / 10
Total 50 questions
Question #6 (Topic: Exam A)
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
Answer: D
Question #7 (Topic: Exam A)
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
A. /autoInvalidate true
B. /autoInvalidate "1"
C. /enableTTL true
D. /enableTTL "1"
Answer: C
Question #8 (Topic: Exam A)
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?
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
Answer: B
Question #9 (Topic: Exam A)
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?
Which of the following options is recommended?
A. import org.apache.felix.scr.annotations.Component;<br />
@Component(label = “My configuration”, metatype = true, factory= true)
B. import org.osgi.service.component.annotations.Component;<br />
@Component(service = ConfigurationFactory.class)
C. import org.osgi.service.metatype.annotations.AttributeDefinition;<br />
import org.osgi.service.metatype.annotations.ObjectClassDefinition;<br />
@ObjectClassDefinition(name = “My configuration”)
D. import org.osgi.service.component.annotations.Component;<br />
import org.osgi.service.metatype.annotations.Designate;<br />
@Component(service = ConfigurationFactory.class)<br />
@Designate(ocd = ConfigurationFactorylmpl.Config.class, factory=true)
Answer: D
Question #10 (Topic: Exam A)
An AEM application requires LDAP Service integration to synchronize users/groups.
Which two OSGi configuration are required for LDAP integration in AEM? (Choose two.)
Which two OSGi configuration are required for LDAP integration in AEM? (Choose 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
Answer: DE