Google Professional Machine Learning Engineer Exam Practice Questions (P. 4)
- Full Access (304 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #31
Engine. You use the following parameters:
✑ Optimizer: SGD
✑ Image shape = 224ֳ—224
✑ Batch size = 64
✑ Epochs = 10
✑ Verbose =2
During training you encounter the following error: ResourceExhaustedError: Out Of Memory (OOM) when allocating tensor. What should you do?
- AChange the optimizer.
- BReduce the batch size.Most Voted
- CChange the learning rate.
- DReduce the image shape.
B
Reference:
https://github.com/tensorflow/tensorflow/issues/136

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #32
(GKE). Your goal is to improve the serving latency without changing the underlying infrastructure. What should you do?
- ASignificantly increase the max_batch_size TensorFlow Serving parameter.
- BSwitch to the tensorflow-model-server-universal version of TensorFlow Serving.
- CSignificantly increase the max_enqueued_batches TensorFlow Serving parameter.
- DRecompile TensorFlow Serving using the source to support CPU-specific optimizations. Instruct GKE to choose an appropriate baseline minimum CPU platform for serving nodes.Most Voted
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #33
- ANormalize the data using Google Kubernetes Engine.
- BTranslate the normalization algorithm into SQL for use with BigQuery.Most Voted
- CUse the normalizer_fn argument in TensorFlow's Feature Column API.
- DNormalize the data with Apache Spark using the Dataproc connector for BigQuery.
B

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #34
- ACreate multiple models using AutoML Tables.
- BAutomate multiple training runs using Cloud Composer.
- CRun multiple training jobs on AI Platform with similar job names.
- DCreate an experiment in Kubeflow Pipelines to organize multiple runs.Most Voted
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #35
- AUse the BigQuery console to execute your query, and then save the query results into a new BigQuery table.
- BWrite a Python script that uses the BigQuery API to execute queries against BigQuery. Execute this script as the first step in your Kubeflow pipeline.
- CUse the Kubeflow Pipelines domain-specific language to create a custom component that uses the Python BigQuery client library to execute queries.
- DLocate the Kubeflow Pipelines repository on GitHub. Find the BigQuery Query Component, copy that component's URL, and use it to load the component into your pipeline. Use the component to execute queries against BigQuery.Most Voted
A

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #36
- ANormalize the data for the training, and test datasets as two separate steps.
- BSplit the training and test data based on time rather than a random split to avoid leakage.Most Voted
- CAdd more data to your test set to ensure that you have a fair distribution and sample for testing.
- DApply data transformations before splitting, and cross-validate to make sure that the transformations are applied to both the training and test sets.
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #37
- AUse AI Platform for distributed training.Most Voted
- BCreate a cluster on Dataproc for training.
- CCreate a Managed Instance Group with autoscaling.
- DUse Kubeflow Pipelines to train on a Google Kubernetes Engine cluster.
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #38
BigQuery while minimizing computational overhead. What should you do?
- AExport the model to BigQuery ML.Most Voted
- BDeploy and version the model on AI Platform.
- CUse Dataflow with the SavedModel to read the data from BigQuery.
- DSubmit a batch prediction job on AI Platform that points to the model location in Cloud Storage.
A

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #39
Pipelines training job on Google Kubernetes Engine (GKE). How should you architect this workflow?
- AConfigure your pipeline with Dataflow, which saves the files in Cloud Storage. After the file is saved, start the training job on a GKE cluster.
- BUse App Engine to create a lightweight python client that continuously polls Cloud Storage for new files. As soon as a file arrives, initiate the training job.
- CConfigure a Cloud Storage trigger to send a message to a Pub/Sub topic when a new file is available in a storage bucket. Use a Pub/Sub-triggered Cloud Function to start the training job on a GKE cluster.Most Voted
- DUse Cloud Scheduler to schedule jobs at a regular interval. For the first step of the job, check the timestamp of objects in your Cloud Storage bucket. If there are no new files since the last run, abort the job.
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #40
- ADecrease the number of parallel trials.
- BDecrease the range of floating-point values.
- CSet the early stopping parameter to TRUE.Most Voted
- DChange the search algorithm from Bayesian search to random search.Most Voted
- EDecrease the maximum number of trials during subsequent training phases.
BD
Reference:
https://cloud.google.com/ai-platform/training/docs/hyperparameter-tuning-overview

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages