

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) For $geoSphere queries that specify GeoJSON geometries with areas greater than a single hemisphere, the use of the default CRS results in queries for the complementary geometries(b) When determining inclusion, MongoDB considers the border of a shape to be part of the shape, subject to the precision of floating point numbers(c) The custom MongoDB CRS uses a anti-clockwise winding order(d) None of the mentionedThis question was posed to me during an internship interview.The question is from Index Types in section Index/Indexing Concepts of MongoDB |
Answer» The correct answer is (b) When determining inclusion, MongoDB considers the border of a shape to be PART of the shape, subject to the precision of floating point numbers |
|