MongoDB Question:
Download Questions PDF

Explain how does sharding work with replication?

MongoDB Interview Question
MongoDB Interview Question

Answer:

Each shard is a logical collection of partitioned data. The shard could consist of a single server or a cluster of replicas. We recommmend using a replica set for each shard.

Download MongoDB Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me should I start out with sharded or with a non-sharded MongoDB environment?Tell me when will data be on more than one shard?