Create Fault Tolerant MongoDB Cluster

Set up the Replica Configuration for each MongoDB server.
Use a Replica set connection string to access the MongoDB database using Python's PyMongo.
Simulate server fault by stopping a MongoDB server and Observe one of the Secondary servers replacing the primary server using the Mongo Shell.