Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

MongoDB Exam C100DBA Topic 1 Question 109 Discussion

Actual exam question for MongoDB's C100DBA exam
Question #: 109
Topic #: 1
[All C100DBA Questions]

Consider that our posts collection contains an array field called tags that contains tags that the user enters. {

Which of the following commands will find all the posts that have been tagged as tutorial.

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Mindy
5 days ago
C) db.posts.find( { tags : tutorial } ); is the correct answer. It's a simple and straightforward way to query for posts with the 'tutorial' tag.
upvoted 0 times
...
Thea
5 days ago
I think the answer is A.
upvoted 0 times
...

Save Cancel