Step Functions Workflows Quiz

5 questions Pass: 70% +25 pts

Quiz covering Pipeline Orchestration

Step Functions Workflows Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    In AWS Step Functions, which state type is used to add a delay to the workflow execution for a specified duration?

  2. 2

    When designing a workflow that needs to process items in an array in parallel, which state should you use to optimize throughput?

  3. 3

    If a Task state in your workflow fails due to a transient network error, which mechanism should you configure to automatically retry the operation?

  4. 4

    Which of the following best describes the difference between Standard and Express Workflows in AWS Step Functions?

  5. 5

    You have a workflow that triggers a Lambda function. You need to ensure that the output of the Lambda function is passed to the next state, but you must also include a 'timestamp' field generated by the state machine itself. Which JSON manipulation tool should you use?