adplus-dvertising
frame-decoration

Question

Point out the correct statement.

a.

Capped collections automatically remove the oldest documents in the collection without requiring scripts or explicit remove operations

b.

Capped collections do not guarantee that insertion order is identical to the order on disk

c.

Capped collections does not allow updates that fit the original document size

d.

All of the mentioned

Answer: (a).Capped collections automatically remove the oldest documents in the collection without requiring scripts or explicit remove operations

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. _________ stores a log of the operations in a replica set.

Q. ___________ is also used to pre-allocate space for an ordinary collection.

Q. Point out the wrong statement.

Q. If you perform a ________ on a capped collection with no ordering specified, MongoDB guarantees that the ordering of results is the same as the insertion order.

Q. Which of the following should is used to check whether collection is capped or not?

Q. ___________ convert a non-capped collection to a capped collection.

Q. _________ command creates the capped collection and imports the data.

Q. Which of the following command obtains a global write lock and will block other operations until it has completed?

Q. Which of the following collection do not support the TTL property?

Q. Point out the correct statement.

Q. If the indexed field in a document is not a _____ or an array that holds a date value(s), the document will not expire.

Q. Point out the correct statement.

Q. Secondary members replicate _________ operations from the primary.

Q. A collection with a TTL index has __________ enabled.

Q. Which field does not support TTL indexes?

Q. You cannot use _________ to change the value of expireAfterSeconds of an existing index.

Q. You cannot create a TTL index on a ________ collection.

Q. Which of the following setting defines what constitutes a “slow” operation?

Q. Point out the correct statement.

Q. ________ provide the number of times the lock acquisitions encountered deadlocks.