Develop Event Based Solutions Flashcards

1
Q

What are the HTTP codes that will cause a dead letter event to happen?

A

400 Bad Request or 413 Payload too Large

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

What is an Event?

A

Event is something that happened

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

What is an event source?

A

Event Source is where the event took place

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

What’s an Event Topic?

A

Event Topics, are where the publishers will send the events

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

What is an Event Handler?

A

The app or service that reacts to the event

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

What is the condition when the event batch will be larger than the preferred batch size?

A

If there is a single message that is larger than the preferred batch size?

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

What are the bounds for the Max events per batch?

A

1, 5000

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

What format does the constructor of EventData take?

A

Array of bytes

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