Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon AIP-C01 Exam - Topic 4 Question 8 Discussion

A financial services company wants to develop an Amazon Bedrock application that gives analysts the ability to query quarterly earnings reports and financial statements. The financial documents are typically 5--100 pages long and contain both tabular data and text. The application must provide contextually accurate responses that preserve the relationship between financial metrics and their explanatory text. To support accurate and scalable retrieval, the application must incorporate document segmentation and context management strategies.Which solution will meet these requirements?
B) Use Amazon Bedrock Knowledge Bases to create a Retrieval Augmented Generation (RAG) application that retrieves relevant information from contextually chunked sections of financial documents. Segment documents based on their structural layout. Include citations that reference the original source materials.
A) Use a direct model invocation approach that uses Anthropic Claude to process each financial document as a single input. Use fine-tuned prompts that instruct the model to parse tables and text separately.
C) Deploy an Amazon Bedrock agent that has an action group that calls custom AWS Lambda functions to analyze financial documents. Configure the Lambda functions to perform fixed-size chunking when a user submits a query about financial metrics.
D) Create one specialized Amazon Bedrock application that is optimized for structured data. Create a second application that is optimized for unstructured data. Configure each application to use a tailored chunking strategy that is suited to the application's content type. Implement logic to link queries to the appropriate sources.

Amazon AIP-C01 Exam - Topic 4 Question 8 Discussion

Actual exam question for Amazon's AIP-C01 exam
Question #: 8
Topic #: 4
[All AIP-C01 Questions]

A financial services company wants to develop an Amazon Bedrock application that gives analysts the ability to query quarterly earnings reports and financial statements. The financial documents are typically 5--100 pages long and contain both tabular data and text. The application must provide contextually accurate responses that preserve the relationship between financial metrics and their explanatory text. To support accurate and scalable retrieval, the application must incorporate document segmentation and context management strategies.

Which solution will meet these requirements?

Show Suggested Answer Hide Answer
Suggested Answer: B

Option B best satisfies the requirements because it directly applies Retrieval Augmented Generation principles using managed Amazon Bedrock Knowledge Bases, which are designed to handle large, complex documents while preserving contextual relationships. Financial reports often interleave tables with explanatory narrative, and accurate analysis depends on keeping those elements logically connected. By segmenting documents based on their structural layout---for example, sections, subsections, tables, and surrounding commentary---the knowledge base can retrieve semantically relevant chunks that maintain this relationship during inference.

Amazon Bedrock Knowledge Bases support contextual chunking strategies that go beyond simple fixed-size segmentation. This is critical for financial documents, where a metric in a table may be explained in adjacent paragraphs or footnotes. Context-aware chunking ensures that retrieved content includes both the numeric data and its interpretation, enabling the foundation model to generate accurate, grounded responses. Including citations further improves analyst trust and auditability by allowing users to trace answers back to specific source sections, which is a common requirement in financial environments.

Scalability is another key requirement. Knowledge Bases manage embedding generation, indexing, and retrieval orchestration as a managed service, which allows the solution to scale across large document collections without requiring custom infrastructure or model hosting. This approach also supports efficient updates as new quarterly reports are added, ensuring the retrieval layer remains current.

Option A does not scale well because processing entire 5--100 page documents in a single prompt increases token usage, latency, and cost while risking context truncation. Option C relies on fixed-size chunking triggered at query time, which often breaks semantic relationships in structured financial content. Option D introduces unnecessary architectural complexity by splitting structured and unstructured data into separate applications, increasing operational overhead without providing better contextual retrieval than a unified RAG approach.


Contribute your Thoughts:

0/2000 characters
Kaitlyn
1 day ago
C could work, but Lambda functions might complicate things.
upvoted 0 times
...
Lizbeth
7 days ago
I feel like B covers all bases. Citations are crucial for trust.
upvoted 0 times
...
Jessenia
12 days ago
D is interesting too. Two apps could optimize for data types.
upvoted 0 times
...
Kasandra
17 days ago
Option A seems too simplistic. Parsing separately might miss context.
upvoted 0 times
...
Kristeen
22 days ago
Agreed! RAG with chunking is smart for accuracy.
upvoted 0 times
...
Mozell
27 days ago
I think option B is the best. It segments documents well.
upvoted 0 times
...
Lorean
1 month ago
I’m not convinced any of these will handle the complexity effectively.
upvoted 0 times
...
Anglea
1 month ago
Wait, can we really segment documents that way?
upvoted 0 times
...
Staci
1 month ago
D sounds complicated, but it might be necessary.
upvoted 0 times
...
Rosamond
2 months ago
I disagree, A could work if prompts are fine-tuned well.
upvoted 0 times
...
Huey
2 months ago
Option B seems the best for context management.
upvoted 0 times
...
Nicholle
2 months ago
I’m not convinced any of these will handle the complexity effectively.
upvoted 0 times
...
Cathrine
2 months ago
Wait, can we really segment documents that way?
upvoted 0 times
...
Selma
2 months ago
D sounds complicated, but it might be necessary.
upvoted 0 times
...
Minna
4 months ago
I disagree, A could work if prompts are fine-tuned well.
upvoted 0 times
...
Lashawnda
4 months ago
Option B seems the best for context management.
upvoted 0 times
...
Yong
5 months ago
I recall that using citations is crucial for accuracy, which makes me lean towards option B. It seems to align well with the requirements of preserving relationships in the data.
upvoted 0 times
...
Nickolas
5 months ago
I’m a bit confused about the chunking strategies. I feel like option D might be overcomplicating things with two separate applications.
upvoted 0 times
...
Steffanie
5 months ago
I think option B sounds familiar because it mentions Retrieval Augmented Generation, which we practiced in a similar question. It seems like a solid choice for handling large documents.
upvoted 0 times
...
Jose
5 months ago
I remember we discussed the importance of context management in our last study session, but I'm not sure which option handles that best.
upvoted 0 times
...

Save Cancel