How is SQS different from SNS? Choose 2.
You have on-premise distributed applications connected through message broker supporting JMS APIs and AMQP/ MQTT Protocols. You are planning to migrate the whole application portfolio to AWS and re-develop using native AWS services. Which AWS service should you use to replace the message broker architecture layer?
Which of the following statements are correct about SQS Standard Queues? Choose 2.
How does Amazon SQS provide message ordering?
Which AWS service you will use if you have to build, run, and scale background jobs that have parallel or sequential steps?
What is visibility timeout in SQS?
What is delay queue in SQS?
Which architecture design consideration will make you choose SQS standard queue over FIFO queue?
The minimum and maximum SQS delay queue settings are?
By default for how many days messages are retained in SQS queue?
You are using Amazon SQS in your ecommerce application to send order confirmation email asynchronously. You have created a program which polls the SQS queue frequently for new order message and then sends the email after fetching new order message from the queue. You observe that at times the program is getting empty response to the ReceiveMessage request. What should you do to eliminate empty responses to reduce cost?
In Amazon SQS what is the difference between delay queue and visibility time out?
Which architecture design consideration will make you choose FIFO queue over SQS standard queue?
Which of the following is correct about message delivery to SQS Standard queue? Choose 2.
What is the minimum and maximum retention time for which messages can be retained in SQS queue? Choose 2.
What is default visibility timeout period for a message in SQS?
What is minimum and maximum visibility timeout period for a message in SQS? Choose 2.
What are the different methods using which message can be delivered to a subscriber to a SNS topic? Choose 2.
What is a ‘fan out ‘scenario?
You are the solution architect of a financial services company. You are planning to use Amazon SQS while designing a distributed trading application. Key functional requirements pertaining to message queue are: processing of the messages in a sequential order, message should be processed only once and there should not be duplicate messages in the queue. How will you ensure the above requirements? Choose 3 options.
You are designing a stock trading application. Your design includes using SQS for receiving trade confirmation messages from third party systems. You want to have the ability to isolate messages that can’t be processed correctly to determine why their processing didn’t succeed. How can you achieve this?
You want to offer an online photo processing services for consumers. Users can upload the photo to the website and specify different operations like redeye reduction, cropping, thumb nail creation, photo filter, contract, brightening etc. Users can submit from few to hundreds of photos at a time. Which AWS services you will use to build a scalable and reliable web application?
You are using SQS FIFO queue in your web application for asynchronous processing of messages. While doing unit testing you notice that producer is sending the message to queue successfully but downstream functional steps to be executed on message processing is not getting executing completely and there is an exception in the logs. After doing debugging you notice that at first, consumer program is picking up each unique message and then that message again reappears in the queue after the visibility time set of 5 minutes. Then that reappeared message is again picked up by the consumer program and reappears again. What could be the reason?
What does SWF stands for?