ExamGecko
Question list
Search
Search

Related questions

Question 19 - NCP-DB-6.5 discussion

Report
Export

What happens to the primary member in a MongoDB Server Cluster during the NDB patching process?

A.
It is patched last and is restored to its original state.
Answers
A.
It is patched last and is restored to its original state.
B.
It becomes a read-only member during the patching process.
Answers
B.
It becomes a read-only member during the patching process.
C.
It is skipped during the patching process to ensure no downtime.
Answers
C.
It is skipped during the patching process to ensure no downtime.
D.
It is patched first and then becomes a secondary member.
Answers
D.
It is patched first and then becomes a secondary member.
Suggested answer: D

Explanation:

According to the NDB documentation, the NDB patching process for MongoDB Server Cluster follows these steps1:

NDB identifies the primary member of the MongoDB Server Cluster and patches it first.

NDB triggers a failover to elect a new primary member from the remaining secondary members.

NDB patches the former primary member, which becomes a secondary member after the failover.

NDB patches the remaining secondary members one by one.

NDB verifies the patching status and the cluster health.

This process ensures that the MongoDB Server Cluster always has a primary member available to handle write operations, while minimizing the downtime and the impact on the cluster performance.

asked 23/09/2024
Loris Pastro
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first