Database / MongoDB Interview questions
What are the core components of MongoDB package?
The core components in the MongoDB package are:
- mongod, the core database process.
- mongos the controller and query router for sharded clusters.
- and mongo the interactive MongoDB Shell.
More Related questions...