Fyttlyf Data Science Team Test
Fyttlyf Data Science Team Test
We are pleased to invite you to the interview process for our Decision Science Team! This is a practical exercise
that will test your programming and analytical skills, please include your codes as a PDF in the submission. The
programming language that is acceptable: Python or R
● Submit 1 pdf file with all the answers. Your code, comments & output should be present in the pdf.
● You may not consult with any other person regarding the test.
● You may use internet searches, books, or notes you have on hand.
● The test has 7 parts, all of which are mandatory. Failing to complete any one part would result in the rejection
of the submission.
● A thoughtful, clean & commented code is expected as a submission.
● Observe the column names and the data types in each column.
● Write a function called data_cleaning() which, when called, would perform the following activity:
1. Replaces the NA values with 0s in the data
2. In column ‘B’ replace Jan with 1, feb with 2, march with 3 and so on…
3. In column ‘E’ Replace “Came_From_Google” with “Google” and
“Landed_on_the_page_Directly” with “Direct_traffic”
● Write a function called descriptive_stats() which, when called, would perform the following activity:
1. Generates the summary statistics (Mean, Median, Quartile, standard deviation) of all the numerical
columns
2. Produce a list of all the unique values & data types present in the non-numeric columns
● Can you write code and present the data which would help us answer (Text in “” are column names) :
1. “Which_Place_in_India?” has the highest “How_many_Landed_on_the_our_Page?”
2. “How_many_Landed_on_the_our_Page_and_clicked_on_a_button_and_started_filling_the_Form
_and_Completed_and_submited_the_form?” divided by “How_many_Landed_on _our_Page?” is
highest for “Which_Place_in_India?”
● Write a function called pred_future() which, when called, would perform the following activity:
1. Predict
“How_many_Landed_on_the_our_Page_and_clicked_on_a_button_and_started_filling_the_Form
_and_Completed_and_submited_the_form?” for the complete year of 2022
2. Generate the overall MAPE of your prediction for the year 2021.
Part 5: Visualization
● Please describe any interesting project you did in the Data Science domain in more than 250 words. Attach
Github links if possible.
● Can you please share your thoughts, in less than 120 words, on “If you get selected, how will you manage
your time for this full-time internship opportunity”
Best of luck!