
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company recently migrated to the AWS Cloud. The company wants a serverless solution for large-scale parallel on-demand processing of a semistructured dataset. The data consists of logs, media files, sales transactions, and IoT sensor data that is stored in Amazon S3. The company wants the solution to process thousands of items in the dataset in parallel.
Which solution will meet these requirements with the MOST operational efficiency?
A
Use the AWS Step Functions Map state in Inline mode to process the data in parallel.
B
Use the AWS Step Functions Map state in Distributed mode to process the data in parallel.
C
Use AWS Glue to process the data in parallel.
D
Use several AWS Lambda functions to process the data in parallel.
Explanation:
Correct Answer: B - Use the AWS Step Functions Map state in Distributed mode to process the data in parallel.
A. AWS Step Functions Map state in Inline mode:
C. AWS Glue:
D. Use several AWS Lambda functions:
For large-scale parallel on-demand processing of semistructured data stored in S3, AWS Step Functions Map state in Distributed mode provides the most operationally efficient solution with automatic scaling, error handling, and minimal management overhead.