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
52 practiced

You are asked to implement a monitoring metric that measures business value of forecasts and not just accuracy. Propose specific KPIs such as stockouts prevented, holding cost reduction, or revenue uplift, explain how to compute them from historical forecasts and actuals, and describe attribution challenges when multiple operational changes occurred simultaneously.

MediumTechnical
72 practiced

Describe additive vs multiplicative seasonality in time series and explain why choosing the right decomposition model matters when establishing baselines or detecting anomalies. Give examples of metrics where each type is more appropriate and how you would test which model fits better.

MediumTechnical
51 practiced

Write a SQL query to compute month-over-month revenue growth and seasonally adjusted growth per product given a daily_revenue table with schema (product_id INT, revenue_date DATE, revenue DECIMAL). Describe any assumptions and how you would handle products with sparse history or partial months.

MediumBehavioral
97 practiced

Tell me about a time when a forecast you produced was significantly off. Use the STAR method (Situation, Task, Action, Result). Focus on how you diagnosed root causes, what corrective steps you took, what you changed in process or model, and how you communicated outcomes to stakeholders.

EasyTechnical
53 practiced

You need to present a quick, defensible baseline forecast for next quarter sales for a product with clear weekly seasonality. Describe at least two baseline approaches you would compute quickly (for example seasonal naive and moving average), explain advantages and limitations of each, and describe how you would present their uncertainty and relative performance to non-technical stakeholders.

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.