Technical interview questions involved: 1. reorganizing/sorting through a delimited string with nested data and 2. extracting complex information from a non-uniform string.
Sigiloso
1. Used a recursive algorithm to sort through and reorganize data. 2. Found that REGEX was a workable solution to extract what I needed.