Study Case: Please Send The Answer in Max One Hour For Below Study Case

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CVM Analytics and Insights, PT.Indosat, Tbk.

 2016 

STUDY CASE 
 

Please send the answer in max one hour for below study case 

CASE NO. 1 

Target campaign preparation 

CVM have a plan to do next week’s campaign as per below, 

Category  Target Criteria  Offer 

Data  Subs who is Non Data User, Smartphone User, 
Packet Ketupat Internet 
adoption  Never Subscribe to any data package 

Data User who still active in 29K Internet Package, 
Upsell  Packet Freedom 59K 
and they have ARPU Data <25K per month 

Customers who have entered the 21st day of  Do Reload and get 14 days extra 
Retention 
grace period. Today’s date is 24 April 2016  active days 

Task 

Write the Possible SQL Script to search the target subs on above 3 campaigns. Use the appendix 
reference below. 

Appendix A : Table Name : CAMPAIGN_SUBS 
MSISDN  Data_user_status Handset_type  packet_status  last_packet_data  ARPU_data
62815xxxx  Data user  Smartphone  No Packet  No Packet  xxx 
Super Internet 
62856xxxx  Non Data user  Featurephone  Have Packet  29K  xxx 
………..  ………..  ………..  ………..  ………..  xxx 
………..  ………..  ………..  ………..  ………..  xxx 

Appendix B : Table Name : SUBSTAT 
MSISDN  SIM status  First_grace_date
62815xxxx  active  28‐Apr‐16
62856xxxx  grace  28‐Mar‐16
………..  ………..  ……….. 
 

 
CVM Analytics and Insights, PT.Indosat, Tbk. 2016 

CASE NO. 2 

General Analysis and Reporting 

 Given The attachment  
o Appendix A: Revenue and Traffic/Usage Table 
o Appendix B: Geographic Reference table 
o Appendix C: Customer Tariff Plan Table 
 Management required you to give analysis for the following 
a. How is the revenue of each region in Indonesia? 
b. How many hours is the total voice traffic in region Central?  
c. What is the plan of customer who has the highest revenue? 
d. How many KB (Kilobytes) is the total data traffic for plan IM3 PLAY? 

Task 

Write the Possible SQL Script to answer above 3 questions 

Hint 

 CHARGE is Revenue       1 MB (megabytes )= 1024 KB (kilobytes)  
 GIS_ID is Geographic reference 
 PLAN_ID is Plan reference 
 Appendix is in the next page 

Appendix A : Table Name : USAGE 

GIS_ID  PLAN_ID  TOTAL_CHARGE  VOICE_CHARGE  SMS_CHARGE  TOTAL_MINUTES  TOTAL_SMS  TOTAL_MB 


1001  901      24,290,288       12,894,668          8,163,323                  266,534                  318,608          43,264,985 
1001  902            522,922             252,436             206,582                       3,963                       9,700            2,502,749 
1001  903         1,581,487             847,775             453,923                     19,949                     18,943            6,862,606 
1002  901    475,306,161     261,595,973     125,050,425               4,548,597               6,586,797    3,184,042,008 
1002  902         7,194,315          3,543,723          2,649,312                     92,303                  105,864            8,679,310 
1002  903      12,293,012          3,830,069          4,465,846                     65,159                  193,548        149,927,605 
1003  901            186,170               67,250               99,046                          992                       3,761                824,622 
1003  902            711,765             257,145             349,723                       6,195                     30,813            3,102,330 
1003  903            109,095               37,031               38,455                       1,238                       1,637                113,536 
1004  901            525,795             212,636             164,499                       4,107                     10,683            3,496,459 
1004  902         3,545,303          1,844,247          1,207,980                     39,762                     66,619            1,377,871 
1004  903         5,153,924          1,881,473          1,460,623                     33,497                     65,879          44,408,805 
1005  901              71,538               38,579               25,391                          916                       3,580                  30,606 
CVM Analytics and Insights, PT.Indosat, Tbk. 2016 

Appendix B : Table Name : REGION 

GIS_ID  Region 
1001  Central 
1002  Jabo 
1003  North 
1004  West 
1005  East 
 

Appendix C : Table NAME : PLAN 

PLAN_ID  PLAN_NAME
901  IM3 PLAY 
MENTARI 
902  OBROL 
MATRIX 
903  SUPER PLAN 
 

You might also like