What do you understand by nosql databases? Is mongodb a nosql database? Explain.



What do you understand by nosql databases? Is mongodb a nosql database? Explain...

Answer / Tarun Kumar Yadav

NoSQL databases are non-relational databases designed to handle unstructured data and large volumes of varied data types. MongoDB is a popular example of a NoSQL database, which uses a flexible data model based on JSON documents.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

How much is mongodb enterprise?

1 Answers  


What types of locking use in mongodb?

1 Answers  


How can you enter multi line operations in the mongo shell?

1 Answers  


What are alternatives to mongodb?

1 Answers  


How to do transaction/locking in mongodb?

1 Answers  


When using replication, can some members use journaling and others not?

1 Answers  


Why do we need mongoose?

1 Answers  


When will data be on more than one shard?

1 Answers  


Is mongodb a framework?

1 Answers  


Does mongodb support acid transactions?

1 Answers  


Mention what is objecld composed of?

1 Answers  


How many text indexes can a mongodb collection have?

1 Answers  


Categories