NEW
Font size
WorksheetsMobile Offline Sync - OutSystems
Total questions: 10
Worksheet time: 5mins
When you have NO INTERNET. Which Storage helps to access Mobile App Offline?
Cache Database
Session Database
Local Database
Azure Database
Which of the following is NOT in the Key 6 STEPS to success with Offline Sync?
Design a lightweight local database.
Define synchronization moments and use SyncUnit to control them.
Keep control the network status.
Control a amount of data fetched from local database
Tap on incorrect OfflineDataSync Action
OfflineDataSync
Offline Data Sync Configurations
TriggerOfflineDataSync
GetNetworkStatus
GetNetworkType checks if you are online or offline at that moment.
False
True
What is recommended solution for Device performance issues
Get the data from the server and break it into chunks to bulk create them on the local DB.
Minimize the server request
Use the TriggerOfflineDataSync to avoid blocking the UI
What is recommended solution to handle thousands of records to pull?
Use the TriggerOfflineDataSync to avoid blocking the UI
Minimize the server request
Find an optimal value for a set of records to bulk create on the local DB
Get the data from the server and break it into chunks to bulk create them on the local DB.
The concept helps you avoid multiple server requests on client actions, which are performed on server actions!
Encapsulation
Abstraction
Normalization
Polymorphism
Select Syncronization Process which helps to Fetch the Data in Secure way so no one can update it.
Read only
Read/write data with conflict detection
Read/write data one to many
The offline sync with Local Database is available for...
Mobile Apps
Services
Reactive Apps
Only PWA
Offline Data Sync with Local Storage is available for
Only Mobile Apps
Only PWAs
Mobile Apps and PWA Both
All Apps Type in OutSystems Supports Local DB
