ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 325 - SAA-C03 discussion

Report
Export

A meteorological startup company has a custom web application to sell weather data to its users online. The company uses Amazon DynamoDB to store is data and wants to bu4d a new service that sends an alert to the managers of four Internal teams every time a new weather event is recorded.

The company does not want true new service to affect the performance of the current application What should a solutions architect do to meet these requirement with the LEAST amount of operational overhead?

A.
Use DynamoDB transactions to write new event data to the table Configure the transactions to notify internal teams.
Answers
A.
Use DynamoDB transactions to write new event data to the table Configure the transactions to notify internal teams.
B.
Have the current application publish a message to four Amazon Simple Notification Service(Amazon SNS) topics. Have each team subscribe to one topic.
Answers
B.
Have the current application publish a message to four Amazon Simple Notification Service(Amazon SNS) topics. Have each team subscribe to one topic.
C.
Enable Amazon DynamoDB Streams on the table. Use triggers to write to a mingle Amazon Simple Notification Service (Amazon SNS) topic to which the teams can subscribe.
Answers
C.
Enable Amazon DynamoDB Streams on the table. Use triggers to write to a mingle Amazon Simple Notification Service (Amazon SNS) topic to which the teams can subscribe.
D.
Add a custom attribute to each record to flag new items. Write a cron job that scans the table every minute for items that are new and notifies an Amazon Simple Queue Service (Amazon SOS) queue to which the teams can subscribe.
Answers
D.
Add a custom attribute to each record to flag new items. Write a cron job that scans the table every minute for items that are new and notifies an Amazon Simple Queue Service (Amazon SOS) queue to which the teams can subscribe.
Suggested answer: C
asked 16/09/2024
chanon witchajutakul
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first