DEA-C01 · Question #207
A company is designing a serverless data processing workflow in AWS Step Functions that involves multiple steps. The processing workflow ingests data from an external API, transforms the data by…
The correct answer is B. Choice. The Choice state in AWS Step Functions is designed to enable conditional branching within a workflow. It allows the workflow to evaluate data and make decisions based on specific conditions. This makes it ideal for cases where certain steps in the workflow need to be executed…
Question
A company is designing a serverless data processing workflow in AWS Step Functions that involves multiple steps. The processing workflow ingests data from an external API, transforms the data by using multiple AWS Lambda functions, and loads the transformed data into Amazon DynamoDB. The company needs the workflow to perform specific steps based on the content of the incoming data. Which Step Functions state type should the company use to meet this requirement?
Options
- AParallel
- BChoice
- CTask
- DMap
How the community answered
(33 responses)- A15% (5)
- B76% (25)
- C6% (2)
- D3% (1)
Explanation
The Choice state in AWS Step Functions is designed to enable conditional branching within a workflow. It allows the workflow to evaluate data and make decisions based on specific conditions. This makes it ideal for cases where certain steps in the workflow need to be executed based on the content of the incoming data.
Topics
Community Discussion
No community discussion yet for this question.