Bird
0
0

What is the main purpose of an AWS SQS queue?

easy📝 Conceptual Q11 of 15
AWS - SNS and SQS
What is the main purpose of an AWS SQS queue?
ATo store messages safely between different parts of a system
BTo run code automatically when triggered
CTo host websites and web applications
DTo store large files like videos and images
Step-by-Step Solution
Solution:
  1. Step 1: Understand what SQS does

    AWS SQS is designed to hold messages so different parts of a system can communicate safely without losing data.
  2. Step 2: Compare options with SQS purpose

    Running code automatically is Lambda's job, hosting websites is for services like S3 or EC2, and storing large files is for S3. Only storing messages fits SQS.
  3. Final Answer:

    To store messages safely between different parts of a system -> Option A
  4. Quick Check:

    SQS = message storage between system parts [OK]
Quick Trick: SQS holds messages, not code or files [OK]
Common Mistakes:
MISTAKES
  • Confusing SQS with Lambda or S3
  • Thinking SQS runs code
  • Assuming SQS stores large files

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes