

InterviewSolution
Saved Bookmarks
1. |
To view the contents of the file, pass the file to the MongoDB utility ___________(a) bsonlog(b) bsonout(c) bsondump(d) SelectIndexes |
Answer» Correct choice is (c) bsondump Best explanation: The following converts the audit log into a human-readable form and output to the terminal: bsondump data/db/auditLog.bson . |
|