MongoDB MCQ Quiz Hub

MongoDB Mcq Question Set 6

Choose a topic to test your knowledge and improve your MongoDB skills

mongodump and mongorestore can operate against a running _______ process.





✅ Correct Answer: 3

For replica sets, mongodump also supports a point in time feature with the ________ option.





✅ Correct Answer: 1

If applications modify data while mongodump is creating a backup _________ will compete for resources with those applications.





✅ Correct Answer: 4

The MongoDB ______ supports the backing up and restoring of MongoDB deployments





✅ Correct Answer: 1

On Linux the ______ manager can create a snapshot.





✅ Correct Answer: 1

Point out the correct statement.





✅ Correct Answer: 4

When connected to a MongoDB instance, mongodump can adversely affect ______ performance.





✅ Correct Answer: 3

To mitigate the impact of mongodump on the performance of the replica set, use mongodump to capture backups from a _________ member of a replica set.





✅ Correct Answer: 2

Point out the wrong statement.





✅ Correct Answer: 3

____ an on-premise solution, has similar functionality to the cloud version.





✅ Correct Answer: 2

Ops Manager provides Ops Manager ________ and Ops Manager Backup, which helps users optimize clusters and mitigate operational risk.





✅ Correct Answer: 3

Ops Manager _________ provides an interface for configuring MongoDB nodes and clusters and for upgrading your MongoDB deployment.





✅ Correct Answer: 1

Ops Manager ______ provides scheduled snapshots and point-in-time recovery of your MongoDB replica sets and sharded clusters.





✅ Correct Answer: 4

Sharded clusters snapshots temporarily stop the balancer via ________





✅ Correct Answer: 4

Ops Manager reads directly from the Backup Blockstore database and transfers files either through _______





✅ Correct Answer: 2

Point out the correct statement.





✅ Correct Answer: 1

Ops Manager maintains one _____ database for each backed-up replica set.





✅ Correct Answer: 2

The agent ships initial sync and oplog data over HTTPS back to ______





✅ Correct Answer: 2

Backup can also create snapshots of _________ that are run as single-member replica sets.





✅ Correct Answer: 2

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





✅ Correct Answer: 4

______ captures and returns the counts of database operations by type.





✅ Correct Answer: 1

Point out the correct statement.





✅ Correct Answer: 1

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

Point out the correct statement.





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

____ provides statistics that resemble dbStats on the collection level.





✅ Correct Answer: 4

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





✅ Correct Answer: 1

Point out the correct statement.





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

Point out the correct statement.





✅ Correct Answer: 4

___ bit builds of mongod enable journaling by default.





✅ Correct Answer: 4

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





✅ Correct Answer: 4

What is the size of Chunk by default?





✅ Correct Answer: 1

Which of the following sets the database profiler level?





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

Point out the correct statement.





✅ Correct Answer: 2

The ___________ collection stores custom roles that administrators create and assign to users to provide access to specific resources.





✅ Correct Answer: 2

The _________ field provides the amount of resident memory in use.





✅ Correct Answer: 3

Point out the correct statement.





✅ Correct Answer: 2

When the TTL thread is active, you will see _______ operations in the output of db.currentOp().





✅ Correct Answer: 3

MongoDB stores tag sets in the replica set configuration object, which is the document returned by _____





✅ Correct Answer: 2

Which of the following represents Shared lock?





✅ Correct Answer: 1

On Linux, use the ______ command to check if disk I/O is a bottleneck for your database.





✅ Correct Answer: 3

Which of the following storage engine is supported by default?





✅ Correct Answer: 1

Point out the correct statement.





✅ Correct Answer: 2

All collections have a unique ________ lock that allows multiple clients to modify documents in different collections at the same time.





✅ Correct Answer: 2