Neo4J MCQ Questions And Answers

Neo4J MCQs : This section focuses on "Basics" of Neo4J. These Multiple Choice Questions (MCQ) should be practiced to improve the Neo4J skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. Neo4j is a ?

A. Centralised database
B. Distributed database
C. End-user database
D. graph database

View Answer


2. Neo4j Initial release date?

A. 2007
B. 2008
C. 2009
D. 2010

View Answer


3. Programming language used in Neo4J?

A. C
B. C++
C. Java
D. Python

View Answer


4. Founder of Neo4J?

A. Eliot Horowitz
B. Emil Eifrem
C. Dwight Merriman
D. Kevin P. Ryan

View Answer


5. Tables are represent as?

A. Graphs
B. Nodes
C. Relationships
D. Traversal

View Answer


6. Joins are represent as?

A. Constraints
B. Nodes
C. Relationships
D. Traversal

View Answer


7. Which of the following are an Advantages of Neo4j?

A. Flexible data model
B. Real-time insights
C. High availability
D. All of the above

View Answer


8. Neo4J Drivers supports how kinds of Java API?

A. 2
B. 3
C. 4
D. 5

View Answer


9. Which of the following not true about Neo4j Property Graph Data Model?

A. Properties are key-value pairs
B. The model does not represents data in Nodes, Relationships and Properties
C. Relationships have directions: Unidirectional and Bidirectional
D. Relationships connects nodes

View Answer


10. Each Relationship contains?

A. Start Node
B. End Node
C. From Node
D. All of the above

View Answer


11. CQL stands for?

A. Command Query Language
B. Clause Query Language
C. Cypher Query Language
D. Create Query Language

View Answer


12. Which clause is used to search the data with a specified pattern?

A. OPTIONAL MATCH
B. MATCH
C. WHERE
D. FIND

View Answer


13. Which clause is used to find the starting points through the legacy indexes?

A. OPTIONAL MATCH
B. START
C. WHERE
D. FIND

View Answer


14. Which clause is used to create nodes, relationships, and properties?

A. CREATE
B. PUT
C. SET
D. INSERT

View Answer


15. Which clause is used to delete nodes and relationships or paths etc. from the graph?

A. DELETE
B. DROP
C. REMOVE
D. DEL

View Answer


16. Neo4j supports Indexes by using Apache Lucence

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


17. Neo4j supports full ACID (Atomicity, Consistency, Isolation, and Durability) rules.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


18. Which of the following is true about Neo4J?

A. Neo4J uses Native graph storage with Native GPE
B. Neo4J supports exporting of query data to JSON and XLS format
C. Neo4J provides REST API to be accessed by any Programming Language like Java, Spring, Scala etc.
D. All of the above

View Answer


19. Which of the following is not a Neo4J CQL command?

A. Create
B. Match
C. Delete
D. Exit

View Answer


20. Which clause is used to add new properties to an existing node or relationship?

A. GET
B. PUT
C. SET
D. None of the above

View Answer





Discussion



* You must be logged in to add comment.