

InterviewSolution
Saved Bookmarks
1. |
Which of the following code is used for the successful exit of task?(a) 0(b) 1(c) 2(d) 3I got this question during an interview for a job.My question is from Exit Codes and Statuses topic in portion Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT option is (a) 0 Easy explanation: 0 is RETURNED by MongoDB applications UPON successful exit. |
|