Free AD0-E134 Exam Braindumps (page: 4)

Page 3 of 13

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?

  1. import org.apache.felix.scr.annotations.Component; @Component(label = "My configuration", metatype = true, factory= true)
  2. import org.osgi.service.component.annotations.Component; @Component(service = ConfigurationFactory.class)
  3. import org.osgi.service.metatype.annotations.AttributeDefinition; import org.osgi.service.metatype.annotations.ObjectClassDefinition; @ObjectClassDefinition(name = "My configuration")
  4. @Component(service = ConfigurationFactory.class)
    @Designate(ocd = ConfigurationFactorylmpl.Config.class, factory=true)

Answer(s): D

Explanation:

The @Component(service = ConfigurationFactory.class) @Designate(ocd = ConfigurationFactorylmpl.Config.class,factory=true) option is recommended for creating a multi- tenancy configuration and binding multiple configurations to it. This option uses the OSGi R6 annotations to define a component that provides a service of type ConfigurationFactory and designates a class that contains the configuration properties. The factory=true attribute indicates that multiple configurations can be created for this component.


Reference:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/osgi- configuration-settings.html?lang=en#creating-factory-configurations



An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)

  1. Apache Jackrabbit Oak AuthorizableActionProvider
  2. Apache Jackrabbit Oak Solr server provider
  3. Apache Jackrabbit Oak CUG Configuration
  4. Apache Jackrabbit Oak External Login Module
  5. Apache Jackrabbit Oak Default Sync Handler

Answer(s): D,E

Explanation:

The Apache Jackrabbit Oak External Login Module and Apache Jackrabbit Oak Default Sync Handler are the two OSGi configurations that are required for LDAP integration in AEM. The External Login Module defines how AEM connects to the LDAP server and authenticates users against it. The Default Sync Handler defines how AEM synchronizes users and groups from the LDAP server to the repository.


Reference:

https://experienceleague.adobe.com/docs/experience-manager- 65/administering/security/ldap-config.html?lang=en#ldap-integration



A client is having issues with some query results:
- Many of the client's industry terms have the same meaning, and users do not always search the exact wording
- Many users search by typing in short phrases instead of exact keywords, ex:// "cats and dogs" What index analyzers should the AEM developer recommend?

  1. 1. Add a Mapping filter to the current indexes
    2. Add a Stop filter to the current indexes
  2. 1. Tokenize the current indexes with a Keyword tokenizer
    2. Add a Mapping filter to the current indexes
  3. 1. Add a Synonym filter to the current indexes
    2. Add a Stop filter to the current indexes
  4. 1. Add a Synonym filter to the current indexes
    2. Add a LowerCase filter to the current indexes

Answer(s): D

Explanation:

A Synonym filter can help to map different terms that have the same meaning, such as "cat" and "feline". A LowerCase filter can help to normalize the case of the terms, so that "cats and dogs" and "Cats and Dogs" are treated the same.


Reference:

1 Lucene Analyzers section



An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows.
What should be configured to reduce the number of concurrent workflows?

  1. The number of threads in Scheduler
  2. The number of threads in Apache Felix Jetty Http Service
  3. Launchers for each workflow
  4. Maximum Parallel Jobs in OSGI console

Answer(s): D

Explanation:

Maximum Parallel Jobs is a configuration property that controls how many workflows can run concurrently on an AEM instance. Reducing this value can help to avoid overloading the server with too many workflows.


Reference:

Workflow Engine Configuration section






Post your Comments and Discuss Adobe AD0-E134 exam with other Community members:

AD0-E134 Discussions & Posts