Multiple Choice
A video-hosting website has two types of members: those who pay a fee, and those who do not. Each video upload places a message in Amazon SQS. A fleet of Amazon EC2 instances polls Amazon SQS and processes each video. The developer needs to ensure that the videos uploaded by the paying members are processed first. How can the developer meet this requirement?
A) Create two SQS queues; one for paying members, and one for non-paying members. Poll the paying member queue first and then poll the non-paying member queue.
B) Use SQS to set priorities on individual items within a single queue; give the paying members' videos the highest priority.
C) Use SQS to set priorities on individual items within a single queue and use Amazon SNS to encode the videos.
D) Create two Amazon SNS topics: one for paying members and one for non-paying members. Use SNS topic subscription priorities to differentiate between the two types of members.
Correct Answer:

Verified
Correct Answer:
Verified
Q81: EC2 instances are launched from Amazon Machine
Q82: A Developer is writing an application in
Q83: A development team is creating a new
Q84: A company is creating an application that
Q85: A developer is writing a web application
Q87: Which of the following programming languages have
Q88: A Developer wants to enable AWS X-Ray
Q89: A developer is testing an application that
Q90: A Development team is working on a
Q91: A Developer has created a software package