What should you do?

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 run a Keras Tuner job.B . Run a...

April 10, 2025 No Comments READ MORE +

How many trainable weights does your model have?

You are going to train a DNN regression model with Keras APIs using this code: How many trainable weights does your model have? (The arithmetic below is correct.)A . 501*256+257*128+2 161154B . 500*256+256*128+128*2 161024C . 501*256+257*128+128*2161408D . 500*256*0 25+256*128*0 25+128*2 40448View AnswerAnswer: B Explanation: The number of trainable weights in...

April 9, 2025 No Comments READ MORE +

What is the most streamlined and reliable way to perform this validation?

You work for a global footwear retailer and need to predict when an item will be out of stock based on historical inventory data. Customer behavior is highly dynamic since footwear demand is influenced by many different factors. You want to serve models that are trained on all available data,...

April 9, 2025 No Comments READ MORE +

What should you do?

You have a demand forecasting pipeline in production that uses Dataflow to preprocess raw data prior to model training and prediction. During preprocessing, you employ Z-score normalization on data stored in BigQuery and write it back to BigQuery. New training data is added every week. You want to make the...

April 4, 2025 No Comments READ MORE +

What should you do?

You are an ML engineer in the contact center of a large enterprise. You need to build a sentiment analysis tool that predicts customer sentiment from recorded phone conversations. You need to identify the best approach to building a model while ensuring that the gender, age, and cultural differences of...

April 2, 2025 No Comments READ MORE +

What should you do?

You work for a magazine distributor and need to build a model that predicts which customers will renew their subscriptions for the upcoming year. Using your company’s historical data as your training set, you created a TensorFlow model and deployed it to AI Platform. You need to determine which customer...

April 1, 2025 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...

March 31, 2025 No Comments READ MORE +

What should you do?

You need to design a customized deep neural network in Keras that will predict customer purchases based on their purchase history. You want to explore model performance using multiple model architectures, store training data, and be able to compare the evaluation metrics in the same dashboard. What should you do?A...

March 31, 2025 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: A Explanation: This answer is correct because it uses a regression model to estimate the number of passengers at each shuttle station, which is a continuous variable. A tree-based regression model...

March 31, 2025 No Comments READ MORE +

What should you do?

You have trained a text classification model in TensorFlow using Al Platform. You want to use the trained model for batch predictions on text data stored in BigQuery while minimizing computational overhead. What should you do?A . Export the model to BigQuery ML.B . Deploy and version the model on...

March 29, 2025 No Comments READ MORE +