Question 252 of 280
Single answerYou recently trained an XGBoost model on tabular data. You plan to expose the model for internal use as an HTTP microservice. After deployment, you expect a small number of incoming requests. You want to productionize the model with the least amount of effort and latency. What should you do?
ADeploy the model to BigQuery ML by using CREATE MODEL with the BOOSTED_TREE_REGRESSOR statement, and invoke the BigQuery API from the microservice.
BBuild a Flask-based app. Package the app in a custom container on Vertex AI, and deploy it to Vertex AI Endpoints.
CBuild a Flask-based app. Package the app in a Docker image, and deploy it to Google Kubernetes Engine in Autopilot mode.
✓DUse a prebuilt XGBoost Vertex container to create a model, and deploy it to Vertex AI Endpoints.
✓
Correct Answer: D
Use a prebuilt XGBoost Vertex container to create a model, and deploy it to Vertex AI Endpoints.
▥
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.