nerdexam
Amazon

DVA-C02 · Question #51

A company is building a scalable data management solution by using AWS services to improve the speed and agility of development. The solution will ingest large volumes of data from various sources and

The correct answer is B. AWS Step Functions. AWS Step Functions allows you to coordinate multiple AWS services into serverless workflows so you can build and update apps quickly. It also provides a way to handle errors and retry failed steps, making it a good fit for the company’s requirements.

Submitted by daniela_cl· Mar 5, 2026Development with AWS Services

Question

A company is building a scalable data management solution by using AWS services to improve the speed and agility of development. The solution will ingest large volumes of data from various sources and will process this data through multiple business rules and transformations. The solution requires business rules to run in sequence and to handle reprocessing of data if errors occur when the business rules run. The company needs the solution to be scalable and to require the least possible maintenance. Which AWS service should the company use to manage and automate the orchestration of the data flows to meet these requirements?

Options

  • AAWS Batch
  • BAWS Step Functions
  • CAWS Glue
  • DAWS Lambda

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    74% (23)
  • C
    3% (1)
  • D
    16% (5)

Explanation

AWS Step Functions allows you to coordinate multiple AWS services into serverless workflows so you can build and update apps quickly. It also provides a way to handle errors and retry failed steps, making it a good fit for the company’s requirements.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice