MLOps V2

MLOps V2

12th Grade

35 Qs

quiz-placeholder

Similar activities

Access

Access

KG - University

30 Qs

Computer Science Diagnostic Assessment

Computer Science Diagnostic Assessment

8th - 12th Grade

32 Qs

Artificial Intelligence and Machine Learning

Artificial Intelligence and Machine Learning

7th - 12th Grade

30 Qs

Databases: Pre-Unit Knowledge Check

Databases: Pre-Unit Knowledge Check

12th Grade

33 Qs

7517 AQA A Level CS 43 Relational Databases

7517 AQA A Level CS 43 Relational Databases

12th Grade

30 Qs

Pemrograman dan Pengembangan Web

Pemrograman dan Pengembangan Web

12th Grade

30 Qs

PAS PWPB Kelas XII RPL

PAS PWPB Kelas XII RPL

12th Grade

30 Qs

Access Review

Access Review

9th Grade - University

30 Qs

MLOps V2

MLOps V2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Academia Google

Used 8+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You need to deploy a scikit-learn classification model to production. The model must be able to serve requests 24/7, and you expect millions of requests per second to the production application from 8 am to 7 pm. You need to minimize the cost of deployment. What should you do?

Deploy an online Vertex AI prediction endpoint. Set the max replica count to 1.

Deploy an online Vertex AI prediction endpoint. Set the max replica count to 100.

Deploy an online Vertex AI prediction endpoint with one GPU per replica. Set the max replica count to 1.

Deploy an online Vertex AI prediction endpoint with one GPU per replica. Set the max replica count to 100.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

How should you set up your training environment?

Configure a v3-8 TPU VM. SSH into the VM to train and debug the model.

Configure a v3-8 TPU node. Use Cloud Shell to SSH into the Host VM to train and debug the model.

Configure a n1 -standard-4 VM with 4 NVIDIA P100 GPUs. SSH into the VM and use ParameterServerStraregv to train the model.

Configure a n1-standard-4 VM with 4 NVIDIA P100 GPUs. SSH into the VM and use MultiWorkerMirroredStrategy to train the model.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What should you do?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What should you do?

Stream prediction results to BigQuery. Use BigQuery’s CORR(X1, X2) function to calculate the Pearson correlation coefficient between each feature and the target variable.

Use Vertex Explainable AI. Submit each prediction request with the explain' keyword to retrieve feature attributions using the sampled Shapley method.

Use Vertex AI Workbench user-managed notebooks to perform a Lasso regression analysis on your model, which will eliminate features that do not provide a strong signal.

Use the What-If tool in Google Cloud to determine how your model will perform when individual features are excluded. Rank the feature importance in order of those that caused the most significant performance drop when removed from the model.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What should you do?

Create an AutoML tabular model by using the BigQuery data with integrated Vertex Explainable AI.

Create a BigQuery ML deep neural network model and use the ML.EXPLAIN_PREDICT method with the num_integral_steps parameter.

Upload the custom model to Vertex AI Model Registry and configure feature-based attribution by using sampled Shapley with input baselines.

Update the custom serving container to include sampled Shapley-based explanations in the prediction outputs.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What should you do?

Use FastAPI to implement an HTTP server. Create a Docker image that runs your HTTP server, and deploy it on your organization’s GKE cluster.

Use FastAPI to implement an HTTP server. Create a Docker image that runs your HTTP server, Upload the image to Vertex AI Model Registry and deploy it to a Vertex AI endpoint.

Use the Predictor interface to implement a custom prediction routine. Build the custom container, upload the container to Vertex AI Model Registry and deploy it to a Vertex AI endpoint.

Use the XGBoost prebuilt serving container when importing the trained model into Vertex AI. Deploy the model to a Vertex AI endpoint. Work with the backend engineers to implement the pre- and postprocessing steps in the Golang backend service.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You received a training-serving skew alert from a Vertex AI Model Monitoring job running in production. You retrained the model with more recent training data, and deployed it back to the Vertex AI endpoint, but you are still receiving the same alert. What should you do?

Update the model monitoring job to use a lower sampling rate.

Update the model monitoring job to use the more recent training data that was used to retrain the model.

Temporarily disable the alert. Enable the alert again after a sufficient amount of new production traffic has passed through the Vertex AI endpoint.

Temporarily disable the alert until the model can be retrained again on newer training data. Retrain the model again after a sufficient amount of new production traffic has passed through the Vertex AI endpoint.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?