☎  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 79 of 280

Single answer
You need to train a natural language model to perform text classification on product descriptions that contain millions of examples and 100,000 unique words. You want to preprocess the words individually so that they can be fed into a recurrent neural network. What should you do?
ACreate a hot-encoding of words, and feed the encodings into your model.
BIdentify word embeddings from a pre-trained model, and use the embeddings in your model.
CSort the words by frequency of occurrence, and use the frequencies as the encodings in your model.
DAssign a numerical value to each word from 1 to 100,000 and feed the values as inputs in your model.
Correct Answer: B

Identify word embeddings from a pre-trained model, and use the embeddings in your 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.

About this practice exam

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