Professional-Machine-Learning-Engineer Exam Question 6

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. Your company wants to implement the new ML model as soon as possible. Which model should you use?
  • Professional-Machine-Learning-Engineer Exam Question 7

    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?
  • Professional-Machine-Learning-Engineer Exam Question 8

    You need to train a computer vision model that predicts the type of government ID present in a given image using a GPU-powered virtual machine on Compute Engine. You use the following parameters:
    * Optimizer: SGD
    * Image shape = 224x224
    * Batch size = 64
    * Epochs = 10
    * Verbose = 2
    During training you encounter the following error: ResourceExhaustedError: out of Memory (oom) when allocating tensor. What should you do?
  • Professional-Machine-Learning-Engineer Exam Question 9

    You work for an online travel agency that also sells advertising placements on its website to other companies.
    You have been asked to predict the most relevant web banner that a user should see next. Security is important to your company. The model latency requirements are 300ms@p99, the inventory is thousands of web banners, and your exploratory analysis has shown that navigation context is a good predictor. You want to Implement the simplest solution. How should you configure the prediction pipeline?
  • Professional-Machine-Learning-Engineer Exam Question 10

    You work for an online publisher that delivers news articles to over 50 million readers. You have built an AI model that recommends content for the company's weekly newsletter. A recommendation is considered successful if the article is opened within two days of the newsletter's published date and the user remains on the page for at least one minute.
    All the information needed to compute the success metric is available in BigQuery and is updated hourly. The model is trained on eight weeks of data, on average its performance degrades below the acceptable baseline after five weeks, and training time is 12 hours. You want to ensure that the model's performance is above the acceptable baseline while minimizing cost. How should you monitor the model to determine when retraining is necessary?