Data Intensive Applications Flashcards

1
Q

How was data historically stored?

A

Data was stored in single serve systems, with the data being static and not changing in data structure. These systems would require specialised personnel to maintain them.

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

What are the limitations of a single server system?

A

It has low availability and fault tolerance,, as if one thing goes down everything is affected, it can’t easily be scaled, it is difficult to make big changes to the system. his all makes it very hard for companies to change in response to demand.

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

What functionality is required of a data system?

A

Caching, Indexing, Batch Processing, must act as a database.

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

What is caching?

A

The ability of a system to store results of expensive operitons to allow for quick access later.

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

What is indexing?

A

The ability fo a system to allow users to efficiently search the data.

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

What is batch processing?

A

The ability of a system to run specific routines on large amounts of data.

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

What does it mean for a system to be a database?

A

The system can store data so that it can be retrieved later.

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

What does it mean for a system to be reliable?

A

A system that performs the functions a user expected, can tolerate user errors, has good enough performance for the required use case under the expected load and data volume, prevents unauthorised access and abuse.

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

What is a resilient system?

A

A system that can cope with increased load and is capable of handling and dealing with faults and problems. A system that doesn’t crash.

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

What is a fault?

A

When one component of the system works in an unexpected way.

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

What is a failure?

A

When the entire system stops providing the service

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

What are the main differences between hardware and software faults?

A

Hardware faults are expected, and systems are designed to account for these. Software faults are harder to anticipate and can present on many nodes of a system,m causing widespread system failure.

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

What is scalability?

A

A system’s ability to cope with increased load.

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

How is system performance measures?

A

Performance values are dynamic and can vary widely, even for the same request. These are a distribution of values showing which fraction of users are experiencing performance level within the expected range.

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

What is maintainability?

A

The overall cost to keep a system operational and updated.

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

What is Operability?

A

How easy it is for the operations team to keep a system running.

16
Q

What is Simplicity?

A

How easy it is for new people working on the system to understand it.

17
Q

What is Evolvability?

A

How easy it is for engineers to make changes and updates to the system.

18
Q

What are the roles of the Operations Team?

A

Monitoring the health of the system, Tracking down the cause of problems, Keeping software and platforms up to date, performing complex maintenance tasks.