Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of the following formats are supported in ArangoDB?

Answer»

Which of the following formats are SUPPORTED in ARANGODB?
Choose the correct option from below list
(1)BSON
(2)JSON
(3)Both JSON and VelocyPack
(4)VelocyPack

Answer:-(3)Both JSON and VelocyPack

2.

Which nickname does the WebUI of ArangoDB carry?

Answer»

Which nickname does the WEBUI of ArangoDB carry?
Choose the correct option from below list
(1)Nasua
(2)Anteater
(3)AARDVARK

Answer:-(3)Aardvark

3.

Which of the following command is used to start ArangoDB?

Answer»

Which of the following command is used to START ARANGODB?
Choose the correct OPTION from below list
(1)sudo systemctl status arangodb3
(2)sudo systemctl stop arangodb3
(3)sudo systemctl start arangodb3
(4)sudo systemctl enable arangodb3

Answer:-(3)sudo systemctl start arangodb3

4.

Select the ways to interact with ArangoDB database.

Answer»

Select the ways to INTERACT with ArangoDB database.
Choose the correct option from below list
(1)Aardvark
(2)REST API
(3)None of the options
(4)Arangosh
(5)All the options

Answer:-(5)All the options

5.

Which of the following data models are supported in ArangoDB?

Answer»

Which of the FOLLOWING data models are supported in ArangoDB?
CHOOSE the correct OPTION from below list
(1)Document
(2)All the options
(3)Key-value
(4)Graph

Answer:-(2)All the options

6.

Which of the following keyword is used for grouping the results?

Answer»

Which of the following keyword is used for GROUPING the results?
CHOOSE the CORRECT option from below LIST
(1)UPSERT
(2)RETURN
(3)COLLECT
(4)LET

Answer:-(3)COLLECT

7.

Which of the following are ArangoDB use cases?

Answer»

Which of the FOLLOWING are ArangoDB use CASES?
Choose the correct option from below list
(1)E-Commerce Systems
(2)Enterprise HIERARCHIES
(3)All the Options
(4)Content Management

Answer:-(3)All the Options

8.

Which data models does ArangoDB support natively?

Answer»

Which data models does ARANGODB SUPPORT NATIVELY?
Choose the CORRECT option from below list
(1)Timeseries, key/value and CSV
(2)Key/Value, graphs, kind of relational and documents
(3)XML, JSON and RDF

Answer:-(2)Key/Value, graphs, kind of relational and documents

9.

ArangoDB Query Language(AQL) is ________ language.

Answer» ARANGODB Query LANGUAGE(AQL) is ________ language.
Choose the correct OPTION from below list
(1)Declarative Query
(2)Imperative Query Language

Answer:-(1)Declarative Query
10.

Edges in ArangoDB are ________

Answer» EDGES in ArangoDB are ________
Choose the correct OPTION from below LIST
(1)Bidirectional
(2)Unidirectional

Answer:-(2)Unidirectional
11.

Adding one data model layer to the another data model is referred to as_____

Answer»

Adding one DATA MODEL layer to the another data model is referred to as_____
Choose the correct option from below list
(1)Both LAYERED and multi-model database
(2)Native multi-model database
(3)Layered multi-model database

Answer:-(3)Layered multi-model database

12.

Two collections namely _from and _to are contained in which collection of ArangoDB?

Answer» TWO collections namely _from and _to are contained in which collection of ArangoDB?
CHOOSE the correct option from below LIST
(1)Both edge collection and DOCUMENT collection
(2)Document collection
(3)Edge collection

Answer:-(3)Edge collection
13.

Arangosh command to read inserted documents______

Answer»

Arangosh command to READ inserted documents______
Choose the correct OPTION from below list
(1)db.< collection_name>.save(document)
(2)db.< collection_name>.document("<_key>");
(3)db.songs.update("&LT; collection_name>/<_key>",});
(4)All the options

Answer:-(2)db.< collection_name>.document("<_key>");

14.

ArangoDB Query language is used to ______ the data stored in ArangoDB.

Answer»

ArangoDB Query LANGUAGE is used to ______ the data stored in ArangoDB.
Choose the correct option from below list
(1)Only MODIFY
(2)Only RETRIEVE
(3)Retrieve and Modify

Answer:-(3)Retrieve and Modify

15.

What license is ArangoDB released under?

Answer»

What LICENSE is ArangoDB RELEASED under?
Choose the CORRECT option from below list
(1)MIT
(2)Apache 2
(3)GNU GPLv3

Answer:-(2)Apache 2

16.

Which of the following arangosh command completely replaces the old document with a new document?

Answer»

Which of the FOLLOWING arangosh COMMAND completely replaces the old document with a new document?
Choose the CORRECT option from below list
(1)db.songs.replace("< collection_name>/<_key>",< updated_document>});
(2)db.songs.update("< collection_name>/<_key>",< updated_document>});

