Valid AD0-E116 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E116 Exam! ExamDiscuss.com now offer the newest AD0-E116 exam dumps, the ExamDiscuss.com AD0-E116 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E116 dumps with Test Engine here:
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)