What is difference between mongodb and dynamodb?



What is difference between mongodb and dynamodb?..

Answer / Jogendra Singh Rathore

MongoDB is a NoSQL database that uses JSON-like documents with optional schemas. It's document-oriented, meaning it stores data as flexible JSON-like documents. On the other hand, Amazon DynamoDB is a fully managed proprietary NoSQL database service provided by AWS. It provides key-value and document data structures. The main difference lies in their underlying data models and administrative control.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Is it required to call ‘getlasterror’ to make a write durable?

1 Answers  


What is the use of robomongo?

1 Answers  


Mention what is the command syntax for inserting a document?

1 Answers  


Where are mongodb files stored?

1 Answers  


What is journaling in mongodb?

1 Answers  


What language does mongodb use?

1 Answers  


Can I use sql in mongodb?

1 Answers  


What is the syntax to create a collection and to drop a collection in mongodb?

1 Answers  


What are replica sets in mongodb?

1 Answers  


What are the key features of mongodb?

1 Answers  


How can you see the connection used by mongos?

1 Answers  


What is mongodb cluster?

1 Answers  


Categories