Theory: Big Data Flashcards

1
Q

Give the three defining features of big data

A

-volume
-velocity
-variety

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

Describe the volume feature of big data

A

-too much data to fit in a conventional hard drive or on a server. Data is therefore stored across multiple servers, each composed of many hard drives.

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

Describe the velocity feature of Big Data

A

Refers to the rapid modification of data. Servers must respond to frequently changing data

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

Describe the variety component of big data

A

Big data consists of many different types of data

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

What is the most challenging quality of big data?

A

It’s lack of structure

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

Why does the unstructured nature of big data cause issues?

A

Makes data difficult to analyse

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

How is the problem of lack of structure overcome?

A

Machine learning techniques are used to discern patterns in data

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

What is a second problem with Big data?

A

As data is stored across multiple servers, the processing must also be across multiple machines. With conventional programming paradigms, all servers would have to be synchronised to prevent data being overwritten.

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

How is data being stored across multiple servers dealt with?

A

Functional programming can be used to process data across multiple servers.

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

What are some of the features of functional programming paradigms?

A

Functional programs are stateless (meaning there are no side effects) and make use of immutable data structures. It supports higher-order functions.

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