Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Machine Learning Engineer All Questions

View all questions & answers for the Professional Machine Learning Engineer exam

Exam Professional Machine Learning Engineer topic 1 question 7 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 7
Topic #: 1
[All Professional Machine Learning Engineer Questions]

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?

  • A. Configure AutoML Tables to perform the classification task.
  • B. Run a BigQuery ML task to perform logistic regression for the classification.
  • C. Use AI Platform Notebooks to run the classification model with pandas library.
  • D. Use AI Platform to run the classification model job configured for hyperparameter tuning.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
guruguru
Highly Voted 3 years, 4 months ago
A. Because BigQuery ML need to write code.
upvoted 28 times
...
tadeupan
Most Recent 4 months, 1 week ago
create a model without doing literally anything, logo AutoML. A.
upvoted 1 times
...
PhilipKoku
5 months, 3 weeks ago
Selected Answer: A
A) Auto ML Tables doesn’t require code.
upvoted 2 times
...
Azhar10
8 months ago
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'
upvoted 3 times
...
fragkris
12 months ago
Selected Answer: A
A - AutoML is no code
upvoted 1 times
...
harithacML
1 year, 4 months ago
Selected Answer: A
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
upvoted 1 times
...
M25
1 year, 6 months ago
Selected Answer: A
Went with A
upvoted 1 times
...
Moulichintakunta
1 year, 11 months ago
Selected Answer: A
Because BigQueryML doesn't have lots of steps that mentioned in question
upvoted 1 times
...
EFIGO
2 years ago
Selected Answer: A
"without writing code" ==> AutoML A is correct
upvoted 1 times
...
abhi0706
2 years ago
Correct answer is "A"
upvoted 1 times
...
GCP72
2 years, 3 months ago
Selected Answer: A
Correct answer is "A"
upvoted 1 times
...
sachinxshrivastav
2 years, 3 months ago
Selected Answer: A
Because BigQuery ML need to write code, so A is the correct one
upvoted 1 times
...
Mohamed_Mossad
2 years, 5 months ago
Selected Answer: A
"without writing code" only A option complies with this statment , all other options requires writing code
upvoted 1 times
...
caohieu04
2 years, 9 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
NamitSehgal
2 years, 10 months ago
A is correct https://cloud.google.com/automl-tables/docs/beginners-guide
upvoted 3 times
...
MisterHairy
2 years, 11 months ago
=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
upvoted 3 times
coderpk
2 years, 10 months ago
C custom container and distributed system
upvoted 4 times
...
A4M
2 years, 10 months ago
Answer - C It's between A & C C - Because the questions states data too large to fit in memory hence distributed training is relevant
upvoted 3 times
...
morgan62
2 years, 7 months ago
C is the answer without doubt. A: Distributed? Nope B: Built-in? Nope D: Reconfig? Nope
upvoted 3 times
...
MisterHairy
2 years, 11 months ago
Answer?
upvoted 1 times
...
...
ashii007
2 years, 11 months ago
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.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...