Google Cloud Professional Machine Learning Engineer — Question 32

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?

Answer options

Correct answer: C

Explanation

The correct option is C because it includes using Cloud Bigtable to efficiently manage the large amount of navigation context data required for accurate predictions, while also deploying the model on AI Platform Prediction to meet latency requirements. Options A and B lack the necessary database component for managing user context, and option D uses Memorystore, which is not ideal for the amount of data involved.