AWS Integration & Messaging Flashcards

1
Q

Can SQS have duplicate messages? At least once delivery

A

Yes

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

Fully managed service, used to decouple applications

A

Amazon SQS – Standard Queue

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

Fully managed service, used to decouple applications

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

Can SQS have out of order messages?

A

Yes

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

Unlimited throughput, unlimited number of messages in queue
* Default retention of messages: 4 days, maximum of 14 days
* Low latency (<10 ms on publish and receive)
* Limitation of 256KB per message sent

A

SQS

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

regulate access to the SQS API

A

IAM Policies

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

In-flight encryption using HTTPS API
At-rest encryption using KMS keys
Client-side encryption if the client wants to perform encryption/decryption itself

A

AWS SQS + SNS

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

After a message is polled by a consumer, it becomes invisible to other consumers

A

SQS – Message Visibility Timeout

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

If a message is not processed within the visibility timeout, it will be processed twice

A

True

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

“wait” for messages to arrive if there are none in the queue

A

Long Polling

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

Decreases the number of API calls
made to SQS while increasing the efficiency and
reducing latency of your application

A

Long Polling

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

First In First Out (ordering of messages in the queue)

A

Amazon SQS – FIFO Queue

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

Unlimited throughput, unlimited number of messages in queue

A

Amazon SQS – Standard Queue

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

Limited throughput: 300 msg/s without batching, 3000 msg/s with

A

Amazon SQS – FIFO Queue

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

Send one message to many receivers

A

Amazon SNS

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