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', 'b 'c'1, [d...

March 15, 2025 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...

March 14, 2025 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...

March 13, 2025 No Comments READ MORE +

What should you do?

You have deployed a model on Vertex AI for real-time inference. During an online prediction request, you get an “Out of Memory” error. What should you do?A . Use batch prediction mode instead of online mode.B . Send the request again with a smaller batch of instances.C . Use base64...

March 10, 2025 No Comments READ MORE +

Which model should you use?

You work for a toy manufacturer that has been experiencing a large increase in demand. You need to build an ML model to reduce the amount of time spent by quality control inspectors checking for product defects. Faster defect detection is a priority. The factory does not have reliable Wi-Fi....

March 8, 2025 No Comments READ MORE +

Which action should you try first to increase the efficiency of your pipeline?

You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to...

March 8, 2025 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...

March 7, 2025 No Comments READ MORE +

Which action should you try first to increase the efficiency of your pipeline?

You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to...

March 7, 2025 No Comments READ MORE +

Which environment should you train your model on?

Your team is building a convolutional neural network (CNN)-based architecture from scratch. The preliminary experiments running on your on-premises CPU-only infrastructure were encouraging, but have slow convergence. You have been asked to speed up model training to reduce time-to-market. You want to experiment with virtual machines (VMs) on Google Cloud...

March 7, 2025 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,...

March 4, 2025 No Comments READ MORE +