bootcamp3

bootcamp3

Professional Development

7 Qs

quiz-placeholder

Similar activities

Supply-PKT-Dec-3

Supply-PKT-Dec-3

Professional Development

10 Qs

bootcamp1-2

bootcamp1-2

Professional Development

8 Qs

Supply-PKT-Jan-1

Supply-PKT-Jan-1

Professional Development

10 Qs

HDRF TTT CERTIFICATION

HDRF TTT CERTIFICATION

Professional Development

10 Qs

Ms-Sql-Quizz

Ms-Sql-Quizz

Professional Development

10 Qs

Validation

Validation

Professional Development

10 Qs

bootcamp2

bootcamp2

Professional Development

10 Qs

Machine Learning

Machine Learning

Professional Development

10 Qs

bootcamp3

bootcamp3

Assessment

Quiz

Other

Professional Development

Hard

Created by

Nikhil Rana

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which SQL command would you use to create an ML model in BigQuery ML?

CREATE CLASSIFICATION

ML.PREDICT

CREATE MODEL

ML.EVALUATE

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a black-box optimization service that

helps tune hyperparameters in complex ML models?

Manual Search

Vertex Vizier

AutoML

Early stopping

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which code-based solution offered with Vertex AI gives data scientists

full control over the model development environment and process?

AI Platform

AutoML

Custom training

AI Solutions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default setting in AutoML Tables for the data split in model evaluation?

70% Training, 20% Validation, 10% Testing

80% Training, 15% Validation, 5% Testing

80% Training, 5% Validation, 15% Testing

80% Training 10% Validation, 10% Testing

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_____ a set of integrated, fully managed, and scalable pipelines for end-to-end ML with tabular data.

Vertex Tabular Workflows

Vertex AI AutoML

BigQuery ML

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You built and manage a ML production system that is responsible for predicting sales. Since being deployed to production, the model hasn't changed; however the accuracy of the model has steadily deteriorated.
What issue is most likely causing the steady decline in model accuracy?

Poor data quality

Lack of model retraining

Too few layers in the model for capturing information

Incorrect data split ratio during model training, evaluation, validation, and test

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following can be a possible tabular data source for your AutoML training job?

Upload CSV files from your computer

Select CSV files from Cloud Storage

Select a table or view from BigQuery

All of the options