CA NoSQL DaaS 2024
CA NoSQL DaaS 2024
QUESTIONS:
1) Define properly NoSQL
2) Traditional RDBMS applications have focused on ACID transactions. What is ACID
stand for?
3) What is the relationship between CAP, ACID and NoSQL?
4) List 4 advantages of NoSQL
5) List four types of data model (Storage types) in NoSQL with an example of a
popular and powerful NoSQL Database at each one.
6) What are the differences between NoSQL and RDBMS
7) What are the approach of NoSQL
8) Base on the knowledge you have acquire on the types of NoSQL we have
experiment in class answer the following questions by providing the commands:
a. Create a database called ShoppingDB
b. Get a summary of the database.
c. Assuming that the content is stored in the data.json file, adding the
document to the store using document-uuid as the ID as provided in the
document.
d. Retrieve the document knowing that _id is document-uuid; and _rev is 1-
Revision-UUID;
e. Update the document by defining name as “TSEKANE ADI”. Note that the
revision that is being updated is required and that it has been updated: what
will be the response?
f. Delete the document.
g. Create a collection: userprofile
h. Inserting a record into userprofile collection
Page 1|2
Page 2|2