nerdexam
Amazon

DOP-C02 · Question #352

A company runs an application that stores artifacts in an Amazon S3 bucket. The application has a large user base. The application writes a high volume of objects to the S3 bucket. The company has ena

The correct answer is A. Create a Standard workflow that contains a parallel state that defines the processing tasks. D. Create an Amazon EventBridge rule to match when a new S3 object is created. Configure the. Using an AWS Step Functions Standard or Asynchronous Express workflow with a parallel state enables the orchestration of multiple processing tasks concurrently, which is ideal for handling multiple tasks triggered by each new object event with low operational complexity. An Amazo

Submitted by lukas.cz· Mar 6, 2026SDLC Automation

Question

A company runs an application that stores artifacts in an Amazon S3 bucket. The application has a large user base. The application writes a high volume of objects to the S3 bucket. The company has enabled event notifications for the S3 bucket. When the application writes an object to the S3 bucket, several processing tasks need to be performed simultaneously. The company's DevOps team needs to create an AWS Step Functions workflow to orchestrate the processing tasks. Which combination of steps should the DevOps team take to meet these requirements with the LEAST operational overhead? (Choose two.)

Options

  • ACreate a Standard workflow that contains a parallel state that defines the processing tasks.
  • BCreate a Synchronous Express workflow that contains a map state that defines the processing
  • CCreate an Amazon EventBridge rule to match when a new S3 object is created. Configure the
  • DCreate an Amazon EventBridge rule to match when a new S3 object is created. Configure the

How the community answered

(38 responses)
  • A
    71% (27)
  • B
    8% (3)
  • C
    21% (8)

Explanation

Using an AWS Step Functions Standard or Asynchronous Express workflow with a parallel state enables the orchestration of multiple processing tasks concurrently, which is ideal for handling multiple tasks triggered by each new object event with low operational complexity. An Amazon EventBridge rule can be configured to directly start the Step Functions workflow upon the creation of a new S3 object, removing the need for additional Lambda functions and thus reducing operational overhead.

Topics

#S3 Event Notifications#EventBridge#AWS Step Functions#Workflow Orchestration

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice