Pergunta de entrevista da empresa Cribl

Code up a solution for a file uploader given react and express - I said no its needs aditional considerations upfront

Respostas da entrevista

Sigiloso

15 de out. de 2024

no it would block , needs chunked and would be better with a websocket out of band approach using some state and perhaps a webworker solution main loop would block if server where handling millions of uploads so async chunks via websocket to kafka backed with a redis pub sub for notifications that would take me couple of hours to code not one

1

Sigiloso

17 de out. de 2024

Do they only want you to finish the code? Do you need to use typescript?