Prev Next

Database / MongoDB Interview questions

Define secondary replica sets in mongoDB.

The secondary data sets replicate the primary's oplog and apply the operations to its data sets such that the secondaries' data sets reflect the primary data set.

More Related questions...

Show more question and Answers...


Comments & Discussions