Question 271 of 280
Single answerYou work at a gaming startup that has several terabytes of structured data in Cloud Storage. This data includes gameplay time data, user metadata, and game metadata. You want to build a model that recommends new games to users that requires the least amount of coding. What should you do?
ALoad the data in BigQuery. Use BigQuery ML to train an Autoencoder model.
✓BLoad the data in BigQuery. Use BigQuery ML to train a matrix factorization model.
CRead data to a Vertex AI Workbench notebook. Use TensorFlow to train a two-tower model.
DRead data to a Vertex AI Workbench notebook. Use TensorFlow to train a matrix factorization model.
✓
Correct Answer: B
Load the data in BigQuery. Use BigQuery ML to train a matrix factorization model.
▥
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.