Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.26 KB

MongoDB-Explorations

Repository Overview

This repository is designed to understand the core concepts of MongoDB, a powerful NoSQL database management system, and provides practice questions to reinforce this knowledge.

Contents

  • Learning Materials: Comprehensive guides and explanations of core MongoDB concepts.

  • Practice Questions: A collection of questions to test apply and the core concepts.

    Learning Materials

    • Fundamental Concepts
    • Sharding
    • Replica set
    • Index
    • Capped Collection
    • Journaling
    • CRUD operations
    • Aggregation pipelines
    • Data Modeling
    • Architecture

    Practice Questions

    • Basic Operations: Questions to test CRUD operations.
    • Aggregation: Exercises on the aggregation pipeline.
    • Joins: Questions to perform join operations

    Learning Materials : MongoDB Fundamentals

    Practice Questions : MongoDB Practice Questions