Skip to content

Commit 948483d

Browse files
KL2400040448kinglokesh2203gmail.com
andauthored
Fix MongoDB Q97 wrong answer and correct Q103 wording (#7246)
* Fix Q69 ambiguous box model question (#6923) * Fix MongoDB Q97 wrong answer and correct Q103 wording (#6899) --------- Co-authored-by: kinglokesh2203gmail.com <your_email@example.com>
1 parent c816be7 commit 948483d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mongodb/mongodb-quiz.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -820,12 +820,13 @@ _Explanation_ : MongoDB's primary advantage as a NoSQL database over traditional
820820
- [ ] It is responsible for data replication
821821
- [ ] It is a tool for importing and exporting data
822822

823-
#### Q103. Which method is used to remove a document from a collection in MongoDB?
823+
#### Q103. Which method is used to remove a single document from a collection in MongoDB?
824+
825+
- [x] deleteOne()
826+
- [ ] removeOne()
827+
- [ ] drop()
828+
- [ ] remove()
824829

825-
- [x] `deleteOne()`
826-
- [ ] `removeOne()`
827-
- [ ] `drop()`
828-
- [ ] `remove()`
829830

830831
#### Q104. What is a GridFS in MongoDB?
831832

0 commit comments

Comments
 (0)