How should you address the input differences in production?

Your team trained and tested a DNN regression model with good results. Six months after deployment, the model is performing poorly due to a change in the distribution of the input data. How should you address the input differences in production?A . Create alerts to monitor for skew, and retrain...

January 14, 2024 No Comments READ MORE +

What should you use as the input and output for your model?

You work on the data science team for a multinational beverage company. You need to develop an ML model to predict the company’s profitability for a new line of naturally flavored bottled waters in different locations. You are provided with historical data that includes product types, product sales volumes, expenses,...

January 14, 2024 No Comments READ MORE +

How should you build the model?

You work for a large technology company that wants to modernize their contact center. You have been asked to develop a solution to classify incoming calls by product so that requests can be more quickly routed to the correct support team. You have already transcribed the calls using the Speech-to-Text...

January 13, 2024 No Comments READ MORE +

How should you build the classifier?

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, serving, and deployment. You will...

January 13, 2024 No Comments READ MORE +

Which architecture should you use?

You have trained a model on a dataset that required computationally expensive preprocessing operations. You need to execute the same preprocessing at prediction time. You deployed the model on Al Platform for high-throughput online prediction. Which architecture should you use?A . • Validate the accuracy of the model that you...

January 13, 2024 No Comments READ MORE +

How should you configure the pipeline?

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 requests into one of the categories. How should you configure...

January 13, 2024 No Comments READ MORE +

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 +