I applied online. I interviewed at Audible (Newark, NJ) in Feb 2021
Interview
HackerRank test of two problems that have nothing to do with iOS plus two complexity followup questions. It's without someone looking over your shoulder which is good, but you have 105 minutes which is bad.
I'm marking them "Very Difficult" since I wasn't able to finish them, but CS competition geeks might find them easy, I have no idea.
Interview questions [2]
Question 1
Given a storage space of a rectangle of n x m units where each row and column separated by a divider, and given a list of horizontal and vertical separators to remove, determine the largest area that would result.
The other question was recursive of course (something almost never used in iOS development, but whatever). Given an amount of money and some lists of products, you have to return how many different options you have to buy one of each of the products.