MongoDB - M100 Graded A+(100% Verified)
What of the following are some of the main features of MongoDB? - - Fault tolerance is natively built into MongoDB by keeping redundant copies of the same data on different servers - Scalability allows to seamlessly scale across multiple servers to store and process data -MongoDB lets you move data where you need it, so you can keep data near users NoSQL families - - key/value - graph -column - document What are correct statements about NoSQL databases? - - Most NoSQL databases have built-in modern features like redundancy and tolerance to failures - NoSQL databases were designed to scale large datasets horizontally Which of the following terms is used in MongoDB to map the concept of a row in RDBMS? - document Which of the following terms is used in MongoDB to map the concept of a table in RDBMS? - collection Which statements are good descriptions of the Document Model used in MongoDB? - - it is similar to map in Java and dictionaries in Python - it allows us to model one-to-one and one-to-many relationship ACID with MongoDB Document - Atomic - all write to one document are done at once Consistency - no dependency on other documents Isolation - document being modified not seen by other reads Durability - guaranteed by doing a write with a "majority" concernWhat of the following set of operations guarantee ACID data integrity? - - modify two documents within a MongoDB transaction - modify a field and array in a single document within a MongoDB transaction - Modify a field and array in a single document without using a transaction What are the main reasons distributed systems behave differently than single server systems? - - network speed is usually fast, but not instantaneous - networks are common point of failure
Written for
- Institution
- MongoDB - M100
- Course
- MongoDB - M100
Document information
- Uploaded on
- September 30, 2023
- Number of pages
- 2
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
Also available in package deal