Multiple Choice
You have trained a model on a dataset that required computationally expensive preprocessing operations. You need to execute the same preprocessing at prediction time. You deployed the model on AI Platform for high-throughput online prediction. Which architecture should you use?
A) Validate the accuracy of the model that you trained on preprocessed data. Create a new model that uses the raw data and is available in real time. Deploy the new model onto AI Platform for online prediction.
B) Send incoming prediction requests to a Pub/Sub topic. Transform the incoming data using a Dataflow job. Submit a prediction request to AI Platform using the transformed data. Write the predictions to an outbound Pub/Sub queue.
C) Stream incoming prediction request data into Cloud Spanner. Create a view to abstract your preprocessing logic. Query the view every second for new records.
D) Set up a Cloud Function that is triggered when messages are published to the Pub/Sub topic. Implement your preprocessing logic in the Cloud Function.
Correct Answer:

Verified
Correct Answer:
Verified
Q25: You have been asked to develop an
Q26: You work for a social media company.
Q27: Your team has been tasked with creating
Q28: You need to design a customized deep
Q29: You need to train a computer vision
Q30: You work for an advertising company and
Q31: You have trained a deep neural network
Q32: You are developing models to classify customer
Q33: You work for a bank and are
Q35: You have a functioning end-to-end ML pipeline