Data Models Flashcards

1
Q

What advantages do fully structured representations offer?

A

Know exactly what you are expecting, can work with fixed lengths and divide the data easily

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

When would you find a case for data to be unstructured and not semi structured?

A

Text Analytics for machine learning, need to get used to unstructured data

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

Give example of data that has no natural structure

A

Twitter stream

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

What are the basic data types in JSON?

A
String
Number
Object
Array
Boolean
Null
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does JSON stand for?

A

JavaScript Object Notation

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

What is the difference between streaming and obejct model APIs for processing semi structured data?

A

Streaming - getting the data as it comes in, so line by line precision
Object Model APIs - read in the data all at once

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