Professional Machine Learning Engineer Exam QuestionsBrowse all questions from this exam

Professional Machine Learning Engineer Exam - Question 7


You need to build classification workflows over several structured datasets currently stored in BigQuery. Because you will be performing the classification several times, you want to complete the following steps without writing code: exploratory data analysis, feature selection, model building, training, and hyperparameter tuning and serving. What should you do?

Show Answer
Correct Answer: AB

To build classification workflows over structured datasets stored in BigQuery without writing code for tasks like exploratory data analysis, feature selection, model building, training, hyperparameter tuning, and serving, AutoML Tables is the best option. AutoML Tables provides a user-friendly interface with automated machine learning capabilities that handle all these steps without requiring the user to write code.

Discussion

17 comments
Sign in to comment
guruguruOption: A
Jul 24, 2021

A. Because BigQuery ML need to write code.

MisterHairy
Dec 22, 2021

=New Question7= You recently designed and built a custom neural network that uses critical dependencies specific to your organization's framework. You need to train the model using a managed training service on Google Cloud. However, the ML framework and related dependencies are not supported by Al Platform Training. Also, both your model and your data are too large to fit in memory on a single machine. Your ML framework of choice uses the scheduler, workers, and servers distribution structure. What should you do? A. Build your custom container to run jobs on Al Platform Training B. Use a built-in model available on Al Platform Training C. Build your custom containers to run distributed training jobs on Al Platform Training D. Reconfigure your code to a ML framework with dependencies that are supported by Al Platform Training

MisterHairy
Dec 22, 2021

Answer?

coderpk
Jan 5, 2022

C custom container and distributed system

A4M
Jan 21, 2022

Answer - C It's between A & C C - Because the questions states data too large to fit in memory hence distributed training is relevant

morgan62
Apr 6, 2022

C is the answer without doubt. A: Distributed? Nope B: Built-in? Nope D: Reconfig? Nope

NamitSehgalOption: A
Jan 7, 2022

A is correct https://cloud.google.com/automl-tables/docs/beginners-guide

caohieu04Option: A
Feb 28, 2022

A is correct

Azhar10Option: A
Apr 1, 2024

The question says 'over several structured datasets' means large/multiple datasets and 'several times' means frequently use of data. Though BigQuery ML is not an absolute 'NO Code' solution but all it needs is very simple SQL query to train ML model So 'B' could be the correct answer here but it is asking for Hyperparameter tuning which is not available in BigQuery ML so correct answer is 'A'

ashii007Option: A
Dec 12, 2021

You have to export out BQ trained ML model to set it up for inference. Inference is not natively offered in BQ. You can perform EDA in autoML tables.

Mohamed_MossadOption: A
Jun 12, 2022

"without writing code" only A option complies with this statment , all other options requires writing code

sachinxshrivastavOption: A
Aug 6, 2022

Because BigQuery ML need to write code, so A is the correct one

GCP72Option: A
Aug 15, 2022

Correct answer is "A"

abhi0706Option: A
Nov 1, 2022

Correct answer is "A"

EFIGOOption: A
Nov 23, 2022

"without writing code" ==> AutoML A is correct

MoulichintakuntaOption: A
Dec 6, 2022

Because BigQueryML doesn't have lots of steps that mentioned in question

M25Option: A
May 9, 2023

Went with A

harithacMLOption: A
Jul 9, 2023

requirement : No code A. Configure AutoML Tables to perform the classification task. : No code B. Run a BigQuery ML task to perform logistic regression for the classification. : coding LR model C. Use AI Platform Notebooks to run the classification model with pandas library. : Notebooks include codes D. Use AI Platform to run the classification model job configured for hyperparameter tuning.: job needs to be written what to execute

fragkrisOption: A
Dec 1, 2023

A - AutoML is no code

PhilipKokuOption: A
Jun 6, 2024

A) Auto ML Tables doesn’t require code.

tadeupanOption: A
Jul 16, 2024

create a model without doing literally anything, logo AutoML. A.