

InterviewSolution
Saved Bookmarks
1. |
_________ returns geospatial objects in proximity to a point on a sphere. Requires a geospatial index.(a) $near(b) $nearsphere(c) $geoIntersect(d) None of the mentionedThe question was posed to me in an international level competition.My doubt stems from Geospatial Index topic in section Index/Indexing Concepts of MongoDB |
Answer» The CORRECT ANSWER is (B) $nearsphere |
|