

InterviewSolution
Saved Bookmarks
1. |
___________ strategy is used to explicitly avoid document growth.(a) deallocation(b) allocation(c) pre-allocation(d) none of the mentioned |
Answer» Correct answer is (c) pre-allocation To elaborate: A data model that embeds related data in a single document facilitates atomic operations. |
|