In a sharded MongoDB cluster, what is the role of the 'mongos' instance?
It stores a subset of the data.
It acts as a query router, directing client requests to the correct shard.
It manages the metadata for the cluster.
It provides a command-line interface for interacting with the cluster.
This question is part of this quiz :
MongoDB Data Model Quiz