
Answer-first summary for fast verification
Answer: Utilize Amazon Connect for SMS delivery and AWS Lambda for response processing.
The correct answer is A: 'Utilize Amazon Connect for SMS delivery and AWS Lambda for response processing.' This is because Amazon Connect can handle two-way communications with users, enabling them to reply to SMS messages. Additionally, AWS Lambda can be used to process and store the responses for analysis. In contrast, the other options either do not support two-way communication (B, C, D) or aren't designed for handling this specific use case efficiently.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company requires a solution for a mobile app marketing service to send SMS confirmations, allow user replies, and store responses for annual analysis. Which AWS service configuration meets these needs?
A
Utilize Amazon Connect for SMS delivery and AWS Lambda for response processing.
B
Implement Amazon Pinpoint journey and integrate with Amazon Kinesis for event streaming and archival.
C
Employ Amazon SQS for SMS message distribution and AWS Lambda for reply handling.
D
Establish an Amazon SNS FIFO topic with a subscription to an Amazon Kinesis data stream for response analysis and storage.
No comments yet.