This question evaluates competency in Machine Learning system design, specifically recommender systems, feature engineering for high-cardinality and sparse interactions, algorithm selection, and MLOps concerns such as low-latency serving, deployment, retraining, and monitoring.
You are designing and deploying an ML model that mirrors a real-world recommendation pipeline serving a large product catalog with strict latency constraints and high traffic.
Answer the following, as if describing your own most recent production system. If needed, make reasonable assumptions and state them.
Describe the pipeline from raw data ingestion to online inference and monitoring:
Login required