HomeRoadmaps › MongoDB Associate Developer
Official-docs-grounded developer path

MongoDB Associate Developer Certification Roadmap

Build query-first document modeling, precise CRUD, measured indexes, aggregation reasoning, resilient driver code, consistency decisions, and secure Atlas operations.

53 MCQ75 minutesOnline proctoredNo prerequisites5 phases
Verified format and allocation caveat: The official exam page confirms 53 multiple-choice questions, 75 minutes, online proctoring, and no prerequisites as verified August 21, 2026. The official study guide does not publicly expose weighted domains without enrollment. The allocation below is INTERNAL NON-OFFICIAL, not MongoDB's blueprint.

Internal non-official 50-question practice allocation

8 Document Model and Schema Design
12 CRUD and Query Operators
7 Indexes and Query Performance
9 Aggregation
5 Drivers Connections and Error Handling
4 Transactions and Data Consistency
5 Atlas Security and Operations

These are not official weights. They are a transparent practice distribution grounded in official MongoDB documentation.

1

Document thinking and schema constraints

Weeks 1–2
  • Translate reads, writes, ownership, cardinality, growth, and consistency into document boundaries
  • Compare embedding and referencing without copying a relational schema mechanically
  • Practice bounded arrays, subset, bucket, polymorphic, and computed patterns
  • Use BSON types deliberately, especially ObjectId, dates, decimal values, null, and missing
  • Add JSON Schema validation for stable invariants while retaining justified flexibility
  • Prove when single-document atomicity removes the need for a transaction
2

CRUD, arrays, and atomic application workflows

Weeks 3–4
  • Write exact filters with comparison, logical, element, evaluation, and array operators
  • Distinguish scalar-array matching, full-array equality, and same-element $elemMatch
  • Control projections and understand the _id exception
  • Use $set, $inc, $unset, $push, $addToSet, $pull, positional operators, and arrayFilters
  • Implement findOneAndUpdate claims, upserts, ordered/unordered bulk writes, and duplicate handling
  • Protect concurrent changes with conditional filters and version fields
3

Indexes, explain evidence, and aggregation

Weeks 5–6
  • Map query shapes to single, compound, multikey, unique, partial, sparse, TTL, and text index choices
  • Reason about equality, sort, range, prefixes, covered queries, and write amplification
  • Read explain plans and compare returned, keys examined, and documents examined
  • Build pipelines with $match, $project, $unwind, $group, $sort, $limit, and $count
  • Use type-aligned $lookup, $facet pagination, and expression operators
  • Test memory/disk behavior and writing stages such as $merge in an isolated database
4

Drivers, transactions, and consistency

Week 7
  • Use a current official driver and reuse a long-lived MongoClient with its connection pool
  • Protect connection strings, require TLS, encode reserved characters, and sanitize logs
  • Bound server-selection and operation waits and classify deterministic versus transient errors
  • Understand retryable reads/writes and idempotent business requests
  • Pass one session to every transaction operation and keep callbacks safe to retry
  • Select read concern, write concern, and read preference from explicit consistency requirements
5

Atlas operations, projects, and readiness

Week 8+
  • Separate Atlas organization/project roles from database users and privileges
  • Configure narrow network access or approved private connectivity
  • Use metrics, alerts, Query Profiler, Performance Advisor, and explain together
  • Configure and test backups where the selected tier supports them; replication is not historical recovery
  • Complete all three projects with failure injection and verified cleanup
  • Complete 50 original questions under a 75-minute timer and explain every distractor
  • Recheck the live exam page, enrolled study guide, current server docs, Atlas docs, and driver compatibility before scheduling

Three deep projects

Commerce data model

Build bounded product, review, order, and inventory models with validation, atomic CRUD, concurrency, and transaction evidence.

Indexed analytics workbench

Measure explain plans, compound and partial indexes, aggregation stages, joins, facets, and safe materialization.

Resilient Atlas service

Implement secure client reuse, timeouts, error classes, transaction retries, monitoring, and tested recovery.

Use every study surface

Official sources

Exam page

Verify format, delivery, prerequisites, and current policies.

MongoDB exam
Study guide

Enroll and review the current official preparation guide.

MongoDB study guide
Documentation

Use current server, Atlas, and driver behavior as technical source of truth.

MongoDB Docs

Frequently asked questions

What is the official exam format?

The official page verified August 21, 2026 states 53 multiple-choice questions, 75 minutes, online proctored, and no prerequisites. Recheck immediately before scheduling.

Are the seven area counts MongoDB weights?

No. The public study-guide page does not expose weights without enrollment. The 8/12/7/9/5/4/5 distribution is explicitly INTERNAL NON-OFFICIAL practice allocation.

How should version differences be handled?

Record server, Atlas tier, feature compatibility, shell, driver, and language runtime. Check current official docs and compatibility matrices because defaults and features change.

Do I need Atlas?

Atlas is valuable for network, database-user, monitoring, performance, and backup practice. Modeling, CRUD, indexes, and aggregation can also be practiced locally in an authorized environment.

Are these questions copied from a third-party course or the exam?

No. All authored material is independent and grounded in official MongoDB documentation, with no third-party course or recalled exam questions.

What indicates readiness?

Consistent timed practice plus the ability to design schemas, explain query behavior, measure indexes, build pipelines, handle driver/transaction failures, secure access, restore data, and explain version caveats.

Independence and version disclaimer: PrepKloud is independent and not affiliated with or endorsed by MongoDB. MongoDB names belong to their owner. This roadmap does not guarantee a pass or reproduce exam content. Exam terms, learning pages, server behavior, Atlas capabilities, drivers, and defaults change. Verify official sources, use authorized synthetic labs, protect credentials, and obtain production review.

Turn the roadmap into evidence

Start questionsReview cardsBuild projects