Pergunta de entrevista da empresa C3 AI

Given a time series data. How will you check if time when maximum users have logged in?

Respostas da entrevista

Sigiloso

8 de fev. de 2018

Keep the count based on in and out timing.

Sigiloso

18 de mai. de 2020

Use stack. Log In => push in, Log out => pop out. Get the time when the stack len is the longest