exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 127 discussion

A medical imaging company wants to train a computer vision model to detect areas of concern on patients' CT scans. The company has a large collection of unlabeled CT scans that are linked to each patient and stored in an Amazon S3 bucket. The scans must be accessible to authorized users only. A machine learning engineer needs to build a labeling pipeline.
Which set of steps should the engineer take to build the labeling pipeline with the LEAST effort?

  • A. Create a workforce with AWS Identity and Access Management (IAM). Build a labeling tool on Amazon EC2 Queue images for labeling by using Amazon Simple Queue Service (Amazon SQS). Write the labeling instructions.
  • B. Create an Amazon Mechanical Turk workforce and manifest file. Create a labeling job by using the built-in image classification task type in Amazon SageMaker Ground Truth. Write the labeling instructions.
  • C. Create a private workforce and manifest file. Create a labeling job by using the built-in bounding box task type in Amazon SageMaker Ground Truth. Write the labeling instructions.
  • D. Create a workforce with Amazon Cognito. Build a labeling web application with AWS Amplify. Build a labeling workflow backend using AWS Lambda. Write the labeling instructions.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 2 years, 9 months ago
I would answer C, because of the requirement that authorized users should only have access. These users will comprise the private workforce of AWS Ground Truth. See documentation: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-private.html
upvoted 17 times
CharlesChiang
2 years, 8 months ago
Agree C
upvoted 3 times
...
astonm13
2 years, 8 months ago
Yes it is C
upvoted 1 times
...
cnethers
2 years, 9 months ago
agree C
upvoted 2 times
...
...
benson2021
Highly Voted 2 years, 7 months ago
Answer is C. The question mentions that "to detect *areas* of concern on patients' CT scans", that can be achieved by bounding box instead of image classification. bounding box: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-bounding-box.html image classification: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-image-classification.html
upvoted 8 times
ZSun
1 year, 2 months ago
The concern here is not about "object detection" or "image classification". it is about using "ground truth" and "private workforce"
upvoted 1 times
...
...
jopaca1216
Most Recent 9 months, 2 weeks ago
The principal key is that Mechanical Turk workforce does not ensure privacy of the CT Scans, and Ground Truth does.
upvoted 3 times
...
AjoseO
1 year, 4 months ago
Selected Answer: C
This option would allow the medical imaging company to create a private workforce, which can ensure that only authorized users have access to the scans, and to use Amazon SageMaker Ground Truth to create a labeling job, which would simplify the labeling pipeline process.
upvoted 3 times
...
Shailendraa
1 year, 9 months ago
12-sep exam
upvoted 1 times
...
ovokpus
2 years ago
Selected Answer: C
C - GroundTruth and privacy concerns
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 ...