Big Data Flashcards

1
Q

What is a Fact Based Model?

A

a data model consisting of facts such that each fact captures a single piece of information

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

What are the three V’s of Big Data?

A

Volume, velocity and variety

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

Define ‘Big Data’

A

A catch-all term for data that won’t fit the usual containers

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

How is useful information extracted from Big Data?

A

By using machine learning techniques to discern patterns in the data

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

Which property of data structures in functional programs means that their value doesn’t change after instantiation?

A

Immutability

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

Why cant big data be stored using conventional databases?

A

conventional databases require data to conform to row and column format

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

Which three features of functional programming make it easier to write correct, efficient, distributed code?

A

Statelessness (no side effects)

Immutability (value doesnt changer after instantiation)

Support for higher-order functions

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

Which three features of functional programming make it easier to write correct, efficient, distributed code?

A

WStatelessness (no side effects)

Immutability (value doesnt changer after instantiation)

Support for higher-order functions

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

What is a higher-order function?

A

a function which takes a functions as its input and/or outputs a function

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