-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path03_problem_statements.tex
91 lines (68 loc) · 2.36 KB
/
03_problem_statements.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[a4paper,oneside,12pt]{article}
\usepackage{hyphenat}
\usepackage{polyglossia}
\setdefaultlanguage[variant=british]{english}
\usepackage[english=british]{csquotes}
\usepackage{fontspec}
\setmainfont{Lucida Bright OT}
\setsansfont[Scale=MatchLowercase]{Lucida Sans OT}
\setmonofont[Scale=MatchLowercase]{Lucida Console DK}
\defaultfontfeatures{Ligatures=TeX}
\setlength{\parindent}{0cm}
\setlength{\parskip}{1ex}
\pagestyle{empty}
\title{Problem statements}
\author{}
\date{}
\begin{document}
\maketitle
\thispagestyle{empty}
Your newly\hyp{}formed Data Science team has been called in to solve a business
problem.
%
Your task is to devise a precise, step\hyp{}by\hyp{}step plan for how your team
will use the company's data resources.
Read the three scenarios and pick \textbf{one} problem to work on.
Think carefully about:
\begin{itemize}
\item Any outstanding issues
\item Any simplifying assumptions you might want to make
\item The data you might use
\item How your solution would be operationalised
\item How you would quantify the impact of your solution
\end{itemize}
\newpage
\section{Fāxiàn}
Fāxiàn is a famous Chinese web search engine.
%
They manage a large network of websites monetised using their own ads platform.
They're finding that most users don't seem interested in (i.e.\ don't click on)
the ads they're shown.
%
Because of this, their revenue and market share dropped significantly over the
last few years.
%
Can you help them improve the relevance of the ads they serve?
\section{Fonìa}
Fonìa is one of the largest telcos in Western Europe.
%
They operate a pan\hyp{}European mobile network serving six different countries.
They're having major problems with customer retention: over 20\% of their
customers leave when their contracts expire.
%
They've allocated a substantial part of their marketing budget to prevent
customers switching away.
%
Can you provide them with a solution?
\section{Foodie's}
Foodie's is a busy online shop that specialises in gourmet food.
%
They carry over 5,000 different products across many categories.
They're struggling to highlight the breadth of their offerings to existing
customers.
%
They've tried to generate interest with `picks of the month' newsletters, but
have found that these don't always provide a good ROI.
%
Can you help them improve the visibility of their products?
\end{document}