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

January 12, 2024 No Comments READ MORE +

Which data transformation strategy would likely improve the performance of your classifier?

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?A . Write your data in TFRecords.B . Z-normalize all...

January 11, 2024 No Comments READ MORE +

Which technique should you use?

You are building a linear model with over 100 input features, all with values between -1 and 1. You suspect that many features are non-informative. You want to remove the non-informative features from your model while keeping the informative ones in their original form. Which technique should you use?A ....

January 11, 2024 No Comments READ MORE +

What should you do?

You manage a team of data scientists who use a cloud-based backend system to submit training jobs. This system has become very difficult to administer, and you want to use a managed service instead. The data scientists you work with use many different frameworks, including Keras, PyTorch, theano. Scikit-team, and...

January 11, 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...

January 11, 2024 No Comments READ MORE +

Which learning strategy should you recommend to train and deploy this ML model?

You are an ML engineer at a bank that has a mobile application. Management has asked you to build an ML-based biometric authentication for the app that verifies a customer's identity based on their fingerprint. Fingerprints are considered highly sensitive personal information and cannot be downloaded and stored into the...

January 11, 2024 No Comments READ MORE +

Which platform components should you choose for this system?

Your data science team has requested a system that supports scheduled model retraining, Docker containers, and a service that supports autoscaling and monitoring for online prediction requests. Which platform components should you choose for this system?A . Vertex AI Pipelines and App EngineB . Vertex AI Pipelines, Vertex AI Prediction,...

January 11, 2024 No Comments READ MORE +

How should the data pipeline be designed?

Your organization's call center has asked you to develop a model that analyzes customer sentiments in each call. The call center receives over one million calls daily, and data is stored in Cloud Storage. The data collected must not leave the region in which the call originated, and no Personally...

January 11, 2024 No Comments READ MORE +

What should you do?

You need to execute a batch prediction on 100 million records in a BigQuery table with a custom TensorFlow DNN regressor model, and then store the predicted results in a BigQuery table. You want to minimize the effort required to build this inference pipeline. What should you do?A . Import...

January 10, 2024 No Comments READ MORE +

Which service should you use?

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 service should you use?A . AutoML Natural...

January 10, 2024 No Comments READ MORE +