

InterviewSolution
Saved Bookmarks
1. |
Use of the approximation field for the query and sort operations requires that applications perform _______ side post-processing.(a) client(b) server(c) application(d) none of the mentionedI had been asked this question during an online interview.My enquiry is from Model Monetary and Time Data in division Data Models of MongoDB |
Answer» CORRECT answer is (a) client To explain I would say: Client side processing is USED to DECODE the non-numeric representation of the exact value and then FILTER out the returned documents based on the exact monetary value. |
|