Using an arbiter allows one to easily ensure an odd number of voters in replica sets.
Why is this important?
Reveal answer details Close answer details
Correct answerB
MongoDB · C100DBA
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
Using an arbiter allows one to easily ensure an odd number of voters in replica sets. Why is this important? Reveal answer details Close answer detailsCorrect answerB
Single choice
Update If Correct is an approach for which of the following concepts in MongoDB: Reveal answer details Close answer detailsCorrect answerA
Single choice
In a sharded cluster, from which node does one stop the balancer process before initiating backup? Reveal answer details Close answer detailsCorrect answerD
Single choice
You are in a sharded cluster. What will you do prior to initiating backup in sharded cluster? Reveal answer details Close answer detailsCorrect answerC
Single choice
Consider the following document from the products collection: ![]() What does the following query using $elemMatch return? db.products.find( { product_code: Reveal answer details Close answer detailsCorrect answerB
Single choice
What is the maximum size of Index Key Limit and Number of Indexes per collection? Reveal answer details Close answer detailsCorrect answerA
Single choice
JSON stands for Reveal answer details Close answer detailsCorrect answerA
Single choice
Which option can be used with update command so that a new document gets created if no matching document is found based on the query condition? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which mongodb tool is used to report details on number of database operations in MongoDB? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which of the tags in a replica set configuration specify the operations to be read from the node with the least network latency? Reveal answer details Close answer detailsCorrect answerC
Single choice
In a collection that contains 100 post documents, what does the following command do? db. posts. find ().skip(5).limit(5) Reveal answer details Close answer detailsCorrect answerB
Single choice
What does the output x of the following MongoDB aggregation query result into; db.posts.aggregate Reveal answer details Close answer detailsCorrect answerD
Single choice
The MongoDB explain() method does not support which of the following verbosity mode: Reveal answer details Close answer detailsCorrect answerA
Single choice
You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following about Capped Collections is correct? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
FILL BLANK Below is a sample document of "orders" collection ![]() Reveal answer details Close answer detailsAccepted answer$project
Single choice
What is the maximum size of a MongoDB document? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
Dada una coleccion, cuales devuelve con la siguiente query db.coleccion.find Reveal answer details Close answer detailsCorrect answersA, D
Single choice
Which of the following operators is used to updated a document partially? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which mongodb tool is used to report details on number of database operations in MongoDB? Reveal answer details Close answer detailsCorrect answerB |