
Ultimate access to all questions.
You work for an online travel agency that generates revenue not only through bookings but also by selling advertising placements on its website to other companies. Your task is to predict and display the most relevant web banner to users as they navigate the site. Ensuring security is crucial for your company. Given that the model's latency requirements are 300ms@p99, with an inventory of thousands of web banners, and your exploratory analysis indicates that users' navigation context is a strong predictor for ad relevance, you now need to implement the simplest solution. How should you configure the prediction pipeline?
A
Embed the client on the website, and then deploy the model on AI Platform Prediction.
B
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.
C
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.
D
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.