Topic 1 Question 967
A solutions architect is designing an application that helps users fill out and submit registration forms. The solutions architect plans to use a two-tier architecture that includes a web application server tier and a worker tier.
The application needs to process submitted forms quickly. The application needs to process each form exactly once. The solution must ensure that no data is lost.
Which solution will meet these requirements?
Use an Amazon Simple Queue Service (Amazon SQS) FIFO queue between the web application server tier and the worker tier to store and forward form data.
Use an Amazon API Gateway HTTP API between the web application server tier and the worker tier to store and forward form data.
Use an Amazon Simple Queue Service (Amazon SQS) standard queue between the web application server tier and the worker tier to store and forward form data.
Use an AWS Step Functions workflow. Create a synchronous workflow between the web application server tier and the worker tier that stores and forwards form data.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: A
Answer is A
👍 3komorebi2024/08/03 - 正解だと思う選択肢: A
Keywords in the qsn (quickly and once) = SQS FIFO
👍 3dhewa2024/08/20 - 正解だと思う選択肢: A
A is correct
👍 2[Removed]2024/08/19
シャッフルモード