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

Single answer
You are working on a prototype of a text classification model in a managed Vertex AI Workbench notebook. You want to quickly experiment with tokenizing text by using a Natural Language Toolkit (NLTK) library. How should you add the library to your Jupyter kernel?
AInstall the NLTK library from a terminal by using the pip install nltk command.
BWrite a custom Dataflow job that uses NLTK to tokenize your text and saves the output to Cloud Storage.
CCreate a new Vertex AI Workbench notebook with a custom image that includes the NLTK library.
DInstall the NLTK library from a Jupyter cell by using the !pip install nltk --user command.
Correct Answer: D

Install the NLTK library from a Jupyter cell by using the !pip install nltk --user command.

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.