Where is collection metadata stored in a sharded cluster?
Which of the following commands are valid to start a mongod?
Select all true statements regarding to replication in MongoDB.
There is a collection named products in MongoDB database. Your coworker wants to know how many products are in this collection (number of documents in the collection).
Which query should you use? (select 2)
Given a companies collection where each document has the following structure:
{ _id: ObjectId('61a8b90c6d5ce6a7d8fef95e'), name: 'Facebook', tag_list: ['facebook', 'college', 'students', 'network'], description: 'Social network' }
Which of the following commands will add new fields to the updated documents?