최신MongoDB Certified Developer Associate - C100DEV무료샘플문제
문제1
Suppose you have a sales collection with the following document structure: { _id: ObjectId("5bd761dcae323e45a93ccfe8"), saleDate: ISODate("2015-03-23T21:06:49.506Z"), items: [ { name: 'printer paper', tags: [ 'office', 'stationary' ], price: Decimal128("40.01"), quantity: 2 } { name: 'pens', tags: [ 'writing', 'office', 'school', 'stationary' ], price: Decimal128("56.12"), quantity: 5 }, { name: 'notepad', tags: [ 'office', 'writing', 'school' ], price: Decimal128("18.47"), quantity: 2 } ], storeLocation: 'Denver', couponUsed: true, purchaseMethod: 'Online' } Which of the following queries will return all document sales with 'printer paper' sold?
Suppose you have a sales collection with the following document structure: { _id: ObjectId("5bd761dcae323e45a93ccfe8"), saleDate: ISODate("2015-03-23T21:06:49.506Z"), items: [ { name: 'printer paper', tags: [ 'office', 'stationary' ], price: Decimal128("40.01"), quantity: 2 } { name: 'pens', tags: [ 'writing', 'office', 'school', 'stationary' ], price: Decimal128("56.12"), quantity: 5 }, { name: 'notepad', tags: [ 'office', 'writing', 'school' ], price: Decimal128("18.47"), quantity: 2 } ], storeLocation: 'Denver', couponUsed: true, purchaseMethod: 'Online' } Which of the following queries will return all document sales with 'printer paper' sold?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
How to display MongoDB configuration file from command line?
How to display MongoDB configuration file from command line?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
Which collection method can you use to build the index?
Which collection method can you use to build the index?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
MongoDB can benefit from adding more RAM to your servers.
MongoDB can benefit from adding more RAM to your servers.
정답: A
문제5
Select all options where you should use sharding.
Select all options where you should use sharding.
정답: A,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
Select all true statements about auto bucketing feature in Aggregation Framework. ($bucketAuto stage)
Select all true statements about auto bucketing feature in Aggregation Framework. ($bucketAuto stage)
정답: A,B,C
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
Why is MongoDB a NoSQL database?
Why is MongoDB a NoSQL database?
정답: A,B
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
Select all true statements regarding to replica sets in MongoDB.
Select all true statements regarding to replica sets in MongoDB.
정답: A,C
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
What is data modeling in MongoDB world?
What is data modeling in MongoDB world?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
Suppose you have a posts collection of documents in your social_app database.
What namespace are these documents stored in?
Suppose you have a posts collection of documents in your social_app database.
What namespace are these documents stored in?
정답: A
문제11
Which of the following commands can you use to exports data in BSON format from a MongoDB cluster?
Which of the following commands can you use to exports data in BSON format from a MongoDB cluster?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)