100+ Free MongoDB Developer Associate Practice Questions
Pass your MongoDB Associate Developer Certification exam on the first try — instant access, no signup required.
What does the $type query operator do?
Explore More MongoDB Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Key Facts: MongoDB Developer Associate Exam
60
Exam Questions
MongoDB
90 min
Exam Duration
MongoDB
600
Passing Score (scaled)
MongoDB
$150
Exam Fee
MongoDB
3 years
Certification Validity
MongoDB
Online
Exam Delivery
Examity proctored
The MongoDB Associate Developer exam has 60 questions in 90 minutes with a scaled passing score of 600. Key domains: CRUD Operations (~20%), Aggregation (~20%), Indexing (~15%), Data Modeling (~15%), Drivers and Tools (~15%), Transactions and Search (~15%). No formal prerequisites; 6+ months of development experience recommended. Exam fee is $150. Valid for 3 years. Online proctored via Examity.
Sample MongoDB Developer Associate Practice Questions
Try these sample questions to test your MongoDB Developer Associate exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1Which mongosh command inserts a single document into the 'orders' collection?
2Which query returns all documents in the 'products' collection where the price is greater than 100 and the category is 'electronics'?
3What does the following aggregation pipeline return? db.sales.aggregate([ { $match: { status: 'completed' } }, { $group: { _id: '$region', total: { $sum: '$amount' } } } ])
4In an aggregation pipeline, which stage would you use to join documents from a 'customers' collection into an 'orders' collection based on a matching customer ID?
5You want to create a compound index on the 'orders' collection to efficiently support queries that filter on 'customerId' and sort by 'orderDate' descending. Which command is correct?
6What type of index should you create to efficiently query documents where the 'tags' field is an array and you need to find documents containing a specific tag value?
7Which aggregation stage would you use to reshape documents so that only the 'name' and 'email' fields are included in the output?
8What is the purpose of the $unwind aggregation stage?
9Which update operator adds a value to an array field only if the value does not already exist in the array?
10When using the MongoDB Node.js driver, which method on a MongoClient object is used to obtain a reference to a specific database?
About the MongoDB Developer Associate Exam
The MongoDB Associate Developer certification validates foundational skills building applications with MongoDB. It tests knowledge of CRUD operations, the aggregation pipeline, indexing strategies, data modeling, using official drivers, and multi-document transactions. It is delivered online via Examity and is valid for 3 years.
Questions
60 scored questions
Time Limit
90 minutes
Passing Score
600 (scaled)
Exam Fee
$150 (Examity (online proctored))
MongoDB Developer Associate Exam Content Outline
CRUD Operations
Create, read, update, and delete operations using mongosh and drivers; query operators including comparison, logical, element, and array operators; projection and sorting
Aggregation
Building aggregation pipelines with $match, $group, $project, $sort, $limit, $skip, $lookup for joins, $unwind for arrays, $addFields, $count, and $out for writing results
Indexing
Single-field, compound, multikey (array), text, and wildcard indexes; using explain() to analyze query plans; covered queries; index intersection; partial and sparse indexes
Data Modeling
Embedding vs referencing trade-offs; one-to-many and many-to-many relationships; schema design patterns (bucket, outlier, computed); schema validation with $jsonSchema
Drivers and Tools
Connecting to MongoDB with official drivers (Node.js, Python, Java); MongoClient usage; mongosh shell commands; MongoDB Compass GUI; Atlas Data Explorer; connection strings (SRV format)
Transactions and Search
Multi-document ACID transactions with sessions; read concern and write concern levels; retryable writes; Atlas Search index configuration and the $search aggregation stage
How to Pass the MongoDB Developer Associate Exam
What You Need to Know
- Passing score: 600 (scaled)
- Exam length: 60 questions
- Time limit: 90 minutes
- Exam fee: $150
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
MongoDB Developer Associate Study Tips from Top Performers
Frequently Asked Questions
What is the MongoDB Associate Developer exam?
The MongoDB Associate Developer exam validates skills in building applications with MongoDB. It covers CRUD operations, aggregation pipelines, indexing, data modeling, official drivers, and transactions. The exam has 60 questions, 90 minutes, and requires a scaled score of 600 to pass. It is delivered online via Examity.
How much does the MongoDB Developer Associate exam cost?
The MongoDB Associate Developer exam costs $150 USD. The certification is valid for 3 years after passing. MongoDB University free courses (M001, M100, M121) are available to help you prepare at no additional cost.
What is the passing score for the MongoDB Developer Associate exam?
The passing score is 600 on a scaled score range of 200–800. You must answer approximately 75% of questions correctly. Results are provided immediately after completing the online proctored exam.
What are the main topics on the MongoDB Developer Associate exam?
The exam covers six domains: CRUD Operations (~20%), Aggregation Pipeline (~20%), Indexing (~15%), Data Modeling (~15%), Drivers and Tools (~15%), and Transactions and Atlas Search (~15%). Aggregation pipeline stages and query operators are heavily tested.
Do I need prerequisites for the MongoDB Developer Associate exam?
No formal prerequisites are required, but MongoDB recommends at least 6 months of application development experience using MongoDB. Completing free MongoDB University courses M001 (Basics), M100 (Atlas Essentials), and M121 (Aggregation) is strongly recommended.
How long is the MongoDB Developer Associate certification valid?
The MongoDB Associate Developer certification is valid for 3 years from the date you pass the exam. After 3 years, you must recertify by passing the current version of the exam to maintain your certification status.