Q 3 MongoDB

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Q.

1) Create a NOSQL DB on “Order management System” using MongoDB and implement


following operations on document.
 Insert (batch insert, insert validation)
 Save
 Remove
 Update
 Replace Document
 Usage of modifiers
 Upserts
 Update Multiple documents
 Return updated documents

Q.2) Execute at least 10 queries on above MongoDB database(Q.1) that demonstrates following
querying techniques:
 Find
 FindOne (specific values)
 Conditional queries (Query conditionals, OR queries, $not, Conditional semantics)
 Type-specific queries (Null, Regular expression, Querying arrays)

Q.3) Execute at least 10 queries on above MongoDB database(Q.1) that demonstrates following:
 $ where queries
 Cursors (Limits, skips, sorts, advanced query options)
 Database commands

You might also like