You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product-manager/assignment.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
Hey there :)
6
6
7
7
- Please read the instructions carefully before start implementing your solution.
8
+
- The assignment includes some jargon which you might not be familiar with. Do not worry about that. We do not expect you to be an ad-tech expert :) Feel free to research those terms but you do not have to. For your own convenience, we include below a table with quick explanations for the terms.
8
9
- If something is not clear to you please do not hesitate to get in touch with us for clarifications. We’d love to help you out!
9
10
10
11
# Objective
@@ -24,20 +25,35 @@ The users of this new product will be advertisers who are running campaigns with
24
25
- The main metrics our advertisers are interested in are Spend, CTR and number of Installs.
25
26
- The main dimensions/splits our advertisers are interested in when they are looking at their metrics are Country, Time and Campaign Id.
26
27
27
-
The most common reports our advertisers need are:
28
+
Some example reports include:
28
29
29
30
- The total amount spent last month for all of their campaigns
30
31
- Best and worst performing campaigns in terms of number of Installs for the current month
31
32
- A breakdown of Spend per country for this year
32
33
- A breakdown of Installs per campaign for the last 7 days
33
34
35
+
Please note that the above examples are only a small subset of what our advertisers are interested in and keep in mind they want as much flexibility in slicing and dicing their numbers.
36
+
37
+
# Quick jargon explanation
38
+
39
+
We do not expect you to be an ad-tech expert so do not worry about ad-tech specific jargon. For your own convenience please find below a table of quick explanations.
40
+
41
+
| Term | Explanation |
42
+
|---|---|
43
+
| Ad-tech | Short for Advertising Technology which is the name of our industry |
44
+
| Spend | The amount of money (in dollars) an advertiser spends on ad campaigns |
45
+
| Install | Install is an event which counts how many times an app was installed on a user device|
46
+
| Impression | Impression is an event which counts how many times an ad has been viewed |
47
+
| Click | Click is an event which counts how many times an ad has been clicked |
48
+
| CTR | Short for Click Through Rate. It's a metric that is calculated by diving Clicks / Impressions |
49
+
34
50
# Tasks
35
51
36
52
The assignment comprises of four tasks.
37
53
38
-
[Task 1:](#task-1)Describe the product functionality and roadmap using high level user stories/epics
54
+
[Task 1:](#task-1)Design quick wireframes for the new product
39
55
40
-
[Task 2:](#task-2)Design quick wireframes for the new product
56
+
[Task 2:](#task-2)Describe the product functionality and roadmap using high level user stories/epics
41
57
42
58
[Task 3:](#task-3) Describe the ideal team structure and process
43
59
@@ -46,17 +62,17 @@ The assignment comprises of four tasks.
46
62
47
63
## Task 1
48
64
65
+
Design quick wireframes for the new product.
66
+
67
+
The level of detail for the wireframes is up to you but we'd strongly recommend to keep it as simple as possible.
68
+
69
+
## Task 2
70
+
49
71
Describe the product functionality and roadmap using high level user stories/epics.
50
72
51
73
- The level of detail for each story is up to you but at a minimum please provide the acceptance criteria.
52
74
- How would you prioritize the roadmap and release plan? Please explain the logic behind your choices.
53
75
54
-
## Task 2
55
-
56
-
Design quick wireframes for the new product.
57
-
58
-
The level of detail for the wireframes is up to you but we'd strongly recommend to keep it as simple as possible.
59
-
60
76
## Task 3
61
77
62
78
Describe the ideal team structure and process based on your experience and product requirements.
0 commit comments