wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

PA Lab2 - PGPM -Quiz1

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

What is one way to update a deployed ML model on Render?

a)

Retrain the model and redeploy with the updated files

b)

Edit the model directly in the cloud

c)

Use Render’s automatic retraining feature

d)

Train the model with a larger dataset on Render

2.

What is one common challenge when deploying ML models on the cloud?

a)

Lack of computational power

b)

Overfitting to training data

c)

Ensuring low response time (l) for real-time predictions

d)

Lack of labeled data

3.

Which file format is often used to save a trained ML model for deployment?

a)

.csv

b)

.py

c)

.pkl or .h5

d)

.html

4.

How is an ML model typically deployed as a service on Render?

a)

By embedding it in a mobile application

b)

By creating a API (app) or GraphQL API

c)

By integrating it with a CRM system

d)

By uploading it to a web browser

5.

What is the typical cost structure for using Render platform? (apart from the limited free version)

a)

Flat monthly fee

b)

Pay-as-you-go, based on resources used

c)

One-time payment

d)

Free for unlimited usage

6.

What is required to deploy a model API on Render?

a)

A trained ML model and a web framework like Flask or FastAPI

b)

Only the raw data used for training

c)

A Render mobile application

d)

Pre-installed cloud GPUs

7.

Which programming languages are most commonly used to deploy ML models on Render?

a)

Python and JavaScript

b)

C++ and Ruby

c)

HTML and CSS

d)

SQL and NoSQL

8.

What is the primary purpose of deploying an ML model?

a)

To collect data

b)

To make predictions or decisions in real-world scenarios

c)

To train the model on new data

d)

To store data securely

9.

What is the "odd thing" here in relation to cloud deployment

a)

Azure

b)

AWS

c)

GCP

d)

Keras