Skip to content

Commit 346e08c

Browse files
authored
refactor(pm) Changes in content for the PM assignment after candidate feedback (#16)
1 parent 04a0381 commit 346e08c

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

product-manager/assignment.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Hey there :)
66

77
- 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.
89
- 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!
910

1011
# Objective
@@ -24,20 +25,35 @@ The users of this new product will be advertisers who are running campaigns with
2425
- The main metrics our advertisers are interested in are Spend, CTR and number of Installs.
2526
- The main dimensions/splits our advertisers are interested in when they are looking at their metrics are Country, Time and Campaign Id.
2627

27-
The most common reports our advertisers need are:
28+
Some example reports include:
2829

2930
- The total amount spent last month for all of their campaigns
3031
- Best and worst performing campaigns in terms of number of Installs for the current month
3132
- A breakdown of Spend per country for this year
3233
- A breakdown of Installs per campaign for the last 7 days
3334

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+
3450
# Tasks
3551

3652
The assignment comprises of four tasks.
3753

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
3955

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
4157

4258
[Task 3:](#task-3) Describe the ideal team structure and process
4359

@@ -46,17 +62,17 @@ The assignment comprises of four tasks.
4662

4763
## Task 1
4864

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+
4971
Describe the product functionality and roadmap using high level user stories/epics.
5072

5173
- The level of detail for each story is up to you but at a minimum please provide the acceptance criteria.
5274
- How would you prioritize the roadmap and release plan? Please explain the logic behind your choices.
5375

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-
6076
## Task 3
6177

6278
Describe the ideal team structure and process based on your experience and product requirements.

0 commit comments

Comments
 (0)