Which of the following statements is true regarding MongoDB's architecture?
The MongoDB shell ('mongo') is a graphical user interface for managing the database.
The 'mongos' process directly stores data in a sharded cluster.
The 'mongod' process is responsible for handling data storage and client requests.
Config servers store the actual data chunks in a sharded environment.
This question is part of this quiz :
MongoDB Data Model Quiz