Question 163 of 280
Single answerYou are an ML engineer at a retail company. You have built a model that predicts a coupon to offer an ecommerce customer at checkout based on the items in their cart. When a customer goes to checkout, your serving pipeline, which is hosted on Google Cloud, joins the customer's existing cart with a row in a BigQuery table that contains the customers' historic purchase behavior and uses that as the model's input. The web team is reporting that your model is returning predictions too slowly to load the coupon offer with the rest of the web page. How should you speed up your model's predictions?
AAttach an NVIDIA P100 GPU to your deployed model’s instance.
✓BUse a low latency database for the customers’ historic purchase behavior.
CDeploy your model to more instances behind a load balancer to distribute traffic.
DCreate a materialized view in BigQuery with the necessary data for predictions.
✓
Correct Answer: B
Use a low latency database for the customers’ historic purchase behavior.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.