Marketing and Growth Analytics Questions
Measuring marketing, acquisition, and revenue performance. Covers multi-touch and marketing-mix attribution, incrementality testing, web and digital analytics, campaign and channel measurement, and privacy-aware mobile measurement. Focuses on connecting spend and behavior to business outcomes.
Compare Shapley value based attribution with Markov chain removal effect attribution. Describe strengths, weaknesses, computational considerations, and situations where one approach is preferable over the other for channel credit assignment.
You must choose between a highly interpretable linear model for attribution and a complex ensemble model with higher predictive accuracy but less interpretability. Outline criteria you would use to choose the model including stakeholder needs, regulatory constraints, expected maintenance cost, and required accuracy.
Explain cohort analysis and write a SQL snippet to compute 30-day retention per signup_week cohort given a 'users' table (user_id, signup_date) and an 'events' table (user_id, event_date). Describe how you'd present the results visually to product managers.
Write an ANSI SQL query to compute last-touch attribution per conversion given a table touches(user_id, session_id, touch_channel, event_time TIMESTAMP, conversion_id). For each conversion_id return the touch_channel that had the latest event_time before the conversion. Assume conversion_id groups all touches up to conversion.
Explain 'customer retention rate' and show how you would compute monthly retention using this simplified subscriptions table: (user_id, start_date, cancel_date, status). Describe assumptions for users with subscription gaps or partial-month activity and calculate retention for sample users: A (start 2023-01-10, cancel 2023-03-05), B (start 2023-02-01, active), C (start 2023-01-15, cancel 2023-01-31). Provide the formula, state edge cases, and explain how you would report retention to stakeholders.
Unlock Full Question Bank
Get access to all Marketing and Growth Analytics interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.