InterviewStack.io LogoInterviewStack.io
πŸ€–

Machine Learning & AI Topics

Production machine learning systems, model development, deployment, and operationalization. Covers ML architecture, model training and serving infrastructure, ML platform design, responsible AI practices, and integration of ML capabilities into products. Excludes research-focused ML innovations and academic contributions (see Research & Academic Leadership for publication and research contributions). Emphasizes applied ML engineering at scale and operational considerations for ML systems in production.

Advanced ML Techniques & Research Application

Advanced machine learning techniques, architectures, training methods, evaluation strategies, and the application of research insights to production ML systems. Covers bridging research findings to practical deployment, scalable training and serving, model governance, experiment design, and responsible AI practices.

35 questions

Online Experimentation and Model Validation

Running experiments in production to validate model changes and measure business impact. Topics include splitting traffic across model variants canary deployments and champion challenger testing selecting metrics that capture both model performance and business outcomes performing sample size and test duration calculations accounting for statistical power and multiple testing adjustments and handling instrumentation and novelty bias. Candidates should be able to analyze heterogeneous treatment effects monitor experiments in real time and design ramping plans and rollback guardrails to protect user experience and business metrics. The topic also covers decision rules for when to rely on offline evaluation versus online experiments and how to interpret differences between offline model metrics and live user outcomes as part of model validation and deployment strategy.

0 questions

Activation Functions & Non Linearity

Know common activation functions: ReLU, sigmoid, tanh, softmax, GELU, and Swish. Understand why non-linearity is necessary: stacking any number of purely linear layers collapses to a single linear transformation, eliminating the network's ability to model complex functions. Know the advantages and disadvantages of each activation function (vanishing gradients, dead neurons/dying ReLU, computational cost, output range, saturation). Understand why ReLU remains the default choice in modern architectures despite its simplicity, and when smoother alternatives (GELU, Swish) are preferred in transformer-style models.

0 questions

Machine Learning and Forecasting Algorithms

An in-depth coverage of machine learning methods used for forecasting and time-series prediction, including traditional time-series models (ARIMA, SARIMA, Holt-Winters), probabilistic forecasting techniques, and modern ML approaches (Prophet, LSTM/GRU, Transformer-based forecasters). Topics include feature engineering for seasonality and trend, handling non-stationarity and exogenous variables, model evaluation for time-series (rolling-origin cross-validation, backtesting, MAE/MAPE/RMSE), uncertainty quantification, and practical deployment considerations such as retraining, monitoring, and drift detection. Applies to forecasting problems in sales, demand planning, energy, finance, and other domains.

0 questions

Loss Functions, Behaviors & Selection

Loss function design, evaluation, and selection in machine learning. Includes common loss functions (MSE, cross-entropy, hinge, focal loss), how loss properties affect optimization and gradient flow, issues like class imbalance and label noise, calibration, and practical guidance for choosing the most appropriate loss for a given task and model.

0 questions

Generative Models and Architectures

Covers the fundamentals of how generative models are constructed and trained, including types such as variational autoencoders, generative adversarial networks, diffusion models, and large language models. Includes core concepts like attention and the transformer architecture, self supervised training objectives such as next token prediction, tokenization, scaling laws, and differences between generative and discriminative approaches. Also addresses practical techniques for adapting and improving models including fine tuning, transfer learning, prompt engineering, few shot and zero shot learning, inference trade offs, model compression, and deployment considerations such as latency, memory, and cost. Evaluation topics include likelihood based metrics and practical applied evaluation methods for generation quality.

0 questions

Basic Neural Network Concepts

Conceptual understanding of how neural networks work: neurons, layers, activation functions, forward propagation, backpropagation, and training. Ability to explain why neural networks are used for certain problems. No advanced mathematics required.

0 questions

Meta AI & ML Strategy

Overview of Meta's AI and ML strategic direction, governance, research investments, platform capabilities, responsible AI initiatives, and how these strategies shape engineering choices and product development at scale.

0 questions

Neural Network Architectures: Recurrent & Sequence Models

Comprehensive understanding of RNNs, LSTMs, GRUs, and Transformer architectures for sequential data. Understand the motivation for each (vanishing gradient problem, LSTM gates), attention mechanisms, self-attention, and multi-head attention. Know applications in NLP, time series, and other domains. Discuss Transformers in detailβ€”they've revolutionized NLP and are crucial for generative AI.

0 questions
Page 1/12