Which endpoints should the Enrichment Cloud Functions call?

You are designing an architecture with a serverless ML system to enrich customer support tickets with informative metadata before they are routed to a support agent. You need a set of models to predict ticket priority, predict ticket resolution time, and perform sentiment analysis to help agents make strategic decisions...

January 13, 2024 No Comments READ MORE +

How should you ensure that AutoML fits the best model to your data?

You work for a large hotel chain and have been asked to assist the marketing team in gathering predictions for a targeted marketing strategy. You need to make predictions about user lifetime value (LTV) over the next 30 days so that marketing can be adjusted accordingly. The customer dataset is...

January 13, 2024 No Comments READ MORE +

How should you build a model to ensure that the application does not falsely accept a non-compliant picture?

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 application does not falsely accept...

January 13, 2024 No Comments READ MORE +

How should you create a dataset following Google-recommended best practices?

You have been asked to develop an input pipeline for an ML training model that processes images from disparate sources at a low latency. You discover that your input data does not fit in memory. How should you create a dataset following Google-recommended best practices?A . Create a tf.data.Dataset.prefetch transformationB...

January 13, 2024 No Comments READ MORE +

What should you do?

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 should you do?A . Use feature construction to combine the...

January 13, 2024 No Comments READ MORE +

What should you do?

You are training a TensorFlow model on a structured data set with 100 billion records stored in several CSV files. You need to improve the input/output execution performance. What should you do?A . Load the data into BigQuery and read the data from BigQuery.B . Load the data into Cloud...

January 12, 2024 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,...

January 12, 2024 No Comments READ MORE +

What is the correct way to write the predict request?

You trained a text classification model. You have the following SignatureDefs: What is the correct way to write the predict request?A . data = json.dumps({"signature_name": "serving_default' "instances": [fab', 'be1, 'cd']]})B . data = json dumps({"signature_name": "serving_default"! "instances": [['a', 'b', "c", 'd', 'e', 'f']]})C . data = json.dumps({"signature_name": "serving_default, "instances": [['a',...

January 12, 2024 No Comments READ MORE +

How can you make your production model more accurate?

You are building a model to predict daily temperatures. You split the data randomly and then transformed the training and test datasets. Temperature data for model training is uploaded hourly. During testing, your model performed with 97% accuracy; however, after deploying to production, the model's accuracy dropped to 66%. How...

January 12, 2024 No Comments READ MORE +

Which approach should you use?

Your company manages an application that aggregates news articles from many different online sources and sends them to users. You need to build a recommendation model that will suggest articles to readers that are similar to the articles they are currently reading. Which approach should you use?A . Create a...

January 12, 2024 No Comments READ MORE +