最新的MongoDB Certified Developer Associate - C100DEV免費考試真題
Is MongoDB a NoSQL database?
正確答案: B
說明:(僅 Fast2test 成員可見)
Select all true statements regarding to schema validation in MongoDB.
正確答案: A,C
說明:(僅 Fast2test 成員可見)
Assign typical operational tasks to the Database Administrator.
正確答案: B
Select all true statements about setting up a replica set in MongoDB.
正確答案: B,C
說明:(僅 Fast2test 成員可見)
Select all default configurations for mongod.
正確答案: A,B,C,D
說明:(僅 Fast2test 成員可見)
Select true statements regarding to MongoDB. Check all that apply.
正確答案: A,B
說明:(僅 Fast2test 成員可見)
Select all true statements about indexes on a field with values of varying data types.
正確答案: B
說明:(僅 Fast2test 成員可見)
You have to create a simple configuration file for mongod instance. Here are the requirements of your mongod instance: * stores data files in /var/mongo/db * listens to connection from localhost * runs on port 27000 * uses authentication Which of the following configuration file meet these requirements?
正確答案: B
說明:(僅 Fast2test 成員可見)
Which of the following roles provides the same read-only privileges as read role on all databases except local and config?
正確答案: C
說明:(僅 Fast2test 成員可見)
Select all true statements about differences between using aggregate() and find() methods?
正確答案: C,D
說明:(僅 Fast2test 成員可見)
You have the following index in a movies collection: { "title": 1, "imdb.rating": -1, "imdb.votes": -1, "type": 1 } Can the following query use the given index for both filtering and sorting?
db.movies.find( { "title": { "$lt": "M" } } ).sort( { "imdb.votes": -1 } )
db.movies.find( { "title": { "$lt": "M" } } ).sort( { "imdb.votes": -1 } )
正確答案: A
說明:(僅 Fast2test 成員可見)
Select true statements about sorting & indexing performance.
正確答案: A,B,C
說明:(僅 Fast2test 成員可見)
Select all true statements regarding to transactions in MongoDB.
正確答案: A,B,C
說明:(僅 Fast2test 成員可見)