Equiply Hiring Tournament
Problem Statement
A timed challenge to demonstrate your engineering skills. Build a tool that enriches hospital equipment data.
RSVP on PartifulThe Problem
A hospital needs a tool to enhance their equipment data. They currently have a CSV file containing equipment records with the following columns:
manufacturerEquipment manufacturer namemodelModel number or nameserial_numberUnique serial identifierRequired Enrichment Fields
The hospital needs the equipment data enriched with the following additional fields:
manufactured_dateThe date the equipment was manufactureddevice_typeThe category or type of medical deviceSubmission Tiers
Minimum Submission
An enriched and sorted CSV file that demonstrates you can source the data and apply the required logic.
- CSV file with original columns plus
manufactured_dateanddevice_type - Sorted in ascending order by manufactured date
Optimal Submission
A functioning React application with full upload, enrichment, visualization, and export capabilities.
- CSV file upload functionality
- Data enrichment with manufactured date and device type
- Display enriched data in a table sorted ascending by manufactured date
- Pie chart showing device type distribution (percentage of each type)
- Export functionality to download the enriched file
Output Requirements
Sorted Table
Display the enriched equipment data sorted in ascending order by manufactured date.
Device Type Distribution
A pie chart showing the percentage breakdown of each device type in the uploaded file.
Resources
Unlock Resources
Enter the password provided at the event to access the challenge dataset.
Submit Your Work
Leaderboard
Submissions ranked by time. First to submit ranks highest.