Pregunta de entrevista de Google

Implement a Java class that read a log file from a web application. The log contained data about how users interacted with a specific feature in the application. The task was to build a method that collected some simple statistics on that data.

Respuesta de la entrevista

Anónimo

16 oct 2021

I had 15 minutes and spent a bunch of that time asking clarifying questions about the structure of the logs, how big the logs were, was this a one-time parsing of the file or ongoing, etc. I also had some difficulty understanding the interviewer because they were not a native English speaker, so sometimes had to ask questions several times to understand their answer. So those issues, on top of the coding in a word processor, caused me to not get very far in writing actual code.