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...
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...
Which strategy should you use when retraining the model?
You have trained a deep neural network model on Google Cloud. The model has low loss on the training data, but is performing worse on the validation data. You want the model to be resilient to overfitting. Which strategy should you use when retraining the model?A . Apply a dropout...
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...
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...
Which metric(s) should you use to monitor the model’s performance?
You work for a large social network service provider whose users post articles and discuss news. Millions of comments are posted online each day, and more than 200 human moderators constantly review comments and flag those that are inappropriate. Your team is building an ML model to help human moderators...
What should you do?
You are an ML engineer at a global shoe store. You manage the ML models for the company's website. You are asked to build a model that will recommend new products to the user based on their purchase behavior and similarity with other users. What should you do?A . Build...
What should you do?
You are developing an ML model intended to classify whether X-Ray images indicate bone fracture risk. You have trained on Api Resnet architecture on Vertex AI using a TPU as an accelerator, however you are unsatisfied with the trainning time and use memory usage. You want to quickly iterate your...
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',...
What should you do?
You are training an LSTM-based model on Al Platform to summarize text using the following job submission script: You want to ensure that training time is minimized without significantly compromising the accuracy of your model. What should you do?A . Modify the 'epochs' parameterB . Modify the 'scale-tier' parameterC ....