100+ Free MongoDB DBA Associate Practice Questions
Pass your MongoDB Associate DBA Certification exam on the first try — instant access, no signup required.
What does rs.stepDown() do when run on the primary?
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 DBA 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 DBA exam has 60 questions in 90 minutes with a scaled passing score of 600. Key domains: Replication (~20%), Sharding (~20%), Backup and Restore (~15%), Security (~15%), Monitoring and Performance (~15%), Server Administration (~15%). Exam fee is $150. Valid for 3 years. Online proctored via Examity.
Sample MongoDB DBA Associate Practice Questions
Try these sample questions to test your MongoDB DBA 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 initializes a replica set on a standalone mongod instance?
2What does rs.add('host:27017') do in a replica set context?
3What is the minimum number of voting members required in a replica set to hold an election and maintain a primary?
4What is the oplog in MongoDB replication?
5What does rs.stepDown() do when run on the primary?
6What is the purpose of an arbiter in a MongoDB replica set?
7Which mongodump flag creates a backup while reading from a replica set secondary to avoid impacting the primary?
8What does mongodump --oplog do when backing up a replica set?
9Which command restores a database backup created with mongodump?
10What is the primary advantage of using filesystem snapshots for MongoDB backup over mongodump?
About the MongoDB DBA Associate Exam
The MongoDB Associate DBA certification validates skills in deploying, managing, and securing MongoDB servers and clusters. It tests knowledge of replica set administration, sharding architecture, backup and restore procedures, security configuration, performance monitoring, and server administration. 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 DBA Associate Exam Content Outline
Replication
Replica set initialization (rs.initiate()), adding members (rs.add()), checking status (rs.status()), primary elections, oplog sizing, read preferences (primary, primaryPreferred, secondary, nearest), write concerns, and delayed replica configuration
Sharding
Sharded cluster components (mongos, config servers, shards), shard key selection criteria, hashed vs ranged partitioning, enabling sharding (sh.enableSharding()), sharding a collection (sh.shardCollection()), chunk migration, and balancer management
Backup and Restore
mongodump and mongorestore for logical backups; mongoimport and mongoexport for data exchange; filesystem snapshots for block-level backups; point-in-time recovery; backup strategies for replica sets and sharded clusters
Security
Authentication mechanisms (SCRAM-SHA-256, x.509 certificates, LDAP/Kerberos); role-based access control (built-in roles: read, readWrite, dbAdmin, clusterAdmin); TLS/SSL configuration; encryption at rest with WiredTiger; MongoDB auditing
Monitoring and Performance
Real-time monitoring with mongostat and mongotop; db.currentOp() for in-progress operations; db.serverStatus() for server metrics; slow query log analysis; explain() execution plans; db.killOp() for long-running queries
Server Administration
mongod configuration file (mongod.conf) options; WiredTiger storage engine cache settings; log verbosity and rotation; rolling upgrade procedures; connection pool settings; journaling and checkpointing
How to Pass the MongoDB DBA 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 DBA Associate Study Tips from Top Performers
Frequently Asked Questions
What is the MongoDB Associate DBA exam?
The MongoDB Associate DBA exam validates database administration skills including replica set management, sharding, backup and restore, security configuration, performance monitoring, and server administration. The exam has 60 questions, 90 minutes, and requires a scaled score of 600 to pass.
How much does the MongoDB DBA Associate exam cost?
The MongoDB Associate DBA exam costs $150 USD. The certification is valid for 3 years. Free preparation resources include MongoDB University courses M103 (Basic Cluster Administration), M201 (Performance), and M310 (Security).
What is the passing score for the MongoDB DBA Associate exam?
The passing score is 600 on a scaled score range of 200–800. Results are provided immediately after completing the online proctored exam through Examity. Candidates who do not pass must wait before retaking.
What are the main topics on the MongoDB DBA Associate exam?
The exam covers six domains: Replication (~20%), Sharding (~20%), Backup and Restore (~15%), Security (~15%), Monitoring and Performance (~15%), and Server Administration (~15%). Replication and sharding together account for ~40% of the exam.
What MongoDB tools should I know for the DBA exam?
Key tools include: mongodump/mongorestore for backups, mongostat/mongotop for real-time monitoring, mongosh for administration, mongod.conf for server configuration, db.serverStatus() and db.currentOp() for diagnostics, and explain() for query plan analysis.
How long is the MongoDB DBA Associate certification valid?
The MongoDB Associate DBA certification is valid for 3 years. After 3 years, you must pass the current version of the exam to recertify and maintain your certified status.