Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 192 discussion

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.)

  • A. Write the document information to an Amazon EC2 instance that runs a MySQL database.
  • B. Write the document information to an Amazon S3 bucket. Use Amazon Athena to query the data.
  • C. Create an Auto Scaling group of Amazon EC2 instances to run a custom application that processes the scanned files and extracts the medical information.
  • D. Create an AWS Lambda function that runs when new documents are uploaded. Use Amazon Rekognition to convert the documents to raw text. Use Amazon Transcribe Medical to detect and extract relevant medical information from the text.
  • E. Create an AWS Lambda function that runs when new documents are uploaded. Use Amazon Textract to convert the documents to raw text. Use Amazon Comprehend Medical to detect and extract relevant medical information from the text.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
KADSM
Highly Voted 1 year, 10 months ago
B and E are correct. Textract to extract text from files. Rekognition can also be used for text detection but after Rekognition - it's mentioned that Transcribe is used. Transcribe is used for Speech to Text. So that option D may not be valid.
upvoted 13 times
...
LoXoL
Most Recent 9 months ago
Selected Answer: BE
no brainer: B,E
upvoted 3 times
...
awsgeek75
9 months, 2 weeks ago
Selected Answer: BE
E: Amazon Textract & Amazon Comprehend Medical obviously do the job with least operational overhead. D can do this but it will be extra work and overhead. B for running SQL queries on S3 bucket directly without extra overhead.
upvoted 3 times
...
Ruffyit
11 months, 1 week ago
Write the document information to an Amazon S3 bucket. Use Amazon Athena to query the data. Create an AWS Lambda function that runs when new documents are uploaded. Use Amazon Textract to convert the documents to raw text. Use Amazon Comprehend Medical to detect and extract relevant medical information from the text.
upvoted 1 times
...
David_Ang
11 months, 3 weeks ago
Selected Answer: BE
another mistake from the admin, should correct this one, because we all agree
upvoted 3 times
...
vijaykamal
1 year ago
Answer - BE Option D mentions using Amazon Rekognition and Amazon Transcribe Medical, which are primarily designed for image and audio analysis, respectively. While they can be part of a document processing pipeline, Amazon Textract and Amazon Comprehend Medical are more suitable for extracting structured information from documents, making option E a better choice.
upvoted 2 times
...
TariqKipkemei
1 year, 1 month ago
Selected Answer: BE
Write the document information to an Amazon S3 bucket. Use Amazon Athena to query the data. Create an AWS Lambda function that runs when new documents are uploaded. Use Amazon Textract to convert the documents to raw text. Use Amazon Comprehend Medical to detect and extract relevant medical information from the text.
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: BE
B and E are the correct answers. B is correct because storing the scanned documents in Amazon S3 provides highly scalable and durable storage. Amazon Athena allows running SQL queries directly against the data in S3 without needing to load the data into a database. E is correct because using Lambda functions triggered by uploads provides a serverless approach to automatically process each document. Amazon Textract and Comprehend Medical can extract text and medical information without needing to manage server
upvoted 4 times
...
james2033
1 year, 2 months ago
Selected Answer: BE
Amazon Comprehend Medical for image reading https://aws.amazon.com/comprehend/medical/ . Amazon Transcribe Medical for speech audio. Remove D. Keep E. A is meaningless, remove A (EC2). B use Amazon S3, Athena for querying, keep B. Conclusion combination B and E are correct answers.
upvoted 2 times
...
MNotABot
1 year, 3 months ago
AC wrong as involve EC2. Either one of DE are correct so that makes B correct. Now E is obvious answer if we have read AWS FAQs
upvoted 1 times
...
animefan1
1 year, 3 months ago
Selected Answer: BE
Textract to extract the content and Athena to run sql queries on S3 data
upvoted 1 times
...
sickcow
1 year, 3 months ago
Selected Answer: BE
From a DE/ML perspective Lambda + Textract + S3 + Athena is the best way to go
upvoted 1 times
...
rauldevilla
1 year, 3 months ago
Selected Answer: BE
Transcribe is used. Transcribe is used for Speech to Text
upvoted 1 times
...
cookieMr
1 year, 3 months ago
Selected Answer: BE
B is correct because it suggests writing the document information to an Amazon S3 bucket, which provides scalable and durable object storage. Using Amazon Athena, the data can be queried using SQL, enabling efficient analysis. E is correct because it involves creating an AWS Lambda function triggered by new document uploads. Amazon Textract is used to convert the documents to raw text, and Amazon Comprehend Medical extracts relevant medical information from the text. A is incorrect because writing the document information to an Amazon EC2 instance with a MySQL database is not a scalable or efficient solution for analysis. C is incorrect because creating an Auto Scaling group of Amazon EC2 instances for processing scanned files and extracting information would introduce unnecessary complexity and management overhead. D is incorrect because using an EC2 instance with a MySQL database for storing document information is not the optimal solution for scalability and efficient analysis.
upvoted 3 times
...
AlankarJ
1 year, 4 months ago
It states in the question that the written documents are scanned. They are converted into images after being scanned. Rekognition would be best to analyse images.
upvoted 1 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: BE
Options B & E are correct answers.
upvoted 1 times
...
antropaws
1 year, 5 months ago
Selected Answer: BE
Why CD are marked as correct??
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...