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

Governement Engineering College, Modasa

Assignment List
Branch: IT
Subject: BIG DATA ANALYTICS(2171607)

Assignment 2

1. What is NoSQL database? Explain with example.


2. List the differences between NoSQL and relational databases.
3. Explain in brief various types of NoSQL databases in practice.
4. List advantages of NoSQL.
5. List the differences between NoSQL and NewSQL.

Assignment 3
1. What is Mongo DB? Explain in brief key features of Mongo DB.
2. Explain basic CRUD operations in Mongo DB with proper example.
3. Explain Aggregation and Indexing for MongoDB.
4. Explain Replication and scaling feature of MongoDB.
5. Explain find() method of MongoDB with an example.
6. Requirement specification for a meeting dashboard application in an organization is as
follows:
 Any member in an organization can host a meeting and send an invitation to other
members within an organization.
 Invitees can accept or reject the meeting with proper reason.
 Every meeting has the title, timestamp and place/location associated.
 Every meeting has predefined agendas and documents associated.
 Meeting discussion concludes with identifying tasks to accomplish.
 Every task has title, priority, deadline and note associated with it. Task can be
assigned to any attendee of meeting.
For this set of requirements design a Mongo DB schema.

You might also like