

InterviewSolution
Saved Bookmarks
1. |
MongoDB writes the rollback data to BSON files in the rollback/ folder under the database’s ________ directory.(a) dbPath(b) logPath(c) dataPath(d) all of the mentionedThis question was posed to me during an internship interview.Query is from Replica Set High Availability topic in section Replication Concepts, Processes and Replication Set of MongoDB |
Answer» Right choice is (a) dbPath |
|