Suposse tou have the following collection with only 2 documents:
If you run an aggregation query and use { $unwind: "$traits" } as the first stage, how many documents will be passed to the next stage of the aggregation pipeline?
Answer : B
Which of the following is supported by MongoDB?
Answer : C
Which of the following does MongoDB use to provide High Availability and fault tolerance?
Answer : C
Which of the following node is used during election in a replication cluster?
Answer : B
Which of the following index would be optimum for the query?
Select all valid. db.test.find( { a : 5, c : 2 })
Answer : B, C
Mongodb does provide high availability via which option?
Answer : A
The MongoDB explain() method does not support which of the following verbosity mode:
Answer : A