exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 366 discussion

A company is developing a video conversion application hosted on AWS. The application will be available in two tiers: a free tier and a paid tier. Users in the paid tier will have their videos converted first, and then the tree tier users will have their videos converted.
Which solution meets these requirements and is MOST cost-effective?

  • A. One FIFO queue for the paid tier and one standard queue for the free tier.
  • B. A single FIFO Amazon Simple Queue Service (Amazon SQS) queue for all file types.
  • C. A single standard Amazon Simple Queue Service (Amazon SQS) queue for all file types.
  • D. Two standard Amazon Simple Queue Service (Amazon SQS) queues with one for the paid tier and one for the free tier.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dmscountera
Highly Voted 3 years, 6 months ago
Actually it might be D Since FIFO is more expensive than standard. Choosing Fifo doesn't mean they will be processed first - just that they will be in ordered manner. I would go for D, hoping EC2 workers prioritize paid que over free que. D. Two standard Amazon Simple Queue Service (Amazon SQS) queues with one for the paid tier and one for the free tier.
upvoted 39 times
...
soti84
Highly Voted 3 years, 6 months ago
It's D. There's a very detailed discussion on here on a similar set of questions: https://acloud.guru/forums/guru-of-the-week/discussion/-L7Be8rOao3InQxdQcXj/
upvoted 20 times
gargaditya
3 years, 5 months ago
Agree,full answer= Create two SQS queues — one for premium members, and one for free members. Program your EC2 fleet to poll the premium queue first and, if empty, to then poll your free members SQS queue.
upvoted 7 times
...
...
slcheng
Most Recent 2 years, 8 months ago
Selected Answer: D
Agreed with D
upvoted 1 times
...
Sandy1971
3 years, 3 months ago
Selected Answer: D
AWS states that when dealing with Priority of messages use separate queues to provide prioritization of work. In this case B and C are not correct. A looks right but not cost effective and also there is NO reason of Paid content Queue to be FIFO as we are declaring separate queues for different users. So D is the most accurate Answer. SQS Standard Vs FIFO Pricing Summary - https://aws.amazon.com/sqs/pricing/
upvoted 3 times
...
Indusri
3 years, 5 months ago
Answer should be A
upvoted 2 times
...
karthisena
3 years, 5 months ago
Explanation: In AWS, the queue service is the Simple Queue Service (SQS). Multiple SQS queues may be prepared to prepare queues for individual priority levels (with a priority queue and a secondary queue). Moreover, you may also use the message Delayed Send function to delay process execution.
upvoted 1 times
...
Suresh108
3 years, 5 months ago
DDDDDDDDDDDDD **** refer: https://aws.amazon.com/sqs/features/ Priority: Use separate queues to provide prioritization of work.
upvoted 7 times
gargaditya
3 years, 5 months ago
even A does that, with difference that one is a FIFO?
upvoted 1 times
balmo
2 years, 8 months ago
The question is which one is cheaper. Standard is cheaper than FIFO.
upvoted 1 times
...
...
...
lovelyone
3 years, 5 months ago
In AWS, the queue service is the Simple Queue Service (SQS). Multiple SQS queues may be prepared to prepare queues for individual priority levels (with a priority queue and a secondary queue). Moreover, you may also use the message Delayed Send function to delay process execution. D is the right answer for 100%
upvoted 4 times
...
leliodesouza
3 years, 5 months ago
The answer is D.
upvoted 3 times
...
Praps1
3 years, 6 months ago
I think it should be C - Queue with priority specified. Two separate queues doesn't guarantee that one gets processed first over other queue.
upvoted 4 times
...
syu31svc
3 years, 6 months ago
You will need 2 queues for sure so B and C are eliminated D is more cost effective than A since both are the normal SQS. FIFO costs more
upvoted 8 times
...
tamntse61384
3 years, 6 months ago
C: just single standard then set priority
upvoted 3 times
...
waqas
3 years, 6 months ago
yes its D....
upvoted 6 times
...
dmscountera
3 years, 7 months ago
A. One FIFO queue for the paid tier and one standard queue for the free tier.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago