Free Professional Machine Learning Engineer Exam Braindumps (page: 6)

Page 6 of 69

You have deployed multiple versions of an image classification model on AI Platform. You want to monitor the performance of the model versions over time. How should you perform this comparison?

  1. Compare the loss performance for each model on a held-out dataset.
  2. Compare the loss performance for each model on the validation data.
  3. Compare the receiver operating characteristic (ROC) curve for each model using the What-If Tool.
  4. Compare the mean average precision across the models using the Continuous Evaluation feature.

Answer(s): B



You trained a text classification model. You have the following SignatureDefs:


You started a TensorFlow-serving component server and tried to send an HTTP request to get a prediction using:

headers = {"content-type": "application/json"}
json_response = requests.post('http: //localhost:8501/v1/models/ text_model:predict', data=data, headers=headers)

What is the correct way to write the predict request?

  1. data = json.dumps({“signature_name”: “seving_default”, “instances” [[‘ab’, ‘bc’, ‘cd’]]})
  2. data = json.dumps({“signature_name”: “serving_default”, “instances” [[‘a’, ‘b’, ‘c’, ‘d’, ‘e’, ‘f’]]})
  3. data = json.dumps({“signature_name”: “serving_default”, “instances” [[‘a’, ‘b’, ‘c’], [‘d’, ‘e’, ‘f’]]})
  4. data = json.dumps({“signature_name”: “serving_default”, “instances” [[‘a’, ‘b’], [‘c’, ‘d’], [‘e’, ‘f’]]})

Answer(s): D



Your organization’s call center has asked you to develop a model that analyzes customer sentiments in each call. The call center receives over one million calls daily, and data is stored in Cloud Storage. The data collected must not leave the region in which the call originated, and no Personally Identifiable Information (PII) can be stored or analyzed. The data science team has a third-party tool for visualization and access which requires a SQL ANSI-2011 compliant interface. You need to select components for data processing and for analytics. How should the data pipeline be designed?

  1. 1= Dataflow, 2= BigQuery
  2. 1 = Pub/Sub, 2= Datastore
  3. 1 = Dataflow, 2 = Cloud SQL
  4. 1 = Cloud Function, 2= Cloud SQL

Answer(s): A



You are an ML engineer at a global shoe store. You manage the ML models for the company’s website. You are asked to build a model that will recommend new products to the user based on their purchase behavior and similarity with other users. What should you do?

  1. Build a classification model
  2. Build a knowledge-based filtering model
  3. Build a collaborative-based filtering model
  4. Build a regression model using the features as predictors

Answer(s): C


Reference:

https://cloud.google.com/solutions/recommendations-using-machine-learning-on-compute-engine



Page 6 of 69



Post your Comments and Discuss Google Professional Machine Learning Engineer exam with other Community members:

Tina commented on April 09, 2024
Good questions
Anonymous
upvote

Kavah commented on September 29, 2021
Very responsive and cool support team.
UNITED KINGDOM
upvote