Skip to main content
Google Cloud ⭐ Premium

Google Professional Machine Learning Engineer - 340 Questions

By Webmaster Certland ❤️ 0 likes

Practice exam for the Google Professional Machine Learning Engineer certification. Covers architecting low-code AI solutions, managing data and models, scaling ML prototypes, serving and scaling models, automating ML pipelines, and monitoring AI solutions.

🔒

Premium Content

This exam is exclusive to Premium users. Upgrade to get unlimited access!

Become Premium

👁️ Free Preview (5 of 340 questions)

1. A data analyst at a retail company wants to predict future sales using historical transaction data stored in BigQuery. They need a model that handles seasonality and trend decomposition without writing custom ML code. Which BigQuery ML model type should they use?

A LINEAR_REG
B ARIMA_PLUS
C BOOSTED_TREE_REGRESSOR
D MATRIX_FACTORIZATION

2. A machine learning engineer needs to build a customer churn prediction model using data already in BigQuery. The target variable is binary (churned or not churned). Which BigQuery ML model type is most appropriate?

A LOGISTIC_REG
B LINEAR_REG
C ARIMA_PLUS
D MATRIX_FACTORIZATION

3. A machine learning engineer has trained a BigQuery ML model and wants to evaluate its performance using metrics such as precision, recall, and F1 score. Which BigQuery ML function should they use?

A ML.PREDICT
B ML.EVALUATE
C ML.FEATURE_IMPORTANCE
D ML.TRANSFORM

4. A company wants to build a product recommendation engine for their e-commerce platform. The data consists of user-item interaction ratings stored in BigQuery. They want to use a collaborative filtering approach without writing custom code. Which BigQuery ML model type should they use?

A LOGISTIC_REG
B BOOSTED_TREE_CLASSIFIER
C MATRIX_FACTORIZATION
D ARIMA_PLUS

5. A machine learning engineer needs to generate text embeddings from customer reviews stored in BigQuery to use in a downstream similarity search. They want to use a foundation model without leaving the BigQuery environment. Which approach should they use?

A Use ML.GENERATE_EMBEDDING to call a Vertex AI embedding model from BigQuery SQL
B Use ML.PREDICT with a pre-trained LOGISTIC_REG model to output embeddings
C Create a BigQuery ML AUTOENCODER model to generate compressed representations
D Use ML.EVALUATE on an ARIMA_PLUS model to extract feature vectors

Want to test yourself for real?

Create a free account and run our exam simulation engine.

Free No credit card
  • Simulation engine
  • Up to 10 questions per attempt
  • Score & basic stats
Create free account Already have an account? Sign in
Best
Premium 7-day trial
  • All 340 questions
  • Detailed explanations
  • Smart Practice + Focus Mode
⭐ Start 7-day free trial

Related Exams

Discussion

No comments yet. Be the first to start the discussion!

Sign in to join the discussion.