What should you do first?

You work on an operations team at an international company that manages a large fleet of on-premises servers located in few data centers around the world. Your team collects monitoring data from the servers, including CPU/memory consumption. When an incident occurs on a server, your team is responsible for fixing...

January 14, 2024 No Comments READ MORE +

What factors should you consider before building the model?

You are an ML engineer at a regulated insurance company. You are asked to develop an insurance approval model that accepts or rejects insurance applications from potential customers. What factors should you consider before building the model?A . Redaction, reproducibility, and explainabilityB . Traceability, reproducibility, and explainabilityC . Federated learning,...

January 14, 2024 No Comments READ MORE +

What should you do?

While monitoring your model training’s GPU utilization, you discover that you have a native synchronous implementation. The training data is split into multiple files. You want to reduce the execution time of your input pipeline. What should you do?A . Increase the CPU loadB . Add caching to the pipelineC...

January 14, 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

January 14, 2024 No Comments READ MORE +

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 +