What are the different types of nosql databases? Give some examples.



What are the different types of nosql databases? Give some examples...

Answer / Pradeep Prasad

[{"database": "Document-oriented", "example": "MongoDB"}, {"database": "Key-value store", "example": "Redis"}, {"database": "Graph database", "example": "Neo4j"}, {"database": "Column-family store", "example": "Cassandra

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What is mongodb replica set?

1 Answers  


Where is the mongodb database?

1 Answers  


Is it necessary to install mongodb compass?

1 Answers  


Explain replica set?

1 Answers  


Write the syntax for creating a collection and dropping a collection in mongodb.

1 Answers  


What is the difference between mysql and mongodb? Explain

1 Answers  


How index is used in mongodb?

1 Answers  


Is mongodb scalable?

1 Answers  


How do you limit the number of result returned?

1 Answers  


How do I connect to mongodb remotely?

1 Answers  


What will happen when you remove a document from database in mongodb? Does mongodb remove it from disk?

1 Answers  


What are the benefits of mongodb?

1 Answers  


Categories