Home > Databases > Quizzes > TinyDB Practice Test
TinyDB Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 61% Most missed: “Can TinyDB be used to store geographical data, such as maps?”

TinyDB is a document-oriented database written in pure Python with no external dependencies. TinyDB is used to store persistent data on the Android device itself.

TinyDB Practice Test
Time left 00:00
25 Questions

1. Does TinyDB support indexing?
2. To insert many objects at once, which of the following method is used?
3. Is TinyDB designed for distributed systems?
4. TinyDB's ____ assures data consistency and avoids data redundancy by separating data into distinct tables.
5. TinyDB is based upon____?
6. The search method in TinyDB ____.
7. Which of the following method is used to insert an item in TinyDB?
8. Which of the following method finds at least one value in the database?
9. The ____ query checks the availability of a JSON file's subfield data.
10. Can TinyDB store multimedia content?
11. Is it possible to open the same table with different settings several times?
12. The number of documents in a database can be obtained, using which of the following query?
13. Use the ____ function to verify the stored objects in the database?
14. Which query enables us to enter and update data at the same time based on the criteria?
15. To create a table which of the following method is used?
16. TinyDB is a ____.
17. When you simply want to change one document, which of the following method is used?
18. To insert an item, the data should be in the form of a ____?
19. The ____ query determines whether or not the database contains a matching value.
20. Is TinyDB open-source?
21. Which of the following middleware, speeds up a database by decreasing disc I/O?
22. TinyDB internally attaches an ID with each document you input.
23. You may use the ____ command to delete all data from a database.
24. The get method in TinyDB ____.
25. TinyDB comes with how many storage types?