It was a Hackerrank Test, with 3 questions:
Construction Management
https://leetcode.com/problems/minimum-falling-path-sum-ii/
Roman Numerals
Task: You're given an array of strings of the form ["Susan L","Max VI","Susan IX", .....]
Sort names alphabetically and if they're same, sort by roman numerals in increasing order
I don remember the third one clearly, but it was string manipulation LC-Med.