Meta asks the classic "CSV dinosaur" problem, where you are given two CSV-formatted data files, one with statistics on different dinosaurs, and another with more metadata. You need to write a script that reads the data from disk and prints out the fastest dinosaur to the slowest. There's another one where you have to parse a bunch of characters in the file and return the number of times an email address exists.