Home »
MCQs »
PouchDB MCQs
Which of the following method synchronizes data between multiple databases, either locally or remotely, using two-way replication?
10. Which of the following method synchronizes data between multiple databases, either locally or remotely, using two-way replication?
- Synchronization()
- Synchro()
- Sync()
- Async()
Answer: C) Sync()
Explanation:
Sync() method synchronizes data between multiple databases, either locally or remotely, using two-way replication.