Part 1: Coding Attached to this email you will find two datasets. Each dataset is encoded in Javascript, JSON and CSV for your convenience. The first dataset, "salesData," contains information about medical devices that were sold to healthcare professionals (HCP) at various sites of care (SOC). Each object in the list [row in the table] represents a single invoice to a particular HCP at a particular SOC for a particular number of devices (volume). The second dataset, "procedureData," contains information about medical procedures that were conducted by HCPs at various SOCs. Each object in the list [row in the table] represents some number (volume) of procedures that happened by a HCP at a SOC. Let's assume that the medical device is "disposable;" it can be used for one procedure and then it must be discarded. Our customers are trying to sell more medical devices. One strategy they use is to focus on "elephants;" HCPs who are performing the most procedures without the device. Please implement a function (in whatever language) that will identify the top 5 HCPs where our customers should focus their efforts.
Check out your Company Bowl for anonymous work chats.