Home > Databases > Quizzes > ArangoDB Practice Test Questions
ArangoDB Practice Test Questions
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 77% Most missed: “A ____ identifies a document in the database in a unique way.”

ArangoDB is a free and open-source native graph database system developed by ArangoDB Inc. ArangoDB is a multi-model database system since it supports three data models with one database core and a unified query language AQL.

ArangoDB can be used as the backend for heterogeneous content management, e-commerce systems, Internet of Things applications, and more generally as a persistence layer for a broad range of services that benefit from an agile and scalable data store.

ArangoDB Practice Test Questions
Time left 00:00
25 Questions

1. Does AQL support data-definition operations?
2. Are document keys case-sensitive?
3. ____ a collection, removes all documents but keeps all its indexes?
4. The default replication factor is ____?
5. Which of the following method Returns a cursor after retrieving all documents from a collection?
6. ArangoDB Edges contain two unique attributes: ____ and ____.
7. Which of the following method is used to drop the database?
8. Internally, documents are saved in a binary format known as ____.
9. ArangoDB supports how many data models?
10. Does AQL support data control language (DCL)?
11. ____ are information networks made up of nodes and connections?
12. ArangoDB's key component is the ____, which stores data and processes queries.
13. Which of the following method Converts the collection into an array of documents?
14. ____ are JSON objects that hold the real data that you wish to save in ArangoDB
15. Can two collections have the same name within the same database?
16. A collection can include an unlimited number of ____?
17. Can view and collection have the same name in the same database?
18. ____ are used to iterate across query results?
19. A '____' call creates a collection.
20. ArangoDB, as a ____ database, is ideal for applications such as fraud detection, recommendation engines, and identity and access management.
21. Every server instance comes with a standard database named ____.
22. A ____ identifies a document in the database in a unique way.
23. How many ways are there to upgrade the ArangoDB?
24. Which of the following method Return the database name?
25. ArangoDB is ____?