exam questions

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 All Questions

View all questions & answers for the AWS Certified Machine Learning Engineer - Associate MLA-C01 exam

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 topic 1 question 57 discussion

A company has an ML model that needs to run one time each night to predict stock values. The model input is 3 MB of data that is collected during the current day. The model produces the predictions for the next day. The prediction process takes less than 1 minute to finish running.
How should the company deploy the model on Amazon SageMaker to meet these requirements?

  • A. Use a multi-model serverless endpoint. Enable caching.
  • B. Use an asynchronous inference endpoint. Set the InitialInstanceCount parameter to 0.
  • C. Use a real-time endpoint. Configure an auto scaling policy to scale the model to 0 when the model is not in use.
  • D. Use a serverless inference endpoint. Set the MaxConcurrency parameter to 1.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Saransundar
1 month, 2 weeks ago
Selected Answer: D
ServerlessConfig:- MemorySizeInMB: Set to 2048 MB (options: 1024–6144 MB). MaxConcurrency: Set to 1 (minimum for nightly predictions). Efficient and cost-effective for one-time nightly use.
upvoted 1 times
...
GiorgioGss
1 month, 3 weeks ago
Selected Answer: D
"The prediction process takes less than 1 minute to finish running" so why would you provision something in the first place - go serverless
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago