mongoDB Syllabus
mongoDB Syllabus
‐----------------‐------------------------------------------------------------------------------------
Course objectives:
Experiments
2 a. Develop a MongoDB query to select certain fields and ignore some fields of the
documents from any collection.
b. Develop a MongoDB query to display the first 5 documents from the results obtained
in a. [use of limit and find]
3 a. Execute query selectors (comparison selectors, logical selectors ) and list out the
results on any collection
b. Execute query selectors (Geospatial selectors, Bitwise selectors ) and list out the
results on any collection
4 Create and demonstrate how projection operators ($, $elematch and $slice) would be
used in the MongoDB.
[Refer: Book 3 Chapter 14]
7 a. Find all listings with listing_url, name, address, host_picture_url in the listings And
Reviews collection that have a host with a picture url
9 a. Develop a query to demonstrate Text search using catalog data collection for a
given word b. Develop queries to illustrate excluding documents with certain words and
phrases [Refer: Book 2: Chapter 9]
BOOK 2: “MongoDB in Action” by KYLE BANKER et. Al. 2 nd ed, Manning publication, 2016
BOOK 3: “MongoDB Complete Guide” by Manu Sharma 1 st ed, bpb publication, 2023.