Illumio Interview Question

A simple log parser that had to be written without external libraries

Interview Answer

Anonymous

Sep 26, 2024

Read the log file, matched fields with the lookup table, and wrote the output file.