Skip to content

GetLinkfire/data-analytics-challenge-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkfire Data Analytics Challenge

Task

The traffic.csv file and the traffic.db SQLite database contain the same web traffic data ("events") from a few different pages ("links") over a period of 7 days including various categorical dimensions about the geographic origin of that traffic as well as a page's content.

Our goal is to understand this traffic better, in particular the volume and distribution of events, and to develop ideas how to increase the links' clickrates. With that in mind, please analyze the data using plain SQL statements as well as the Python Pandas library, providing answers to the following questions:

  1. [SQL + Pandas] How many total pageview events did the links in the provided dataset receive in the full period, how many per day?
  2. [SQL + Pandas] What about the other recorded events?
  3. [SQL + Pandas] Which countries did the pageviews come from?
  4. [SQL + Pandas] What was the overall click rate (clicks/pageviews)?
  5. [Pandas] How does the clickrate distribute across different links?

Presentation

Please think about how to best convey this information to both technical and commercial stakeholders and prepare 3 different types of reports:

  1. A low-level, ad-hoc analysis for your product team (product manager + engineers), including code and results (e.g. in a Jupyter Notebook)
  2. A high-level presentation for commercial stakeholders, focussing on narrative and visualizations (e.g. with Google Slides). The team is particularly interested in what territories to focus on.
  3. A mockup for a dashboard (e.g. with Miro or Figma) or a live dashboard (e.g. with Tableau or Preset) highlighting relevant metrics.

Additional notes

We expect you to spend 2-3 hours to prepare these reports. Please work on them in the displayed order. In case you are not able to finish everything within 3 hours, this is not a problem and we will just talk through the rest. Besides, please don't hesitate to contact us in case you have any questions.

About

Task for candidates for a data analyst role at Linkfire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published