К обычному разбору
Тренировка по собеседованиюСкринингAdapty2025-08-08

Adapty: Скрининг

Идите сверху вниз: сначала попробуйте сами, затем откройте разбор. Если шаг с кодом, пишите решение прямо здесь и запускайте проверки на странице.

Шагов
1
Вопросов
1
Задач
0
1Вопрос6 мин

Расчет годового LTV подписки по retention curve

Расчет годового LTV подписки по retention curve

Ответьте без подсказки

Сначала проговорите ответ вслух или тезисами.

Запишите черновик

Формулы, план решения, риски и примеры.

Сравните с разбором

Откройте разбор только после своей попытки.

Показать разбор

Короткий ответ

Annual LTV is expected revenue over 12 months: 10 multiplied by the sum of monthly active-paying shares. Here it is about 37.38 dollars.

Подробный разбор

Treat each monthly retention percentage as the expected fraction of the original cohort that pays in that month. The first four shares are 1, 0.5, 0.4 and 0.3.

From month 5 onward the share is multiplied by 0.9 each month, so the tail through month 12 is:

0.30.9+0.30.92++0.30.980.3 \cdot 0.9 + 0.3 \cdot 0.9^2 + \ldots + 0.3 \cdot 0.9^8

The annual LTV is:

10(1+0.5+0.4+0.3+0.30.910.9810.9)37.3810 \cdot (1 + 0.5 + 0.4 + 0.3 + 0.3 \cdot 0.9 \cdot \frac{1 - 0.9^8}{1 - 0.9}) \approx 37.38

The common sanity check is scale: a 10-dollar monthly subscription cannot produce a plausible one-year LTV of hundreds of dollars under these retention rates.

Типичные ошибки

  • Forget to convert percentages to fractions.
  • Apply the 10% decay to dollars instead of retention share.
  • Miss the month count and include too many tail terms.
  • Skip a sanity check on the final revenue scale.

Как сказать на собеседовании

  • Write the first few terms explicitly before using a geometric-series formula.
  • Say the unit out loud: dollars per acquired user over one year.