Question 268 of 280
Single answerYou work for a rapidly growing social media company. Your team builds TensorFlow recommender models in an on-premises CPU cluster. The data contains billions of historical user events and 100,000 categorical features. You notice that as the data increases, the model training time increases. You plan to move the models to Google Cloud. You want to use the most scalable approach that also minimizes training time. What should you do?
✓ADeploy the training jobs by using TPU VMs with TPUv3 Pod slices, and use the TPUEmbeading API
BDeploy the training jobs in an autoscaling Google Kubernetes Engine cluster with CPUs
CDeploy a matrix factorization model training job by using BigQuery ML
DDeploy the training jobs by using Compute Engine instances with A100 GPUs, and use the tf.nn.embedding_lookup API
✓
Correct Answer: A
Deploy the training jobs by using TPU VMs with TPUv3 Pod slices, and use the TPUEmbeading API
▥
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.