0
0
MongoDBquery~5 mins

Why replication is needed in MongoDB - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What is replication in MongoDB?
Replication in MongoDB is the process of copying data from one database server to another to ensure data availability and redundancy.
Click to reveal answer
beginner
Why is replication important for data availability?
Replication helps keep data available even if one server fails, by having copies of the data on other servers ready to take over.
Click to reveal answer
intermediate
How does replication help with disaster recovery?
Replication creates copies of data on multiple servers, so if one server is lost due to disaster, the data is still safe on others.
Click to reveal answer
intermediate
What role does replication play in load balancing?
Replication allows read operations to be spread across multiple servers, reducing load on the primary server and improving performance.
Click to reveal answer
intermediate
Can replication improve fault tolerance? How?
Yes, replication improves fault tolerance by having multiple copies of data, so if one server fails, others can continue serving data without interruption.
Click to reveal answer
What is the main purpose of replication in MongoDB?
ATo delete old data automatically
BTo copy data across servers for availability
CTo speed up data entry
DTo encrypt data
How does replication help during a server failure?
AIt backs up data to a USB drive
BIt deletes the failed server's data
CIt stops all database operations
DIt switches to another server with the same data
Which of these is NOT a benefit of replication?
AFaster data deletion
BLoad balancing
CDisaster recovery
DImproved data availability
Replication can help with load balancing by:
AAllowing multiple servers to handle read requests
BIncreasing write speed on one server
CDeleting duplicate data
DEncrypting data transfers
What happens if a disaster destroys the primary MongoDB server without replication?
AReplication creates new data
BData automatically recovers
CData is lost if no backup exists
DThe server fixes itself
Explain why replication is needed in MongoDB and how it helps keep data safe.
Think about what happens if one server stops working.
You got /4 concepts.
    Describe how replication can improve performance and reliability in a MongoDB setup.
    Consider how multiple copies of data can share work and handle failures.
    You got /4 concepts.