AD0-E134 Exam Question 26

A developer is on an AEM application that is being used to calculate an employee's salary. The calculation is done in an OSGi service called CalculationService. This service class has a dependency on one other service, called the EmployeeService.
How should the developer make sure that the critical code in the CalculationService has a high unit test coverage?
  • AD0-E134 Exam Question 27

    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?
  • AD0-E134 Exam Question 28

    A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak.
    Which two steps should be taken after confirming the problem is related to a memory issue? (Choose two.)
  • AD0-E134 Exam Question 29

    What is the recommended path to override /libs standard functionality?
  • AD0-E134 Exam Question 30

    A developer has multiple LDAP Authentication providers. The user is not required to pass the authentication test of the Authentication provider
    * If authentication succeeds, control is returned to the caller; no subsequent Authentication provider down the list Is executed.
    * If authentication fails, authentication continues down the list of providers.
    What should be the JAAS Control flag value in Apache Jackrabbit Oak External Login Module configuration?