Section 17: Decoupling applications: SQS,SNS,Kinesis,Active MQ Flashcards

1
Q

SQS message retention

A

4-14 days

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

In SQS, the consumer can read how many messages at a time

A

10

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

Three types of encryption for SQS

A

In-flight(HTTPS)
At-rest(KMS)
Client-side

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

What to use in SQS to reduce the number of API calls

A

Long Polling

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

What type of SNS publishing to use for mobile apps

A

Direct

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

sns topics can’t send to SQS queues in other regions..true or false

A

false

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

What types of endpoints can subscribe to an SNS topic

A

Kinesis Data Firehose
SQS
Lambda
email
email-json
http
https
sms

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

What consumers can you use for kinesis data streams?

A

Applications(ec2)
lambda
firehose
apache flink

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

Retention time for kinesis data streams

A

365 days

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

Kinesis provisioned capacity mode throughput in and out

A

1mb
2mb

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

Is Data Firehose real-time or near real-time?

A

Near Real-Time

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

Data Firehose supported files

A

CSV
json
parquet
avro
raw text
binary data

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

Does kinesis or firehose have replay capability?

A

kinesis

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

Which does not support data storage. Firehose or kinesis?

A

Firehose

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

Firehose destinations

A

Opensearch
redshift
S3

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

SQS doesnt scale automatically..true or false