Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

167 total results found

Question 51

Google Professional Machine Learning En... Question 51 to 100

You work on a growing team of more than 50 data scientists who all use AI Platform. You are designing a strategy to organize your jobs, models, and versions in a clean and scalable way. Which strategy should you choose? A. Set up restrictive IAM permissions...

Question 52

Google Professional Machine Learning En... Question 51 to 100

You are training a deep learning model for semantic image segmentation with reduced training time. While using a Deep Learning VM Image, you receive the following error: The resource 'projects/deeplearning-platforn/zones/europe-west4-c/acceleratorTypes/nvidia-...

Question 53

Google Professional Machine Learning En... Question 51 to 100

Your team is working on an NLP research project to predict political affiliation of authors based on articles they have written. You have a large training dataset that is structured like this: You followed the standard 80%-10%-10% data distribution across t...

Question 54

Google Professional Machine Learning En... Question 51 to 100

Your team has been tasked with creating an ML solution in Google Cloud to classify support requests for one of your platforms. You analyzed the requirements and decided to use TensorFlow to build the classifier so that you have full control of the model's code...

Question 55

Google Professional Machine Learning En... Question 51 to 100

You recently joined a machine learning team that will soon release a new project. As a lead on the project, you are asked to determine the production readiness of the ML components. The team has already tested features and data, model development, and infrastr...

Question 56

Google Professional Machine Learning En... Question 51 to 100

You work for a credit card company and have been asked to create a custom fraud detection model based on historical data using AutoML Tables. You need to prioritize detection of fraudulent transactions while minimizing false positives. Which optimization objec...

Question 57

Google Professional Machine Learning En... Question 51 to 100

Your company manages a video sharing website where users can watch and upload videos. You need to create an ML model to predict which newly uploaded videos will be the most popular so that those videos can be prioritized on your company's website. Which result...

Question 58

Google Professional Machine Learning En... Question 51 to 100

You are working on a Neural Network-based project. The dataset provided to you has columns with different ranges. While preparing the data for model training, you discover that gradient optimization is having difficulty moving weights to a good solution. What ...

Question 59

Google Professional Machine Learning En... Question 51 to 100

Your data science team needs to rapidly experiment with various features, model architectures, and hyperparameters. They need to track the accuracy metrics for various experiments and use an API to query the metrics over time. What should they use to track and...

Question 60

Google Professional Machine Learning En... Question 51 to 100

You work for a bank and are building a random forest model for fraud detection. You have a dataset that includes transactions, of which 1% are identified as fraudulent. Which data transformation strategy would likely improve the performance of your classifier?...

Question 61

Google Professional Machine Learning En... Question 51 to 100

You are using transfer learning to train an image classifier based on a pre-trained EfficientNet model. Your training dataset has 20,000 images. You plan to retrain the model once per day. You need to minimize the cost of infrastructure. What platform componen...

Question 62

Google Professional Machine Learning En... Question 51 to 100

While conducting an exploratory analysis of a dataset, you discover that categorical feature A has substantial predictive power, but it is sometimes missing. What should you do? A. Drop feature A if more than 15% of values are missing. Otherwise, use featur...

Question 63

Google Professional Machine Learning En... Question 51 to 100

You work for a large retailer and have been asked to segment your customers by their purchasing habits. The purchase history of all customers has been uploaded to BigQuery. You suspect that there may be several distinct customer segments, however you are unsur...

Question 64

Google Professional Machine Learning En... Question 51 to 100

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 ...

Question 65

Google Professional Machine Learning En... Question 51 to 100

While monitoring your model training’s GPU utilization, you discover that you have a native synchronous implementation. The training data is split into multiple files. You want to reduce the execution time of your input pipeline. What should you do? A. In...

Question 66

Google Professional Machine Learning En... Question 51 to 100

Your data science team is training a PyTorch model for image classification based on a pre-trained RestNet model. You need to perform hyperparameter tuning to optimize for several parameters. What should you do? A. Convert the model to a Keras model, and ru...

Question 67

Google Professional Machine Learning En... Question 51 to 100

You have a large corpus of written support cases that can be classified into 3 separate categories: Technical Support, Billing Support, or Other Issues. You need to quickly build, test, and deploy a service that will automatically classify future written reque...

Question 68

Google Professional Machine Learning En... Question 51 to 100

You need to quickly build and train a model to predict the sentiment of customer reviews with custom categories without writing code. You do not have enough data to train a model from scratch. The resulting model should have high predictive performance. Which ...

Question 69

Google Professional Machine Learning En... Question 51 to 100

You need to build an ML model for a social media application to predict whether a user’s submitted profile photo meets the requirements. The application will inform the user if the picture meets the requirements. How should you build a model to ensure that the...

Question 70

Google Professional Machine Learning En... Question 51 to 100

You lead a data science team at a large international corporation. Most of the models your team trains are large-scale models using high-level TensorFlow APIs on AI Platform with GPUs. Your team usually takes a few weeks or months to iterate on a new version o...