1.

Point out the correct statement.(a) The local database supports sharded cluster operation(b) The config database is a dependable API, and users should not write data to the config database in the course of normal operation or maintenance(c) Modification of the config database on a functioning system may lead to instability or inconsistent data sets(d) All of the mentionedThe question was posed to me during an interview.This interesting question is from Cluster Deployment in division Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

Right option is (C) Modification of the config DATABASE on a functioning system may lead to instability or INCONSISTENT data sets

The explanation is: If you MUST modify the config database, use MONGODUMP to create a full backup of the config database.



Discussion

No Comment Found

Related InterviewSolutions