Google Machine Learning Engineer Interview Questions
The questions to prepare for a Google Machine Learning Engineer interview. Questions from real interview reports rank first. Updated weekly.
Use a sliding window and hash table to find the longest substring without repeated characters in O(n) time.
GoogleUse a hash table frequency count to return the index of the first unique element in an array in O(n) time.
GoogleDesign a personalized marketplace search ranker for 180M products at 420K peak QPS with tight latency and freshness constraints.
GoogleSign up to see every question
Create a free account to unlock this list and practice real interview questions.
Explain how feature engineering improves supervised models and how to choose useful transformations.
GoogleApproach for maintaining high quality data across ML pipelines, from ingestion through feature generation and model consumption.
GoogleExplain precision, recall, F1-score, and ROC-AUC for a classification model.
GoogleExplain the self-attention formula, its tensor shapes, and how it is used inside a transformer encoder.
GoogleEvaluates depth of knowledge in probabilistic modeling and inference.
Google