wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Mobile Offline Sync - OutSystems

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

When you have NO INTERNET. Which Storage helps to access Mobile App Offline?

a)

Cache Database

b)

Session Database

c)

Local Database

d)

Azure Database

2.

Which of the following is NOT in the Key 6 STEPS to success with Offline Sync?

a)

Design a lightweight local database.

b)

Define synchronization moments and use SyncUnit to control them.

c)

Keep control the network status.

d)

Control a amount of data fetched from local database

3.

Tap on incorrect OfflineDataSync Action

a)

OfflineDataSync

b)

Offline Data Sync Configurations

c)

TriggerOfflineDataSync

d)

GetNetworkStatus

4.

GetNetworkType checks if you are online or offline at that moment.

a)

False

b)

True

5.

What is recommended solution for Device performance issues

a)

Get the data from the server and break it into chunks to bulk create them on the local DB.

b)

Minimize the server request

c)

Use the TriggerOfflineDataSync to avoid blocking the UI

6.

What is recommended solution to handle thousands of records to pull?

a)

Use the TriggerOfflineDataSync to avoid blocking the UI

b)

Minimize the server request

c)

Find an optimal value for a set of records to bulk create on the local DB

d)

Get the data from the server and break it into chunks to bulk create them on the local DB.

7.

The concept helps you avoid multiple server requests on client actions, which are performed on server actions!

a)

Encapsulation

b)

Abstraction

c)

Normalization

d)

Polymorphism

8.

Select Syncronization Process which helps to Fetch the Data in Secure way so no one can update it.

a)

Read only

b)

Read/write data with conflict detection

c)

Read/write data one to many

9.

The offline sync with Local Database is available for...

a)

Mobile Apps

b)

Services

c)

Reactive Apps

d)

Only PWA

10.

Offline Data Sync with Local Storage is available for

a)

Only Mobile Apps

b)

Only PWAs

c)

Mobile Apps and PWA Both

d)

All Apps Type in OutSystems Supports Local DB