Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Model Carryover Effects of TV Advertising in MMM

MediumMachine Learning00:00
Practice interviewer
In session
5 left
00:00

Your question is Model Carryover Effects of TV Advertising in MMM. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Business Context

BrandX, a consumer goods company with $500M in annual revenue, runs multiple TV advertising campaigns throughout the year. The marketing team needs to understand the residual impact of these campaigns on sales, particularly how long the effects last after a campaign ends. This understanding will inform future marketing budget allocations and campaign strategies.

Dataset

Feature GroupCountExamples
Time Series Data36Month (Jan-Dec for 3 years)
Advertising Expenditure12TV spend, digital spend, print spend
Sales Data36Monthly sales figures
Control Variables5Seasonality indicators, economic factors
  • Size: 36 months of data, 55 features total
  • Target: Monthly sales figures (continuous variable)
  • Class balance: Not applicable (regression problem)
  • Missing data: 5% missing in advertising expenditure features due to incomplete records

Requirements

  1. Build a regression model to estimate the carryover effects of TV advertising on monthly sales.
  2. Quantify how long the effects of a campaign persist after it ends.
  3. Include feature importance analysis to identify which advertising channels are most effective.
  4. Address any missing data appropriately.
  5. Explain your choice of model and evaluation strategy.

Constraints

  • The model must provide interpretable results to guide marketing decisions.
  • Inference must be able to run monthly for updates on campaign effectiveness.
  • The solution should be scalable to include more advertising channels in the future.