ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 297 - SAP-C02 discussion

Report
Export

A company has automated the nightly retraining of its machine learning models by using AWS Step Functions. The workflow consists of multiple steps that use AWS Lambda Each step can fail for various reasons and any failure causes a failure of the overall workflow

A review reveals that the retraining has failed multiple nights in a row without the company noticing the failure A solutions architect needs to improve the workflow so that notifications are sent for all types of failures in the retraining process Which combination of steps should the solutions architect take to meet these requirements? (Select THREE)

A.
Create an Amazon Simple Notification Service (Amazon SNS) topic with a subscription of type "Email" that targets the team's mailing list.
Answers
A.
Create an Amazon Simple Notification Service (Amazon SNS) topic with a subscription of type "Email" that targets the team's mailing list.
B.
Create a task named "Email" that forwards the input arguments to the SNS topic
Answers
B.
Create a task named "Email" that forwards the input arguments to the SNS topic
C.
Add a Catch field all Task Map. and Parallel states that have a statement of "Error Equals": [ "States. ALL"] and "Next": "Email".
Answers
C.
Add a Catch field all Task Map. and Parallel states that have a statement of "Error Equals": [ "States. ALL"] and "Next": "Email".
D.
Add a new email address to Amazon Simple Email Service (Amazon SES). Verify the email address.
Answers
D.
Add a new email address to Amazon Simple Email Service (Amazon SES). Verify the email address.
E.
Create a task named "Email" that forwards the input arguments to the SES email address
Answers
E.
Create a task named "Email" that forwards the input arguments to the SES email address
F.
Add a Catch field to all Task Map, and Parallel states that have a statement of "Error Equals": [ "states. Runtime"] and "Next": "Email".
Answers
F.
Add a Catch field to all Task Map, and Parallel states that have a statement of "Error Equals": [ "states. Runtime"] and "Next": "Email".
Suggested answer: A, B, C

Explanation:

Create an Amazon Simple Notification Service (Amazon SNS) topic with a subscription of type "Email" that targets the team's mailing list. This will create a topic for sending notifications and add a subscription for the team's email list to that topic. C. Add a Catch field to all Task, Map, and Parallel states that have a statement of "ErrorEquals": [ "States.ALL" ] and "Next": "Email". This will ensure that any errors that occur in any of the steps in the workflow will trigger the "Email" task, which will forward the input arguments to the SNS topic created in step A. B. Create a task named "Email" that forwards the input arguments to the SNS topic. This will allow the company to send email notifications to the team's mailing list in case of any errors occurred in any step in the workflow.

asked 16/09/2024
Artem Masin
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first