In which format data is stored in mongodb?



In which format data is stored in mongodb?..

Answer / Kumar Aman

Data in MongoDB is stored as documents within collections. Each document is a set of key-value pairs, where keys are field names and values can be any BSON (Binary JSON) type such as string, integer, array, object, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

When was mongodb founded?

1 Answers  


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

1 Answers  


Is mongodb the same as nosql?

1 Answers  


How much is mongodb enterprise cost?

1 Answers  


How is mongodb used?

1 Answers  


What is mongodb query language?

1 Answers  


Where is the mongodb data stored?

1 Answers  


What are mongodb indexes?

1 Answers  


Who owns mongodb?

1 Answers  


What is mongodb written in?

1 Answers  


Is mongodb a data lake?

1 Answers  


Can we store pdf in mongodb?

1 Answers  


Categories