☎  076 959 6407✉  support@quizcrazepro.co.za
Learn. Practice. Build your future.
BlogHelpContact
G

Google Professional Machine Learning Engineer

280 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 84 of 280

Single answer
Your company manages an application that aggregates news articles from many different online sources and sends them to users. You need to build a recommendation model that will suggest articles to readers that are similar to the articles they are currently reading. Which approach should you use?
ACreate a collaborative filtering system that recommends articles to a user based on the user’s past behavior.
BEncode all articles into vectors using word2vec, and build a model that returns articles based on vector similarity.
CBuild a logistic regression model for each user that predicts whether an article should be recommended to a user.
DManually label a few hundred articles, and then train an SVM classifier based on the manually classified articles that categorizes additional articles into their respective categories.
Correct Answer: B

Encode all articles into vectors using word2vec, and build a model that returns articles based on vector similarity.

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.

About this practice exam

Review 280 Google questions with answers and explanations. Use the navigation to move through the exam at your own pace.