adplus-dvertising
frame-decoration

Question

Point out the correct statement.

a.

In MongoDB 3.0, cursor.explain() returns the indexOnly field to indicate whether the index covered a query

b.

When an index covers a query, MongoDB can both match the query conditions and return the results using only the index keys

c.

For read-heavy applications, deploy sharding and add one or more shards to a sharded cluster to distribute load among mongod instances

d.

All of the mentioned

Answer: (b).When an index covers a query, MongoDB can both match the query conditions and return the results using only the index keys

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 correct statement.

Similar Questions

Discover Related MCQs

Q. ________ contains a counter of the total number of clients with active operations in progress or queued.

Q. Which of the following document configures the threshold which determines whether a query is “slow” for the purpose of the logging system?

Q. Which of the following sets the database profiler level?

Q. What is the size of Chunk by default?

Q. Which of the following provide acceptable performance levels for multiple mongod instances?

Q. _____ bit builds of mongod enable journaling by default.

Q. Point out the correct statement.

Q. _______ is /srv/mongodb, which specifies where MongoDB will store its data files.

Q. Setting _______ enables authentication and specifies a key file for the replica set member use to when authenticating to each other.

Q. Point out the correct statement.

Q. Replica set configuration requires that the _______ have a value that is consistent among all members of the set.

Q. ________ provides statistics that resemble dbStats on the collection level.

Q. The ________ reflect the amount of storage used, the quantity of data contained in the database, and object, collection, and index counters.

Q. ___________ returns a general overview of the status of the database, detailing disk usage, memory use, connection, journaling, and index access.

Q. Point out the correct statement.

Q. _______ method is useful tool for identifying the database instance’s in-progress operations.

Q. _________ tracks and reports the current read and write activity of a MongoDB instance, and reports these statistics on a per collection basis.

Q. Point out the correct statement.

Q. ___________ captures and returns the counts of database operations by type.

Q. Which of the following document details the state and configuration of the replica set and statistics about its members?