SQS, SNS and Kinesis Flashcards

1
Q

Which Kinesis services can ingest data directly from the source?

A

Kinesis Data Stream and Kinesis Firehose.
Kinesis Data Analytics can only ingest data from Kinesis Data Stream and Firehose

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

Kinesis Data Firehose can push data directly to S3. True or false?

A

True. Before pushing to S3 it can also call a lambda to transform the data

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

Kinesis Data Streams can push data directly to S3. True or false?

A

False. It can be consumed only by EC2, Lambda, Kinesis Data Firehose and Kinesis data Analytics

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

Where can Kinesis Data Firehose push data?

A

S3, Redshift, ElasticSearch, custom HTTP endpoints, 3r party destinations (like MongoDB, DataDog, Splunk, etc…)

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

How many messages per second are supported by SQS FIFO?

A

300 messages per second (300 send, receive or delete operations).
If you batch 10 messages per operation (maximum), it can support up to 3,000 messages per second.

If you enable high throughput mode, the max number is 10x

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

How many messages per second are supported by SQS Standard?

A

Unlimited

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

Which is the only event-based service which is able to integrate directly with 3rd part SaaS?

A

Event Bridge

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