exam questions

Exam Professional Machine Learning Engineer All Questions

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

Exam Professional Machine Learning Engineer topic 1 question 223 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 223
Topic #: 1
[All Professional Machine Learning Engineer Questions]

You work for a pharmaceutical company based in Canada. Your team developed a BigQuery ML model to predict the number of flu infections for the next month in Canada. Weather data is published weekly, and flu infection statistics are published monthly. You need to configure a model retraining policy that minimizes cost. What should you do?

  • A. Download the weather and flu data each week. Configure Cloud Scheduler to execute a Vertex AI pipeline to retrain the model weekly.
  • B. Download the weather and flu data each month. Configure Cloud Scheduler to execute a Vertex AI pipeline to retrain the model monthly.
  • C. Download the weather and flu data each week. Configure Cloud Scheduler to execute a Vertex AI pipeline to retrain the model every month.
  • D. Download the weather data each week, and download the flu data each month. Deploy the model to a Vertex AI endpoint with feature drift monitoring, and retrain the model if a monitoring alert is detected.
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
fitri001
Highly Voted 8 months, 1 week ago
Selected Answer: D
Weather Data Update: Downloading weather data weekly captures the latest trends potentially influencing flu infections. Flu Data Update: Downloading flu statistics monthly aligns with the data publication schedule and avoids unnecessary processing for data that might not have changed. Feature Drift Monitoring: Vertex AI endpoint monitoring helps identify significant changes in the weather data distribution (feature drift) over time. Retrain Based on Alerts: Retraining the model is triggered only when feature drift is detected, ensuring the model stays relevant without unnecessary retraining cycles.
upvoted 5 times
fitri001
8 months, 1 week ago
A. Weekly Retraining: Retraining the model every week incurs processing costs even if the flu data (target variable) hasn't changed, potentially leading to wasted resources. B. Monthly Retraining: While cheaper than option A, it might miss capturing the impact of recent weather changes on flu infections. C. Weekly Data Download, Monthly Retraining: This approach downloads weather data more frequently than necessary and still incurs retraining costs even if feature drift hasn't occurred.
upvoted 1 times
Omi_04040
1 week, 5 days ago
Why does a model that does batch prediction need to be deployed to an endpoint, the right ans seems to be B
upvoted 1 times
...
...
...
pinimichele01
Most Recent 8 months, 2 weeks ago
Selected Answer: D
minimize cost
upvoted 1 times
...
guilhermebutzke
10 months, 1 week ago
Selected Answer: D
My Answer: D Even though the model predicts values for the next month, it is necessary to consume weekly data because the model's output could change based on new weekly data. Therefore, it is necessary to download data weekly and monthly. Furthermore, it is not necessary to retrain the model if the feature distribution remains unchanged.
upvoted 1 times
...
b1a8fae
11 months, 1 week ago
Selected Answer: D
D. This way, cost is minimized by only retraining when feature drift takes place.
upvoted 4 times
...
pikachu007
11 months, 2 weeks ago
Selected Answer: D
Selective Retraining: Retraining occurs only when necessary, triggered by feature drift alerts, reducing cloud resource usage and associated costs. Efficient Data Utilization: Weather data is downloaded weekly to capture potential changes, but model retraining waits for monthly flu data, ensuring model relevance without excessive updates. Early Drift Detection: Vertex AI's feature drift monitoring proactively identifies model performance degradation, prompting timely retraining to maintain accuracy.
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