Skip to content

Commit

Permalink
Add one question and answer on mongo assessment (Ebazhanov#2450)
Browse files Browse the repository at this point in the history
* add one question to mongodb-quiz.md

* Update mongodb-quiz.md

Co-authored-by: Emanuel Zhupa <ezhupa@helius-software.com>
Co-authored-by: Zhenja <evg.bazhanov@yahoo.com>
  • Loading branch information
3 people authored Oct 17, 2021
1 parent a293e04 commit f1d55e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mongodb/mongodb-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,12 @@
- [ ] Create an single field index in descending order, and do a query for the word.
- [x] Do a $text query.
- [ ] Create a $regex on the fields, and do a $regex query.

#### Q70. Which field is always included in a projection unless specifically excluded?

- [ ] index
- [ ] Name
- [x] _id
- [ ] row number

[Reference](https://docs.mongodb.com/manual/reference/operator/aggregation/project/#definition)

0 comments on commit f1d55e0

Please sign in to comment.