Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

MongoDB Exam C100DBA Topic 1 Question 87 Discussion

Actual exam question for MongoDB's C100DBA exam
Question #: 87
Topic #: 1
[All C100DBA Questions]

You are in a sharded cluster. What will you do prior to initiating backup in sharded cluster?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Allene
4 days ago
B) db.stopserver() would be a great way to stop the server, but it won't help with the backup process in a sharded cluster. Guess I'll have to read the question more carefully next time.
upvoted 0 times
...
Shalon
6 days ago
A) db.stopBalancer() sounds like a good idea, but it's not the right command for a sharded cluster. Gotta love those tricky MongoDB questions!
upvoted 0 times
...
Nina
9 days ago
I was about to choose D) sh.stopserverQ, but then I remembered that's not a real MongoDB command. I'm glad I double-checked the options.
upvoted 0 times
...
Quentin
12 days ago
The correct answer is C) sh.stopBalancer(). You need to stop the balancer before taking a backup in a sharded cluster, otherwise the data might be in an inconsistent state.
upvoted 0 times
...
Rosalia
23 days ago
I'm not sure, but I think C) sh.stopBalancer() could also be a valid option
upvoted 0 times
...
Janae
25 days ago
I agree with Daron, stopping the balancer before backup makes sense
upvoted 0 times
...
Daron
1 months ago
I think the answer is A) db.stopBalancer()
upvoted 0 times
...

Save Cancel