Assignment_BA
Assignment_BA
Candidate Name:
Current Organization:
Role Applied for:
Cell Phone No.:
Email ID:
SAVE THE WORKBOOK AS YOUR NAME BEFORE STARTING THE TEST (firstname_lastname
EACH SHEET OF THE WORKBOOK SHOULD CONTAIN A SOLUTION TO A SEPARATE QUESTION.
INSTRUCTIONS
1. Check the dump sheet properly to understand the leads data
2. All questions do not have the same score. Try to maximize your score!
3. Retain all the excel formulas used
4. Leave a short note on approach used if you have used some excel features which were not retained in
5. If you need, you can use multiple sheets for your answers, make sure to name all of them relevant to
5. Q4 and Q5 are mandatory
Name SQL SAS Excel R - Registered for training (training not done yet)
Prakash R T T - Trained
Rahul R Blank - Neither
Rajiv T
Priya R T
Amit T
Karthik R
Shobha R
Prateek
Payal R
Prashant T
Anil R
Swaroop T
Tejas R
Raghav T
Sanjeev T
Madhu R
Murali
Aravind T
Balaji R
Mukundan T
Shweta R
Anusha T T
Ravi R
Rahul T
Ramya
Shriram R
Sairam T T
Srinivasan R
Trisha R
Paul T
Mani R
Venkat R
Abhishek T
Chanakya T R
Daniel R
Rishi R
Vikram R T
Prabhu R
Priya T
Mahesh R
Raj
Suresh R
Arun R
Jacob T
Malini
Mehul R
Rajeev
Sachin T R
Praphul
Diego R T
at gives a training status for all the new hires.
Q1 Q2
training not done yet) Count of Non Empty Cells
Count oF All three 0 Count of 2 courses
2 7 8
1
1
2
1
1
1
0
1
1
1
1
1
1
1
1
0
1
1
1
1
2
1
1
0
1
2
1
1
1
1
1
1
2
1
1
2
1
1
1
0
1
1
1
0
1
0
2
0
2
Q2
Count of 2 courses
A small company is shutting down its India operations and wants to retrench all its employees. It has 2 options for the retrenc
Option 1: Give 1 month salary to the employees for each year left till retirement (retirement age = 60)
Option 2: Give 1 month salary for each year completed with the company
l payout)? Option 2
Option 1
(salary > Rs 7,00,000 per annum)? Option 1
80
Column names and description ---
1) userId - User Ids
2) bookingId - Trip Ids
3) bookingDate - Booking creation timestamp (IST)
4) journeyType - Type of journey
5) isInternational - Type of travel (True for International and False for Domestic)
6) providerId - Provider types
7) originCode - Origin codes
8) destinationCode - Destination codes
9) cabinClass - class (Business, Economy, etc.)
10) devicePlatform - Device on which the booking was made (iximaad-Android Flights App, iximaio-IOS Flights App, iximatr-Android Trains App,
iximweb-Mobile Web, ixiweb-Web, mmxmatr-Miscelleneous)
11) totalFare - total amount of booking
12) onwardDeparture - journey timestamp (GMT)
13) userType - type of user (First time user - New User, Booking made after long time - Reactivated User, Frequent Bookers - Old User)
Using excel formulae, find out the following from the sample dataset present in Dump1 Tab
1) Find the number of users who have booked more than twice on our Web platforms? ( 3 marks)
2) What percentage of bookings do we get through apps (Android + Ios)? ( 4 marks)
3) Number of users who reactivate their account per month? ( 2 marks)
Conveying your answers with different visualisation techniques and any additional insights apart from these questions will get you additional points.
IMP : Funnel (5 Stages added for your ref, you can modify stages flow as per your understandStage movement Lead Received > Connected > Invalid/NI > Demo S
All leads passed through every stage as per above order
Demo Done
Demo Scheduled % age
Demo Done
Demo Done % age
Enrolled
Demo to Enrolled % age
Lead to Enrolled % age
ake any assumption and add the columns as per your requirements in the dump attached
ected > Invalid/NI > Demo Scheduled > Payment Pending >Enrolled
Table 3 for Q3
Q3. Given an Order Table (Table 3). Write a SQL Query to create a retention plot. The format for the raw data and output are given bel
Week Start Date is the 1st Week in which the User_Id Placed the order, Week 0 is Unique User ids who placed their 1st Order in this we
Table3 :: Orders Table
Column Names Data Type
id Integer
user_id Integer
total_amount decimal(10,2)
created datetime
their 1st Order in this week. Out of those ids, Week 1 is unique users who placed an order in 1st Week + 1, Then Week 2 is 1st Week + 2 and s
2 is 1st Week + 2 and so on till Week 10.