Home > Databases > Quizzes > PouchDB Practice Test Questions
PouchDB Practice Test Questions
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 56% Most missed: “PouchDB functions like an app when offline, storing data locally.”

PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser. PouchDB can create a local database ( websql or IndexedDB ) on the device and replicate it with an external CouchDB. Also can be used as a client for an external CouchDB

PouchDB Practice Test Questions
Time left 00:00
17 Questions

1. ____- function returns all documents from the database or a subset of documents based on arguments like startkey, endkey, limit, and so on.
2. While the application is offline with PouchDB, the data is saved locally in the browser using ____?
3. The ____ function may be used to minimize the size of a database by deleting unneeded data.
4. Which of the following format does PouchDB uses to store the data?
5. Which of the following method adds an attachment to a database document?
6. You can create a database in PouchDB using the ____?
7. The ____ function may be used to minimize the size of a database by deleting unneeded data.
8. ____-method allows you to listen in real-time for changes to the database and trigger events depending on those changes.
9. Which of the following format does PouchDB uses to store the data?
10. Which of the following method synchronizes data between multiple databases, either locally or remotely, using two-way replication?
11. Is PouchDB open-source?
12. With the ____ function, you may delete a document from a PouchDB database.
13. With the ____ function, you can create a document in PouchDB.
14. Which of the following method fetches an attachment from a database document?
15. Which of the following function may be used to delete a database in PouchDB?
16. Is PouchDB open-source?
17. _rev in PouchDB is known as ____?