AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 198

A company is developing an internal cost-estimation tool that uses an ML model in Amazon SageMaker AI. Users upload high-resolution images to the tool.

The model must process each image and predict the cost of the object in the image. The model also must notify the user when processing is complete.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it utilizes an asynchronous inference strategy, which is suitable for processing high-resolution images and notifying users via Amazon SNS when the task is complete. Options A and C use batch transform jobs, which are not ideal for real-time user notifications. Option D, while it uses an asynchronous strategy, employs Amazon EFS instead of S3, which is unnecessary for this case.