Equiply Engineering

Equiply Hiring Tournament

Problem Statement

A timed challenge to demonstrate your engineering skills. Build a tool that enriches hospital equipment data.

RSVP on Partiful
DateTuesday, June 2, 2026
Time5:00pm – 8:00pm
Location33 W 17th St, New York, NY 10011

The 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 name
modelModel number or name
serial_numberUnique serial identifier

Required Enrichment Fields

The hospital needs the equipment data enriched with the following additional fields:

manufactured_dateThe date the equipment was manufactured
device_typeThe category or type of medical device

Submission 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_date and device_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

Your GitHub repository should include:

  • The enriched CSV file (enriched.csv)
  • All source code used to build your solution
  • A link to a demo video explaining your solution (in the README)

Leaderboard

Submissions ranked by time. First to submit ranks highest.