Domanda di colloquio di Cribl

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

Risposte di colloquio

Anonimo

15 ott 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

Anonimo

17 ott 2024

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