Technical Interview:
First I had to install some archaic screen sharing program, and grant it all sorts of permissions for my computer, Then they had me clone a repo (rentables). The application didn't run because the dependencies were outdated and it ran on a version of ruby that was nearing end of life. I was able to update the dependencies, and install the correct ruby version.. however, at this point, we had spent a lot of time on getting set up, and friendly questions about the weather etc.
The problems were essentially fairly trivial rails challenges. Make sure some minitest test cases pass related to date math. As presented, under pressure, and while being interrupted as I attempted to explain my reasoning, also without the ability to look up the specific query syntax etc, this proved to be a difficult and frustrating experience. Had this been a take home challenge more akin to normal working conditions, I think it would have been very easy to complete.