InterviewStack.io LogoInterviewStack.io

Forecasting and Time-Series Analysis Questions

Analyzing and projecting data that moves over time. Covers trend and seasonality decomposition, forecasting approaches, demand modeling, and anomaly detection on time series. Emphasizes reasoning about baselines, drivers, and forecast reliability.

MediumTechnical
68 practiced

For capacity planning you need to forecast daily viewing hours for a title with strong weekly and monthly seasonality and occasional spikes around releases. Which time-series models would you consider (classical and ML), how would you handle holidays/release events, and how would you evaluate forecast accuracy for planning?

MediumTechnical
54 practiced

Write Python code or pseudo-code that computes the MAPE and a rolling 3-month MAPE for arrays y_true and y_pred (monthly). Specify how you handle zero y_true values and how you would aggregate rolling MAPE across multiple SKUs.

MediumTechnical
111 practiced

You need to produce a 12-week revenue forecast for finance. Describe your modeling approach: data inputs and features, model classes you would consider, how you'd validate backtests with time-series cross-validation, how you'd present uncertainty to stakeholders, and how to deploy and monitor the model.

HardTechnical
61 practiced

Discuss responsible AI and governance considerations specific to forecasting systems. Cover detection and mitigation of bias across regions or product lines, fairness when forecasts drive allocation decisions, data retention and privacy of training data, and what operational governance practices you would put in place to keep the system auditable and correctable over time.

MediumTechnical
64 practiced

You observed a sudden 10% drop in weekly active users. Design a statistical test or analytic approach to decide whether this drop is due to seasonality/expected variance or a causal change from a recent deployment. Describe data selection, candidate models (seasonal decomposition, SARIMA, BSTS), use of control series, hypothesis testing, and how you'd quantify confidence in attribution.

Unlock Full Question Bank

Get access to all 37 Forecasting and Time-Series Analysis interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.