

InterviewSolution
Saved Bookmarks
1. |
__________ is a diagnostic tool for inspecting BSON files.(a) jsondump(b) bsondump(c) bsondumpjson(d) all of the mentionedI had been asked this question during an internship interview.This intriguing question comes from MongoDB Packages topic in division MongoDB Enterprise and Packages of MongoDB |
Answer» RIGHT ANSWER is (b) bsondump To EXPLAIN I would say: The bsondump converts BSON FILES into human-readable formats, including JSON. |
|