Question 1 of 30
In a scenario where a company is experiencing performance issues with its web application, the AppDynamics monitoring tool is utilized to analyze the transaction flow. The application is built on a microservices architecture, and the team is particularly interested in understanding the impact of latency on user experience. If the average response time for a critical transaction is measured at 2 seconds, and the acceptable threshold for user satisfaction is set at 1 second, what would be the most effective approach to identify the root cause of the latency and improve performance?
Utilize AppDynamics' Business Transaction monitoring to drill down into the transaction flow and identify bottlenecks in the microservices.
Increase the server resources allocated to the application to handle more requests simultaneously.
Implement a caching mechanism to store frequently accessed data and reduce load times.
Conduct a load test to simulate high traffic and observe how the application behaves under stress.