0% found this document useful (0 votes)
35 views2 pages

Class Notes

Uploaded by

supritasssb7551
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Class Notes

Uploaded by

supritasssb7551
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Paper /Subject Code: 71317 /Emerging Technologies

(2% Hours) [Total Marks: 75]

N. B.: (1) All qucstions are compulsory.


(2) Make suitable assumptions wherever necessary and state the assumptions made.
(3) Answers to the same question must be written together.
(4) Numbers to the right indicate marks.
(5) Draw neat labeled diagrams wherever necessary.
(6) Use of Non-programmable calculators is allowed.

Attempt any three of the following: 15


a. What are the different V's of big data?
b. What are two facts about big data?
C. Explain the 4 categories of NoSQL databases.
d What is the difference between SQL database and MongoDB?
C. What are NRW notations? How read and writes implemented in NoSQL databases?
f. What is CAP heorem in NoSQL?

2. Attempt any three of the following: 15


Does MongoDB support polymorphism? Justify your answer.
b Explain MapReduce concept and its application in MongoDB.
C Write MongoDB queries to create, drop and manage indexes.
d Considera MongoDB database that has collection "students" with a given schema:

id: 1,
Name: "Full Name",
Age: 18,
Gender: "M",
Class: "TYIT",
Gradepoints: 10

Write MongoDB queries for following:


find all students who are younger than 17 (Age < 17)
find out all of the students with Gradepoints >= 8
find all students who belong to either class TYIT or SYIT
find out all students whose gender is either "M" or they belong to class TYIT
or SYIT and whose age is less than or equal to 16
V. find all students with names starting with "St" or Te" and whose class begins
with "TY"
C Explain the process of election for selecting a primary member in replica set.
What is sharding? List and explain sharding components.

66393 Page 1 of 2
Paper / Subject Code: 71317 /Emerging Technologies

3 Attempt auy threeof the following: 15


a What is the WiredTiger storage cngine in MongoDB?
Fxplain limilations of BSONdocument in MongoDB.
C. Explain Namespace (.ns File) in MMAPvl storage enginc of MongoDB.
What is GridFS in MongoDB?
Explain limitations of sharding in MongoDB.
f Design a schema for social networking website in MongoDB database.
4. Attempt gny threeof the following: 15
a Explain Spark architecture with neat diagram.
b Write ashort note on VoltDB database's partitioning.
C
Write ajQuery to demonstrate slideUp( ), slideDown () and slideToggle( ) methods.
d What is event propagation in jQuery?
e
What is DOM in jQuery? How it works?
f Write a short note on disk economics.

5 Attempt any three of the following: 15


Explain six structural character tokens in JSON.
b What is document.cookie? Explain functions of setCookie( )and getCookie ()
methods.
List and Cxplain various data types in JSON.
d Write a short note on JSONP.
Describe members of Web Storage API.
f. Write a short note on JSON.stringify() method.

66393 Page 2 of 2

You might also like