
Explanation:
The correct answer is B (AWS Step Functions). AWS Step Functions is a serverless orchestration service that allows you to easily coordinate multiple AWS services into serverless workflows. It provides capabilities to sequence business rules, handle errors such as reprocessing data, and ensure scalability with minimal maintenance. The other options (AWS Batch, AWS Glue, AWS Lambda) do not provide the comprehensive orchestration and error-handling features required for this use case.
Ultimate access to all questions.
Which AWS service is best suited for a scalable data management solution that processes large volumes of data from various sources, applies business rules sequentially, and handles data reprocessing in case of errors, while requiring minimal maintenance?
A
AWS Batch
B
AWS Step Functions
C
AWS Glue
D
AWS Lambda
No comments yet.