Question 1: Display all of the customer's current nodes. Input is a url
Question 2: Open and parse a log file to find the K longest requests. Input is a file path
The person did a mini code review after I coded each solution and wanted to see "production" code, so I added try/except statements to each solution.