Q2 Single choice Mark for later What is NOT a best practice for Mobile Application Architecture: Local Storage? A Adopt the correct sync frequency: Either at process start and online or at process/transaction end and online. B Sync on every screen or online event. C Sync data required per use case: Sync summary data on session start. On data selection, sync its details. Correct answer