Topic 1 Question 80
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 [email protected], 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?
Embed the client on the website, and then deploy the model on AI Platform Prediction.
Embed the client on the website, deploy the gateway on App Engine, deploy the database on Firestore for writing and for reading the user’s navigation context, and then deploy the model on AI Platform Prediction.
Embed the client on the website, deploy the gateway on App Engine, deploy the database on Cloud Bigtable for writing and for reading the user’s navigation context, and then deploy the model on AI Platform Prediction.
Embed the client on the website, deploy the gateway on App Engine, deploy the database on Memorystore for writing and for reading the user’s navigation context, and then deploy the model on Google Kubernetes Engine.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: C
C (same question 49) keywords the inventory is thousands of web banners -> Bigtable You want to Implement the simplest solution -> AI Platform Prediction
👍 6hiromi2022/12/18 I think C because of latency requirements. Cloud BigTable has high latency feature from https://cloud.google.com/bigtable
👍 3kn292022/12/18- 正解だと思う選択肢: B
B, for me.
👍 2ares812023/01/04
シャッフルモード