My experience with MongoDB has so far been interesting. After signing up, I got an email from someone at MongoDB to have a meeting to discuss setting things up and getting started. During our conversation, I found myself more confused rather than less and after starting the Introduction online course I found it made me think that I had my definition of a Cluster and a Collection wrong.
A Cluster is multiple instances of MongoDB code running to form one server instance via sharding and/or replication. This is how you scale and protect data services.
A Collection is the MongoDB equivalent of a SQL relational database TABLE.