Data Science Model Deployments and Cloud Computing on GCP - Lab - Final Solution Deployment Using Workflow and App Engin

Data Science Model Deployments and Cloud Computing on GCP - Lab - Final Solution Deployment Using Workflow and App Engin

Assessment

Interactive Video

Information Technology (IT), Architecture, Social Studies

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers the process of setting up and training a fraud detection model using Python 3.7 in a flexible environment. It explains the configuration of app.yaml, the use of pandas-GBQ for data handling, and the validation of input data from BigQuery. The tutorial details the model training process using a random forest classifier and the generation of a classification report. It also demonstrates deploying the model using gcloud and testing it with a Python script. Finally, it shows how to execute a workflow to validate data and train the model, with results stored in Google Cloud Storage.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the runtime environment specified in the app.yaml file?

Java 8

Node.js 12

Python 3.7

Python 2.7

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is used for integrating pandas with BigQuery?

pandas

pandas-GBQ

pandas-SQL

pandas-DB

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of HTTP request does the application accept?

DELETE

PUT

POST

GET

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a UNION ALL operation used in the SQL query?

To sort the data

To balance the dataset by including both classes

To combine data from multiple databases

To filter out null values

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is used for model training?

Random Forest Classifier

K-Nearest Neighbors

Linear Regression

Support Vector Machine

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is stored in Google Cloud Storage after model training?

Raw data

SQL queries

Serialized model

Log files

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to deploy the application?

gcloud app start

gcloud app launch

gcloud app deploy

gcloud app run

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?