What approach should you take to train this regression model?

You need to train a regression model based on a dataset containing 50,000 records that is stored in BigQuery. The data includes a total of 20 categorical and numerical features with a target variable that can include negative values. You need to minimize effort and training time while maximizing model...

September 18, 2024 No Comments READ MORE +

Register each user with a user ID on the Firebase Cloud Messaging server, which sends a notification when your model predicts that a user's account balance will drop below the $25 threshold

Register each user with a user ID on the Firebase Cloud Messaging server, which sends a notification when your model predicts that a user's account balance will drop below the $25 thresholdView AnswerAnswer: D Explanation: Firebase is designed for exactly this sort of scenario. Also, it would not be possible...

September 18, 2024 No Comments READ MORE +

Which action should you try first to increase the efficiency of your pipeline?

You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to...

September 17, 2024 No Comments READ MORE +

Dispatch an appropriately sized shuttle and provide the map with the required stops based on the simulated outcome.

Dispatch an appropriately sized shuttle and provide the map with the required stops based on the simulated outcome.View AnswerAnswer: C Explanation: This is a case where machine learning would be terrible, as it would not be 100% accurate and some passengers would not get picked up. A simple algorith works...

September 17, 2024 No Comments READ MORE +

How should you distribute the training examples across the train-test-eval subsets while maintaining the 80-10-10 proportion?

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 the training, testing, and evaluation subsets. How should you distribute...

September 16, 2024 No Comments READ MORE +

Which algorithms should you use to build the model?

You are an ML engineer at a large grocery retailer with stores in multiple regions. You have been asked to create an inventory prediction model. Your models features include region, location, historical demand, and seasonal popularity. You want the algorithm to learn from new inventory data on a daily basis....

September 16, 2024 No Comments READ MORE +

Export the batch prediction job outputs from Cloud Storage and import them into BigQuery.

Export the batch prediction job outputs from Cloud Storage and import them into BigQuery.View AnswerAnswer: C

September 16, 2024 No Comments READ MORE +

How should you reduce your Google Cloud compute costs without impacting the model’s performance?

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 of a model. You were...

September 16, 2024 No Comments READ MORE +

What should you do?

You have deployed a model on Vertex AI for real-time inference. During an online prediction request, you get an “Out of Memory” error. What should you do?A . Use batch prediction mode instead of online mode.B . Send the request again with a smaller batch of instances.C . Use base64...

September 16, 2024 No Comments READ MORE +

What should you do?

You are developing models to classify customer support emails. You created models with TensorFlow Estimators using small datasets on your on-premises system, but you now need to train the models using large datasets to ensure high performance. You will port your models to Google Cloud and want to minimize code...

September 15, 2024 No Comments READ MORE +