

InterviewSolution
Saved Bookmarks
1. |
Which of the following code is returned by mongod if a moveChunk operation fails to confirm a commit?(a) 5(b) 6(c) 7(d) 3The question was asked in semester exam.This question is from Exit Codes and Statuses in division Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT answer is (a) 5 Explanation: Exit CODES 6 and 7 does not EXIST. |
|