A banking AEM application contains functionality to calculate a mortgage rate based on user input. A servlet in place calculates the result in the backend. A call to an internal third-party REST service is required to retrieve the average object value based on a given zip code. The following three service interfaces are used: MortgageCalculationServlet, MortgageCalculationService and ObjectValueLookupRestService, where MortgageCalculationServlet has a dependency to MortgageCalculationService and MortgageCalculationService has a dependency to ObjectValueLookupRestService. The calculation has many combinations of input parameters and edge cases, so the JUnit coverage must be as high as possible. Which two strategies should the developer use to ensure testability of the application code? (Choose two)
A team is designing a promotional landing page that includes a reusable banner, call-to-action buttons, and a product carousel. The design should be consistent across different marketing campaigns. Which AEM feature would be most effective for this purpose?
The SAML 2.0 Authentication Handler is disabled by default. You must set at least one of the following properties in order to enable the handler? (Choose two)
An AEM Developer creates a custom OAK index for /content/mywebsite under /oak:index node. While testing the live site. It is found that the index is not being applied to any query within the website. Default Lucene indexes with high cost are being picked up by the AEM.What is the most likely of the issue?