SQS Flashcards

1
Q

SQS is push based?

A

False

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

SQS message default size limit?

A

256KB

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

What’s the maximum size of SQS message?

A

2GB and it will be stored in S3

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

SQS message TTL retention period?

A

1 minute to 14 days

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

SQS message default retention period?

A

4 days

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

SQS does not guarantee of delivery of message at least once?

A

False

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

SQS default Visibility timeout?

A

30 seconds

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

What is the max Visibility timeout for a SQS message?

A

12 hours

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

what should you be doing if the default Visibility timeout is not sufficient to process the SQS messages?

A

Increase the message Visibility timeout

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

What’s the max SQS polling timeout?

A

20 seconds

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

Does standard SQS guarantees the order of the message as they received?

A

No, it does not.

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

What should you using to preserve the order of the SQS message as they received?

A

Use FIFO SQS

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

What should you use to avoid duplicates in the Messaging service?

A

Use FIFO SQS

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

What is the transaction limit on FIFO SQS and Standard SQS?

A

300 transactions/seconds and unlimited transactions/second

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