Coding platform:
1st: make a ship class where user can load cargo, unload cargo, and depart if cargo weight is less than max allowed weight
2nd: given list of item & price, sort by price ascending. If 2 or more items have the same price, sort them by name
3rd: merge 2 of the same data structures into one
I can't remember the user interview questions but it was pretty standard, probably palindrome / sorting and stuff