CA 504 : Mongo DB (2019 Pattern) Question Paper Aug 2022 || Previous year question paper BBACA

CA 504 : Mongo DB (2019 Pattern) 

Question Paper Aug 2022 

BBA(CA) (Semester - V) 



Q 1) Answer the following (any 8): 

a) Define NOSQL database.

b) List MongoDB data types.

c) List MongoDB Tools.

d) What is Document in MongoDB

e) Explain Aggregation in MongoDB?

f) What are indexes in MongoDB?

g) Write basic syntax of insert one () method.

h) Write basic syntax of remove () method.

i) What is embedding?

j) Explain one_to_many relationship with example


Q 2) Answer the following (any 4):

a) Explain analogy between RDBMS & MongoDB 

b) Explain Mongo shell commands with example 

i) Create database

ii) Delete database

c) Explain with syntax how to insert and save the documents.

d) Write a note on MongoDB CRUD concerns. (Read and write operations).

e) Explain applications of MOSQL database.


Q 3) Answer the following (any 4):

a) Explain the advantages of MongoDB.

b) Explain MongoDB Architecture.

c) Explain Types of Aggregation in detail.

d) Write a note on MongoDB monitoring tools. 

e) Explain how to export and import data to and from MongoDB.


Q 4) Solve the following:

a) Create a collection 'Shopping'.

b) Create a new document in 'Shopping collection having ID = 01. 

c) Write a command to show the of 'Shopping'.

e) Display the details of 'Shopping' by 'FINDONE' command.

d) Show the details of 'Shopping by 'FIND' command.

f) Display the detail of 'Shopping whose price is greater than 3000.

g) Display ID, shopping item, price, use "PRETTY()'.

h) Display details of shopping having price 500 and delivery in 3 days.


Q5) Solve the following (any 2)

a) Explain Backup and Recovery methods used for MongoDB.

b) Why MongoDB is the best MOSQL database?

c) Which languages can we use with MongoDB?

Post a Comment

0 Comments