AWS Certified Generative AI – Professional (AIP-C01) — Question 32

A financial services company needs to build a document analysis system that uses Amazon Bedrock to process quarterly reports. The system must analyze financial data, perform sentiment analysis, and validate compliance across batches of reports. Each batch contains 5 reports. Each report requires multiple foundation model (FM) calls. The solution must finish the analysis within 10 seconds for each batch. Current sequential processing takes 45 seconds for each batch.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because using AWS Step Functions with a Parallel state allows for simultaneous processing of each analysis type, thereby meeting the 10-second requirement. The other options either process tasks sequentially or do not efficiently utilize parallel processing capabilities, which would not satisfy the performance criteria needed for timely analysis.