C100DBA試験無料問題集「MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) 認定」

The________operator can be used to identify an element in the array to be updated without explicitly specifying the position of the element.

In a collection that contains 100 post documents, what does the following command do? db. posts. find().skip(5).limit(5)

Which of the following is correct about MongoDB?

Which mongodb tool is used to report details on number of database operations in MongoDB?

What is the use of mongodump and mongorestore tools?

In a sharded replica set environment, the w Option provides ability for write concern and j Option provides ability for the data to be written on disk journal. Consider that we have a seven member replica set and we want to assure that the writes are committed to journal. What should be the value of j?

Which operations add new documents to a collection?

Which option can be used with update command so that a new document gets created if no matching document is found based on the query condition?

Using an arbiter allows one to easily ensure an odd number of voters in replica sets. Why is this important?

What is the defau size of a GridFS chunk?