This document provides an overview of MongoDB and examples of CRUD operations. It discusses setting up a MongoDB directory and starting the server and shell. It then demonstrates creating, reading, updating, and deleting documents. Examples show inserting single documents and bulk inserting 1000 documents with random scores. Queries are demonstrated using find() with filters. Updates are shown using update() with $set and $push operators. Hands-on exercises are provided to practice CRUD operations on sample datasets.