Assignment - Analytics Intern - Airlearn
Assignment - Analytics Intern - Airlearn
Objective:
Analyze sales data, create meaningful insights, and build an interactive dashboard.
Scenario:
You are given the following dataset containing sales transactions for an e-commerce store -
Assignment - Data Analyst - Airlearn
Tasks:
● Ensure all numeric fields (Quantity Sold, Unit Price, Total Revenue) contain valid
numbers.
● Remove duplicate entries.
● Apply data validation with dropdown lists for "Product Category" and "Payment Method"
to prevent typos.
2. Revenue Analysis:
● Calculate the total revenue for each product category using SUMIF/SUMIFS.
● Identify the top 5 best-selling products in terms of total revenue.
● Determine which payment method generates the highest revenue.
3. Customer Insights:
● Calculate the percentage of orders that are pending, delivered, and cancelled.
● Use conditional formatting to highlight:
○ Pending orders in Yellow
○ Cancelled orders in Red
○ Delivered orders in Green
5. Dashboard Creation:
● Write a Google Apps Script to highlight orders that are more than 30 days old and
still marked as "Pending."
SQL Task:
4. Identify Customers Who Made Multiple Purchases on the Same Day
5. Find the Most Frequent Customer Who Has Placed the Highest Number of Orders
Submission Format:
● The candidate must share the Google Sheets file with editing access.
● The candidate must submit a document with:
○ Their SQL queries
○ A brief explanation of how they approached each question.