AWS Certified Solutions Architect – Associate (SAA-C02) — Question 600

A hospital wants to create digital copies for its large collection of historical written records. The hospital will continue to add hundreds of new documents each day.
The hospital's data team will scan the documents and will upload the documents to the AWS Cloud.
A solutions architect must implement a solution to analyze the documents, extract the medical information, and store the documents so that an application can run
SQL queries on the data. The solution must maximize scalability and operational efficiency.
Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Using Amazon S3 and Amazon Athena allows the hospital to store extracted data and run SQL queries in a serverless, highly scalable, and cost-efficient manner without managing database servers. To extract the medical data, a serverless pipeline using AWS Lambda, Amazon Textract (for document OCR), and Amazon Comprehend Medical (for clinical NLP) provides maximum operational efficiency. Using Amazon EC2 instances introduces unnecessary administrative overhead, while Amazon Rekognition and Amazon Transcribe Medical are the wrong services for document text extraction and medical text processing.