C100DBA Exam Question 1
Which of the following is correct about MongoDB?
C100DBA Exam Question 2
MongoDB is a schema-less design.
C100DBA Exam Question 3
Write the command(s) are correct to enable sharding on a database "testdb" and shard a collection "testCollection" with _id as shard key.


C100DBA Exam Question 4
Which of the following collections stores authentication credentials in MongoDB?
C100DBA Exam Question 5
What is the output of following two commands in MongoDB: db. posts. insert({n_id":l}) db.posts.insert({"_id":l})
