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 199 discussion

A telemarketing company is designing its customer call center functionality on AWS. The company needs a solution that provides multiple speaker recognition and generates transcript files. The company wants to query the transcript files to analyze the business patterns. The transcript files must be stored for 7 years for auditing purposes.

Which solution will meet these requirements?

  • A. Use Amazon Rekognition for multiple speaker recognition. Store the transcript files in Amazon S3. Use machine learning models for transcript file analysis.
  • B. Use Amazon Transcribe for multiple speaker recognition. Use Amazon Athena for transcript file analysis.
  • C. Use Amazon Translate for multiple speaker recognition. Store the transcript files in Amazon Redshift. Use SQL queries for transcript file analysis.
  • D. Use Amazon Rekognition for multiple speaker recognition. Store the transcript files in Amazon S3. Use Amazon Textract for transcript file analysis.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Buruguduystunstugudunstuy
Highly Voted 1 year, 9 months ago
Selected Answer: B
The correct answer is B: Use Amazon Transcribe for multiple speaker recognition. Use Amazon Athena for transcript file analysis. Amazon Transcribe is a service that automatically transcribes spoken language into written text. It can handle multiple speakers and can generate transcript files in real-time or asynchronously. These transcript files can be stored in Amazon S3 for long-term storage. Amazon Athena is a query service that allows you to analyze data stored in Amazon S3 using SQL. You can use it to analyze the transcript files and identify patterns in the data. Option A is incorrect because Amazon Rekognition is a service for analyzing images and videos, not transcribing spoken language. Option C is incorrect because Amazon Translate is a service for translating text from one language to another, not transcribing spoken language. Option D is incorrect because Amazon Textract is a service for extracting text and data from documents and images, not transcribing spoken language.
upvoted 22 times
enzomv
1 year, 8 months ago
The correct answer is C. https://docs.aws.amazon.com/transcribe/latest/dg/what-is.html You can transcribe streaming media in real time or you can upload and transcribe media files. To see which languages are supported for each type of transcription, refer to the Supported languages and language-specific features table.
upvoted 3 times
enzomv
1 year, 8 months ago
Disregard. I meant B
upvoted 2 times
...
enzomv
1 year, 8 months ago
https://aws.amazon.com/about-aws/whats-new/2022/06/amazon-transcribe-supports-automatic-language-identification-multi-lingual-audio/ Amazon Translate is a service for multi-language identification, which identifies all languages spoken in the audio file and creates transcript using each identified language.
upvoted 1 times
enzomv
1 year, 8 months ago
Disregard. I meant Amazon Transcribe
upvoted 1 times
...
...
...
TheAbsoluteTruth
1 year, 6 months ago
What bothers me is the 7 years of storage.
upvoted 6 times
...
...
james_3005
Most Recent 6 months, 2 weeks ago
Option B is the most relevant one, but it doesn't mention how to retain data in 7 years...
upvoted 1 times
...
awsgeek75
9 months, 2 weeks ago
Selected Answer: B
This is a poorly worded question with poorly worded options. Rekognition and Translate cannot convert speech to text so those options A, C & D are gone. B is the closes option but it does not mention S3 or retention policy of 7 years. Just a best guess on massive assumptions.
upvoted 4 times
...
SinghJagdeep
9 months, 3 weeks ago
Selected Answer: B
check out this blog here: https://aws.amazon.com/de/blogs/machine-learning/automating-the-analysis-of-multi-speaker-audio-files-using-amazon-transcribe-and-amazon-athena/
upvoted 1 times
...
pentium75
9 months, 3 weeks ago
Selected Answer: B
Perfectly explained here: https://aws.amazon.com/de/blogs/machine-learning/automating-the-analysis-of-multi-speaker-audio-files-using-amazon-transcribe-and-amazon-athena/
upvoted 2 times
...
youdelin
1 year ago
really hope I could have this kind of question during the exam, 4 different techs in the first 5 words of the answer! Just go with the correct one and ignore the rest of the text XDDD
upvoted 2 times
...
paniya93
1 year ago
Selected Answer: B
https://aws.amazon.com/blogs/machine-learning/automating-the-analysis-of-multi-speaker-audio-files-using-amazon-transcribe-and-amazon-athena/
upvoted 1 times
...
vijaykamal
1 year ago
Selected Answer: B
Amazon Rekognition is primarily designed for image and video analysis, not for transcribing audio or recognizing multiple speakers. -> Option A and D are ruled out Amazon Translate is used for language translation -> Option C is ruled out
upvoted 2 times
...
TariqKipkemei
1 year ago
Selected Answer: B
Provide multiple speaker recognition and generate transcript files = Amazon Transcribe Query the transcript files = Amazon Athena
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: B
The correct answer is B: Use Amazon Transcribe for multiple speaker recognition. Use Amazon Athena for transcript file analysis.
upvoted 2 times
...
Thornessen
1 year, 2 months ago
Selected Answer: B
Tricky or incomplete question.. B is the answer because Transcribe is the right service for processing voice calls. But 7 years of storage is not covered (should add S3 storage) And Athena querying is just SQL querying, it cannot help you much to recognize business patterns, for that I would think some text analysis service like Comprehend would be needed. Unless... We use Transcribe not only to transcribe, but also to recognize some key words, and then create a DB/S3 record with multiple fields, e.g. if it is a telemarketing questionnaire, record answer for each question. Then SQL querying might be useful.
upvoted 2 times
pentium75
9 months, 3 weeks ago
"The company wants to query the transcript files" is the requirement. How they will be using the query results "to analyze the business patterns" is not our issue. The "7 years" are not mentioned in any of the options, but Transcribe stores results in S3.
upvoted 1 times
...
...
sickcow
1 year, 3 months ago
Selected Answer: C
Transcribe and (s3) + Athena is the way to go here. Redshift sounds like an overkill
upvoted 2 times
...
cookieMr
1 year, 3 months ago
Amazon Transcribe provides accurate transcription of audio recordings with multiple speakers, generating transcript files. These files can be stored in Amazon S3. To analyze the transcripts and extract insights, Amazon Athena allows SQL-based querying of the stored files. A. Amazon Rekognition is for image and video analysis, not audio transcription. C. Amazon Translate is for language translation, not speaker recognition or transcript analysis. Amazon Redshift may not be the best choice for storing and querying transcript files. D. Amazon Rekognition is for image and video analysis, and Amazon Textract is for document extraction, not suitable for audio transcription or analysis. Storing the transcript files in S3 is appropriate, but the analysis requires a different service like Amazon Athena.
upvoted 1 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: B
the solution that meets these requirements is option B.
upvoted 1 times
...
cheese929
1 year, 5 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
Rahulbit34
1 year, 5 months ago
Amazon Transcribe is a service that convert speech into text, so B is the answer
upvoted 1 times
...
k33
1 year, 6 months ago
Selected Answer: B
Answer : B
upvoted 2 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 ...