WEEK 8 : NoSQL Flashcards

1
Q

What is NoSQL?

A

A category of DBMS that provide a scalable and flexible approach to storing and achieving data, especially large amounts of structured and unstructured data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the characteristics of NoSQL?

A

Flexible data models, horizontal scalability and high availability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is JSON?

A

A lightweight, text based data interchange format used for structuring and representing data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is JSON used for?

A

Transmitting data between a server and web application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the characteristics of JSON?

A

Data structure, human readable, language agnostic, lightweight and supported data types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the NoSQL data based model types?

A

Document based, key value Stores, column family and graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Document Based Model?

A

The storing and structuring of data as self-contained documents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the characteristics of document based?

A

Flexible schema, documents collection and fields and values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly