Google Interview Question

Using a script of sudo code how would you create a report from two separate log files to concatenate the files together.

Interview Answer

Anonymous

Aug 3, 2021

Pull data from log file 1 into a data set. Pull data from log file 2 into a different data set. Export results of data set 1 + data set 2.