Lambda Architecture Flashcards

1
Q

What are the 3 layers in a Lambda Architecture

A

Batch Layer, Serving Layer, Speed Layer

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

What type of data in the Batch Layer?

A

Immutable master data.

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

What type of data in Serving Layer?

A

Data that is presented to user from Batch and Speed Layer

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

What is in the speed layer?

A

Streaming data and temporal in nature

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

What constraints is Lambda Architecture balancing?

A

Latency vs. Accuracy

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

Downside to this Architecture?

A

The biggest detraction to this architecture has been the need to maintain two distinct (and possibly complex) systems to generate both batch and speed layers.

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