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

Exam Certified Machine Learning Professional All Questions

View all questions & answers for the Certified Machine Learning Professional exam

Exam Certified Machine Learning Professional topic 1 question 40 discussion

Actual exam question from Databricks's Certified Machine Learning Professional
Question #: 40
Topic #: 1
[All Certified Machine Learning Professional Questions]

A machine learning engineer needs to deliver predictions of a machine learning model in real-time. However, the feature values needed for computing the predictions are available one week before the query time.
Which of the following is a benefit of using a batch serving deployment in this scenario rather than a real-time serving deployment where predictions are computed at query time?

  • A. Batch serving has built-in capabilities in Databricks Machine Learning
  • B. There is no advantage to using batch serving deployments over real-time serving deployments
  • C. Computing predictions in real-time provides more up-to-date results
  • D. Testing is not possible in real-time serving deployments
  • E. Querying stored predictions can be faster than computing predictions in real-time
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
hugodscarvalho
10 months ago
Selected Answer: E
In a batch serving deployment, predictions are computed offline, typically in bulk, using data that is available before the query time. These predictions are stored and can be quickly queried when needed, providing faster response times compared to computing predictions in real-time, especially when the feature values needed for computing predictions are available well in advance.
upvoted 1 times
...
BokNinja
11 months, 1 week ago
The correct answer is E. Querying stored predictions can be faster than computing predictions in real-time. In this scenario, since the feature values needed for computing the predictions are available one week before the query time, the predictions can be precomputed using a batch serving deployment. When the predictions are needed, they can be quickly retrieved from storage, which can be faster than computing the predictions in real-time. This approach also allows for the efficient use of resources, as the computational work can be done during off-peak times.
upvoted 3 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 ...