Practice Using MongoDB

MongoDB provides a nice online tutorial where you can try it out in the shell!

Now that you have some experience, practice!

  1. Add your own movie
  2. Query for that movie
  3. Remove that movie from the collection

Resources

MongoDB's CRUD operations

There are lots ways you can use MongoDB programmatically (SDKs -- Software Development Kits), e.g., using Java.