adplus-dvertising
frame-decoration

Question

Point out the wrong statement.

a.

If $near or $nearSphere query specifies the center point as a GeoJSON point, specify the distance as a non-negative number in meters

b.

If $nearSphere query specifies the center point as legacy coordinate pair, specify the distance as a non-negative number in radians

c.

$near can only use the 2dsphere index if the query specifies the center point as a GeoJSON point

d.

None of the mentioned

Answer: (d).None of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.

Similar Questions

Discover Related MCQs

Q. _______ returns geospatial objects in proximity to a point.

Q. _________ specifies a geometry in GeoJSON format to geospatial query operators.

Q. Point out the correct statement.

Q. _________ returns geospatial objects in proximity to a point on a sphere. Requires a geospatial index.

Q. __________ specifies a minimum distance to limit the results of $near and $nearSphere queries.

Q. The _________ operator specifies a circle for a $geoWithin query.

Q. ________ index must exist on a field holding coordinates before using any of the geospatial query operators.

Q. When creating a text index on multiple fields, you can specify the individual fields or you can use wildcard specifier ______

Q. Point out the wrong statement.

Q. The default language for the indexed data is ________

Q. If a collection contains documents or embedded documents that are in different languages, include a field named _______ in the documents.

Q. Point out the correct statement.

Q. To use a field with a name other than language, include the ________ option when creating the index.

Q. The default name for the index consists of each indexed field name concatenated with _______

Q. To avoid creating an index with a name that exceeds the index name length limit, you can pass the _____ option to the db.collection.createIndex() method.

Q. The default weight is ____ for the indexed fields.

Q. For a ______ index, the weight of an indexed field denotes the significance of the field relative to the other indexed fields in terms of the score.

Q. _________ operations that use an index often have better performance than those that do not use an index.

Q. Point out the wrong statement.

Q. A prefix of a _______ index is a subset that consists of one or more keys at the start of the index key pattern.