Your company is experiencing performance issues with their Dynamics 365 finance and operations apps. The system is not responding quickly to user requests, causing frustration and reducing productivity.
You need to improve the system's responsiveness without compromising its functionality or introducing additional complexity.
What should you do? Each correct answer presents a complete solution. Choose three.
ADesign for aggressive caching in finance and operations apps where appropriate.
BConsider whether to design for synchronous, asynchronous, or background (batch) processing.
CConsider data growth over time and tune the system accordingly.
Wrong: Migrate all data to a new server located closer to the majority of users.
Wrong: Upgrade all user devices to the latest hardware.
Wrong: Increase the number of users who can access the data at the same time.
Designing for aggressive caching, considering the type of processing, and considering data growth over time are all recommended strategies for improving system responsiveness. Increasing user concurrency does not necessarily improve responsiveness and may even degrade it. Migrating all data to a new server or upgrading all user devices are drastic measures that may not address the root cause of the performance issues.