Saltar para o conteúdo

MEAN

MEAN online coding tests & interview questions

NodeJS
JÚNIOR
Competências testadas
Duração
36 minutos no máximo.
Avaliação
Automático
Resumo do teste

Perguntas de escolha

Verificar o conhecimento de Node.js: Opening a server, The callback in server.listen, callbacks, Server events, Blocking on HTTP requests, Alternatives to a zero delay setTimeout

Tarefa de programação

Create a file server that listens on port 9000 of localhost and Serve the text of the file testText.txt when a get request is made to that port.