(Technical Test Intern) Data Analyst
(Technical Test Intern) Data Analyst
Game Produce
Year Indonesia Singapore Malaysia Thailand Philippines
2001 15 18 22 10 12
2002 22 19 26 11 13
2003 20 20 28 10 15
2004 24 22 30 12 17
2005 23 24 32 11 19
Which of the following states contributed approximately 25% of the combined production of all the 5
country in the year 2002?
a. Indonesia
b. Singapore
c. Malaysia
d. Thailand
e. Philippines
2. Directions: The question given below is based on the following graph:
Which of the following statements is/are true regarding the consumption of chocobar?
a. The percentage change in consumption of chocobar over the previous year is the same every
year.
b. The rate of fall of consumption chocobar is increasing steadily.
c. The steepest fall in the consumption of chocobar follows the steepest increase in
consumption.
d. The consumption is falling and increasing in alternate years.
e. All the statements are true.
5. Over the period 1993-94 to 1997-98, there has been a/an _____ in fertiliser subsidy.
a. Increase
b. Decrease
c. Constant Expenditure
d. Cannot Say
e. Inconsistent Expenditure
6. In which year was the bank credit per sick unit the maximum?
a. 1996
b. 1997
c. 1998
d. 1999
e. 2000
7. Number of 5 genre of Game Produced and Rejected (For Defects) by company over the years
For Strategy Genre, in which year was the ratio of rejection to production the highest among
the given years?
a. 1995
b. 1996
c. 1997
d. 1999
e. 2000
8. What is the ratio of the distribution of proteins in the muscles to that of proteins in the bones?
a. 1:2
b. 2:1
c. 18:1
d. 1:18
e. Cannot be determined
Segment B. SQL Query Test
1. Let’s say you have two SQL tables: authors and books. The authors dataset has 1M+ rows;
here’s the first six rows:
author_name book_name
author_1 book_1
author_1 book_2
author_2 book_3
author_2 book_4
author_2 book_5
author_3 book_6
… …
The books dataset also has 1M+ rows and here’s the first six:
book_name sold_copies
book_1 1000
book_2 1500
book_3 34000
book_4 29000
book_5 40000
book_6 4400
… …
Create an SQL query that shows the TOP 3 authors who sold the less books in total!
2. You work for Agate that makes an Games. You have an event log that records every time a
user inserted an image into their id. (One user can insert multiple images.) The event_log SQL
table looks like this:
user_id event_date_time
7494212 1535308430
7494212 1535308433
1475185 1535308444
6946725 1535308475
6946725 1535308476
6946725 1535308477
… …
…and of course it has over one billion rows
Note: If the event_date_time column’s format doesn’t look familiar, google “epoch timestamp”!
Write an SQL query to find out how many users inserted more than 2000 but less than 4000
images in their presentations!
3. You have two SQL tables! The first one is called employees and it contains the employee names,
the unique employee ids and the department names of a company.
4. Sample Table :
Create SQL Query that show Person Data with each their Deposito Amount. Data sort by
PERSON_ID.
Sample Result data {Deposito_ID, Amount, Person_id, name} :
Segment C. Study Case
Tim is new in Game Industry, He start new Job as Product Manager at First of 2019 in Agate and
handle Game X by VP Dave. Game X already running for 2 years and decreasing either in performance or
revenue. Game X is game of Dungeon Crawling using gacha to get more good character. Normally this
type of game using Daily Login, Theme Based Event, Special Promo IAP Event such as Limited Item to
get revenue and increase performance / make user came back to the game.
Legend
New User User that register in our game
DAU User that play in our game each day
D1 Retention How much user that come back in our game in day 1
D7 Retention How much user that come back in our game in day 7
D30 Retention How much user that come back in our game in day 30
Avg. Session How many time user enter the game
Playtime / Day How many minute user play each session
Gross Revenue Revenue from our in game product
Conv. Rate Conversion user become paying user
Paying User User that buy our in game product
ARPPU Average Revenue per paying user
ARPDAU Average Revenue per Daily Active User
Notes :
Conversion Rate : Paying User / New User (2% is a very good game)
ARPPU : Gross Revenue / Paying User ($16 is a very good game)
Normally people spending after 15 - 30 Days they play the game
Funnel is Step that user must do to before they enter home screen / first experience user, if they don't like it than they
will leave the game
Good funnel from 1 open apps until home screen is average 90 - 95%
Event effecting Retention, more often people play, more higher their chance to buy item in game
To understand better of Game X, Tim check previous Game X performance. The data shown below
2017 Data :
2018 Data :
What make this case interesting, from data there is declining of new user in 2018 compare to 2017. Tim
know “New User” divide by 2 type (Organic User and Paid User). We can get “Paid User” from User
Acquisition that become job of Marketing Division. So Tim go to Arif as Lead of marketing division to see
the previous data of “User Acquisition”.
User Acquisition
1.395.369
1.500.000
1.213.364
1.000.000
500.000
From Funnel, we can see step by step of user when enter the game. Normally we used funnel to know
first experience user, if it’s bad than normally user doesn’t come back to the game in the next day. But
if it’s good, there is higher chance user came back to play the game in the next day.
Development Log
12 - 12 - 2016, Finish Game X core game, testing the game
13 - 12 - 2016, Yeay Game X finally Launch
14 - 12 - 2016, Crucial bug report
14 - 12 - 2016, Add more playable character
15 - 12 - 2016, Implement Tutorial 1 change
18 - 12 - 2016, Implement Tutorial 2 tracking system
20 - 12 - 2016, New Tutorial using customer feedback
01 - 01 - 2017, Game X Grand Launch
02 - 02 - 2017, Add Boss Dungeon in Level 5 & 7
14 - 02 - 2017, Seasson of Love Implementation
05 - 05 - 2017, Add more in app purchase and new Water dungeon
08 - 08 - 2017, Daily event in game
08 - 08 - 2017, Special holiday event
09 - 08 - 2017, Special Secret dungeon implementation
10 - 10 - 2017, Halloween Event implementation
10 - 12 - 2017, Christmas and new year event
28 - 12 - 2017, Change tutorial 2 to become more easy
15 - 01 - 2018, Increase size from 20mb to 200mb
16 - 01 - 2018, Compress the size to 100mb
02 - 02 - 2018, Change media to only Banner because of limited budget for game x
04 - 03 - 2018, Add more registration process to make data more detail
05 - 05 - 2018, Change tutorial 2 to make it harder and add more playable dungeon
07 - 05 - 2018, Request to add more dungeon and playable character before end of June 2018
07 - 05 - 2018, Add more gacha character
08 - 06 - 2018, Implement Fire dungeon and fire character special summon
08 - 06 - 2018, Finish bug report
10 - 10 - 2018, Halloween special Event start now
As Data Analyst your job is to help give input for Tim, the question is :
1. What do you think is 2 most Important KPI's that Tim must know to increase Game
X Revenue?
2. What do you think is the problem of Game X?
3. What suggestion you will give as data analyst to help Tim increase both Performance and
Revenue?