Next Generation Technologies (November – 2018) [Choice Based | Question Paper]

Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]

NOTES – 
(1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non – Programmable Calculator is allowed.

Q.1 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What is Big Data? What are the different Sources of Big Data?
(B) Compare ACID Vs BASE.
(C) With the help of a neat diagram explain, the CAP Theorem.
(D) What are the advantages and disadvantages of NoSQL Databases?
(E) What are the different categories of NoSQL Database? Explain each with an example.
(F) What are the different Challenges Big Data Posses?

Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Consider a Collection users containing the following fields:
           {
      id: ObjectID(),
      FName: "First Name",
      LName: "Last Name",
      Age: 30,
      Gender: "M",
      Country: "Country"
      }
(B) Write the Mongo dB command to create the following with an example:
      (i) Database
      (ii) Collection
      (iii) Document
      (iv) Drop Collection
      (v) Drop Database
      (vi) Index
(C) Write a short note on Capped collection.
(D) List and explain the different conditional operators in MongoDB.
(E) Explain the two ways MongoDB enables Distribution of the Data in Sharding.
(F) List and explain the 3 Core Components in the MongoDB Package.

Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) List and explain the limitations of Sharding.
(B) What is Data Storage Engine? Which is the Default Storage Engine in MongoDB? Also compare MMAP and Wired Tiger Storage Engines.
(C) "With the rise of the Smartphone, it’s becoming very common to query for things near a current location". Explain the different indexes used by MongoDB to support such Location-Based Queries.
(D) What is Journaling? Explain the importance of Journaling with the help of a neat diagram.
(E) Write a short note on Replication Lag.
(F) Explain "GridFS – The MongoDB File System" with the help of a neat diagram.

Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain TimesTen Architecture with the help of a neat diagram.
(B) Write a jQuery Code to Change Text contents of the elements on Button Click.
(C) Explain how we can create our own custom event in jQuery with an example.
(D) What is Ajax? What is the use of Ajax? Explain how Ajax can be used with jQuery.
(E) Explain how to add and remove Elements to DOM in jQuery with an example.
(F) Write a jQuery Code to add a CSS Class to the HTML Elements.

Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain the use of json_encode and json_decode Function with an example.
(B) List and explain any 5 XMLHttpRequest Event Handlers used for Monitoring the Progress of the HTTP Request.
(C) What is the use of Stringify Function? What are the different parameters that can be passed in Stringify Function? Explain with an example.
(D) Write a short note on JSON Arrays.
(E) List and explain the different methods of a Cradle Wrapper.
(F) "JSON is better than XML". Comment.



Question Paper

0 Comments