NoSQL Flashcards

1
Q

Eventual Consistency:

What is eventual consistency?

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

CAP Theorem:

Brewer’s Theorem, most commonly known as the CAP theorem, states that in the presence of a network partition (the P in CAP), a system’s designer has to choose between consistency (the C in CAP) and availability (the A in CAP). Can you think about examples of CP, AP, and CA systems?

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

NoSQL:

How would you explain the recent rise in interest in NoSQL?

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

NoSQL and Scalability:

How does NoSQL tackle scalability challenges?

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

Document and Relational DBs:

When would you use a document database like MongoDB instead of a relational database like MySQL or PostgreSQL?

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