ANSWER:-(1)db.songs.replace("< collection_name>/<_key>",< updated_document>});

17.

ArangoDB is an open source.

Answer»

ArangoDB is an open source.
Choose the CORRECT OPTION from below list
(1)True
(2)False

Answer:-(1)True

18.

Which of the following string function check whether the searched string is contained in the string text?

Answer»

Which of the following string function CHECK whether the SEARCHED string is contained in the string text?
CHOOSE the correct option from below list
(1)CHAR_LENGTH()
(2)LENGTH()
(3)CONCAT()
(4)CONTAINS()

Answer:-(4)CONTAINS()

19.

____ keyword iterate over all elements in an array.

Answer»

____ keyword iterate over all elements in an array.
Choose the CORRECT option from below LIST
(1)RETURN
(2)FOR
(3)FILTER

Answer:-(2)FOR

20.

How many collections can be used in a single AQL query?

Answer»

How many collections can be used in a SINGLE AQL query?
Choose the CORRECT option from below LIST
(1)256
(2)64
(3)1028
(4)128

Answer:-(1)256

21.

Which of the following statements about AQL is incorrect?

Answer»

Which of the following statements about AQL is INCORRECT?
Choose the CORRECT option from below list
(1)Human READABLE language
(2)Mainly a declarative language
(3)CLIENT dependent language
(4)Data manipulation language

Answer:-(3)Client dependent language

22.

Under which license is ArangoDB?

Answer»

Under which LICENSE is ARANGODB?
Choose the CORRECT OPTION from below list
(1)MIT
(2)Apache 2
(3)GNU GPLv3

Answer:-(2)Apache 2

23.

Arangosh command to create edge collection______

Answer»

Arangosh COMMAND to create edge collection______
Choose the CORRECT option from below LIST
(1)db._createEdgeCollection("< collection_name>")
(2)db._create("< collection_name>")
(3)db._collection(< "collection-name">)
(4)db._useDatabase("< database_name>")

ANSWER:-(1)db._createEdgeCollection("< collection_name>")

24.

Which of the following command is used to get the name of the database?

Answer»

Which of the following command is used to get the name of the DATABASE?
CHOOSE the correct OPTION from below list
(1)db.name()
(2)db._name()
(3)db.databasename()
(4)db._name();

Answer:-(2)db._name()

25.

What did the founders of ArangoDB do before they started the project?

Answer»

What did the founders of ArangoDB do before they started the project?
Choose the CORRECT option from below list
(1)Worked at Google
(2)Had NOTHING to do with software.
(3)Ran DATABASE consulting company.

Answer:-(3)Ran database consulting company.

26.

Which of the following is used to uniquely identify a document stored in a collection?

Answer»

Which of the following is used to uniquely IDENTIFY a document stored in a collection?
CHOOSE the correct option from below list
(1)Edge Definition
(2)Document key
(3)Document REVISION
(4)NONE of the options

Answer:-(2)Document key

27.

What is the nickname for ArangoDBs WebUI?

Answer»

What is the nickname for ArangoDBs WebUI?
CHOOSE the correct option from below list
(1)Nasua
(2)ANTEATER
(3)AARDVARK

Answer:-(3)Aardvark

28.

Where does the name ArangoDB come from?

Answer»

Where does the name ARANGODB come from?
Choose the correct option from below list
(1)A famous VENEZUELEAN football player
(2)A journalist from the NEW York Times
(3)A VARIETY of Avocados

Answer:-(3)A variety of Avocados

29.

Which graph implementation model does ArangoDB use for the graph part?

Answer»

Which graph implementation model does ARANGODB USE for the graph PART?
Choose the CORRECT option from below list
(1)CIndex-free ADJACENCY.
(2)Hybrid-indexes
(3)I feel lucky

Answer:-(2)Hybrid-indexes

30.

Difference between ArangoDB and MongoDB

Answer» DIFFERENCE between ARANGODB and MONGODB
Below are the some of the most COMMON DIFFERENCES between ArangoDB and MongoDB
31.

Can you define different Logical Operators in AQL?

Answer»

Can you define different LOGICAL Operators in AQL?
Below are the THREE main logical operator in AQL
(1)AND or &&:-It is a logical AND operator and below is example
5>2 && 24!=10
(2)Or or ||:-It is a logical OR operator and below is example
5>3 || 4!0
(3)NOT or !
20!=19

32.

Which of the following keyword is used to assign a variable?

Answer»

Which of the following KEYWORD is used to assign a variable?
Choose the CORRECT OPTION from below list
(1)INSERT
(2)COLLECT
(3)FILTER
(4)LET

Answer:-(4)LET

33.

Whitespaces are not supported in ArangoDB.

Answer»

Whitespaces are not SUPPORTED in ArangoDB.
Choose the correct OPTION from below LIST
(1)FALSE
(2)True

Answer:-(1)False