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

CA NoSQL DaaS 2024

The document provides instructions for a NoSQL exam asking students to define NoSQL, explain ACID and its relationship to CAP and NoSQL, list advantages and types of NoSQL databases with examples, and differences between NoSQL and RDBMS. It also provides exercises to create and manipulate a NoSQL database.
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)
47 views2 pages

CA NoSQL DaaS 2024

The document provides instructions for a NoSQL exam asking students to define NoSQL, explain ACID and its relationship to CAP and NoSQL, list advantages and types of NoSQL databases with examples, and differences between NoSQL and RDBMS. It also provides exercises to create and manipulate a NoSQL database.
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

BACHELOR OF TECHNOLOGY

2023/2024 Academic year


SEMESTER EXAM
Option : SOFTWARE ENGINEERING Level: 300
Course code/ Title: /Introduction to NoSQL and DaaS Credit value 4
Time: Date: Venue:
Course instructor Mr. TSEKANE ADI Landry
INSTRUCTIONS
The paper is made of 3 independents exercises. Present your work neatly, Label your answers properly and use
good English. You are requested to provide all the relevant details in your answers, and to display all the necessary
calculations where necessary.

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

You might also like