InterviewSolution
Saved Bookmarks
| 1. |
____________ is a client or database-generated identifier that uniquely identifies this message.(a) messageLength(b) responseTo(c) requestID(d) all of the mentionedThe question was posed to me in an interview.This key question is from Read Operations in section MongoDB CRUD Concepts and Operation of MongoDB |
|
Answer» RIGHT CHOICE is (C) requestID Explanation: For the CASE of client-generated messages, it will be RETURNED in the responseTo field of the OP_REPLY message. |
|