nerdexam
Amazon

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…

Data Ingestion and Transformation

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)
  • A
    15% (5)
  • B
    76% (25)
  • C
    6% (2)
  • D
    3% (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

#AWS Step Functions#Conditional Logic#Workflow Orchestration#Serverless Data Processing

Community Discussion

No community discussion yet for this question.

Full DEA-C01 Practice