Multiple Choice
An online photo application lets users upload photos and perform image editing operations. The application offers two classes of service: free and paid. Photos submitted by paid users are processed before those submitted by free users. Photos are uploaded to Amazon S3 and the job information is sent to Amazon SQS. Which configuration should a solutions architect recommend?
A) Use one SQS FIFO queue. Assign a higher priority to the paid photos so they are processed first.
B) Use two SQS FIFO queues: one for paid and one for free. Set the free queue to use short polling and the paid queue to use long polling.
C) Use two SQS standard queues: one for paid and one for free. Configure Amazon EC2 instances to prioritize polling for the paid queue over the free queue.
D) Use one SQS standard queue. Set the visibility timeout of the paid photos to zero. Configure Amazon EC2 instances to prioritize visibility settings so paid photos are processed first.
Correct Answer:

Verified
Correct Answer:
Verified
Q300: A company is preparing to deploy a
Q301: A solutions architect must create a highly
Q302: A solutions architect is designing the cloud
Q303: A company is designing a new application
Q304: A company wants to improve the availability
Q306: A solution architect needs to design a
Q307: A company has a multi-tier application that
Q308: A company wants to build an online
Q309: A company recently migrated a message processing
Q310: A company plans to store sensitive user